Searched refs:attrib_nr_max (Results 1 – 22 of 22) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgf108.c | 745 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 D | ctxgp100.c | 71 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 D | ctxgf117.c | 253 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 D | ctxgm107.c | 908 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 D | ctxgp104.c | 37 .attrib_nr_max = 0x4b0,
|
H A D | ctxgp107.c | 45 .attrib_nr_max = 0x15de,
|
H A D | ctxgf104.c | 100 .attrib_nr_max = 0x324,
|
H A D | ctxgk110b.c | 93 .attrib_nr_max = 0x324,
|
H A D | ctxgf110.c | 348 .attrib_nr_max = 0x324,
|
H A D | ctxga102.c | 64 .attrib_nr_max = 0x800,
|
H A D | ctxtu102.c | 81 .attrib_nr_max = 0x800,
|
H A D | ctxgf119.c | 516 .attrib_nr_max = 0x324,
|
H A D | ctxgk20a.c | 82 .attrib_nr_max = 0x240,
|
H A D | ctxgk208.c | 559 .attrib_nr_max = 0x324,
|
H A D | ctxgm20b.c | 85 .attrib_nr_max = 0x600,
|
H A D | ctxgk110.c | 853 .attrib_nr_max = 0x324,
|
H A D | ctxgp102.c | 111 .attrib_nr_max = 0x4b0,
|
H A D | ctxgf100.c | 1047 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 D | ctxgm200.c | 117 .attrib_nr_max = 0x600,
|
H A D | ctxgk104.c | 989 .attrib_nr_max = 0x324,
|
H A D | ctxgv100.c | 210 .attrib_nr_max = 0x6c0,
|
H A D | ctxgf100.h | 38 u32 attrib_nr_max; member
|