Searched refs:attrib_nr_max (Results 1 – 21 of 21) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf108.c | 742 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gf108_grctx_generate_attrib() 748 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gf108_grctx_generate_attrib() 764 bo += grctx->attrib_nr_max; in gf108_grctx_generate_attrib() 799 .attrib_nr_max = 0x324,
|
D | ctxgf117.c | 250 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gf117_grctx_generate_attrib() 256 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gf117_grctx_generate_attrib() 274 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 298 .attrib_nr_max = 0x324,
|
D | ctxgm107.c | 915 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gm107_grctx_generate_attrib() 920 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gm107_grctx_generate_attrib() 939 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 982 .attrib_nr_max = 0xff0,
|
D | ctxgp100.c | 59 size += grctx->attrib_nr_max * gr->ppc_nr[gpc] * gr->ppc_tpc_max; in gp100_grctx_generate_attrib() 83 bo += grctx->attrib_nr_max * gr->ppc_tpc_max; in gp100_grctx_generate_attrib() 127 .attrib_nr_max = 0x660,
|
D | ctxgp104.c | 35 .attrib_nr_max = 0x4b0,
|
D | ctxgp107.c | 43 .attrib_nr_max = 0x15de,
|
D | ctxgf104.c | 98 .attrib_nr_max = 0x324,
|
D | ctxgk110b.c | 91 .attrib_nr_max = 0x324,
|
D | ctxgf110.c | 346 .attrib_nr_max = 0x324,
|
D | ctxgk20a.c | 78 .attrib_nr_max = 0x240,
|
D | ctxgf119.c | 514 .attrib_nr_max = 0x324,
|
D | ctxtu102.c | 84 .attrib_nr_max = 0x800,
|
D | ctxgm20b.c | 81 .attrib_nr_max = 0x600,
|
D | ctxgk208.c | 557 .attrib_nr_max = 0x324,
|
D | ctxgk110.c | 842 .attrib_nr_max = 0x324,
|
D | ctxgm200.c | 115 .attrib_nr_max = 0x600,
|
D | ctxgp102.c | 105 .attrib_nr_max = 0x4b0,
|
D | ctxgf100.c | 1069 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gf100_grctx_generate_attrib() 1084 bo += grctx->attrib_nr_max; in gf100_grctx_generate_attrib() 1594 .attrib_nr_max = 0x324,
|
D | ctxgv100.c | 202 .attrib_nr_max = 0x6c0,
|
D | ctxgk104.c | 995 .attrib_nr_max = 0x324,
|
D | ctxgf100.h | 50 u32 attrib_nr_max; member
|