Home
last modified time | relevance | path

Searched refs:attrib_nr_max (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf108.c745 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gf108_grctx_generate_attrib()
759 bo += grctx->attrib_nr_max; in gf108_grctx_generate_attrib()
796 .attrib_nr_max = 0x324,
H A Dctxgp100.c71 bo += grctx->attrib_nr_max * gr->ppc_tpc_max; in gp100_grctx_generate_attrib()
100 size += grctx->attrib_nr_max * gr->func->ppc_nr * gr->ppc_tpc_max; in gp100_grctx_generate_attrib_cb_size()
139 .attrib_nr_max = 0x660,
H A Dctxgf117.c253 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gf117_grctx_generate_attrib()
270 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
296 .attrib_nr_max = 0x324,
H A Dctxgm107.c908 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gm107_grctx_generate_attrib()
926 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
979 .attrib_nr_max = 0xff0,
H A Dctxgp104.c37 .attrib_nr_max = 0x4b0,
H A Dctxgp107.c45 .attrib_nr_max = 0x15de,
H A Dctxgf104.c100 .attrib_nr_max = 0x324,
H A Dctxgk110b.c93 .attrib_nr_max = 0x324,
H A Dctxgf110.c348 .attrib_nr_max = 0x324,
H A Dctxga102.c64 .attrib_nr_max = 0x800,
H A Dctxtu102.c81 .attrib_nr_max = 0x800,
H A Dctxgf119.c516 .attrib_nr_max = 0x324,
H A Dctxgk20a.c82 .attrib_nr_max = 0x240,
H A Dctxgk208.c559 .attrib_nr_max = 0x324,
H A Dctxgm20b.c85 .attrib_nr_max = 0x600,
H A Dctxgk110.c853 .attrib_nr_max = 0x324,
H A Dctxgp102.c111 .attrib_nr_max = 0x4b0,
H A Dctxgf100.c1047 bo += grctx->attrib_nr_max; in gf100_grctx_generate_attrib()
1064 return 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max) * gr->tpc_total; in gf100_grctx_generate_attrib_cb_size()
1578 .attrib_nr_max = 0x324,
H A Dctxgm200.c117 .attrib_nr_max = 0x600,
H A Dctxgk104.c989 .attrib_nr_max = 0x324,
H A Dctxgv100.c210 .attrib_nr_max = 0x6c0,
H A Dctxgf100.h38 u32 attrib_nr_max; member