Searched refs:alpha_nr_max (Results 1 – 19 of 19) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgp102.c | 49 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gp102_grctx_generate_attrib() 85 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib() 107 .alpha_nr_max = 0xc00,
|
D | ctxgf108.c | 742 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gf108_grctx_generate_attrib() 766 ao += grctx->alpha_nr_max; in gf108_grctx_generate_attrib() 801 .alpha_nr_max = 0x324,
|
D | ctxgp100.c | 53 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gp100_grctx_generate_attrib() 86 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib() 129 .alpha_nr_max = 0xc00,
|
D | ctxgf117.c | 250 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gf117_grctx_generate_attrib() 276 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 300 .alpha_nr_max = 0x7ff,
|
D | ctxgv100.c | 70 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gv100_grctx_generate_attrib() 103 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gv100_grctx_generate_attrib() 204 .alpha_nr_max = 0xc00,
|
D | ctxgm107.c | 915 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gm107_grctx_generate_attrib() 942 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 984 .alpha_nr_max = 0x1800,
|
D | ctxgp107.c | 45 .alpha_nr_max = 0xc00,
|
D | ctxgp104.c | 37 .alpha_nr_max = 0xc00,
|
D | ctxgk110b.c | 93 .alpha_nr_max = 0x7ff,
|
D | ctxgk20a.c | 80 .alpha_nr_max = 0x648 + (0x648 / 2),
|
D | ctxtu102.c | 86 .alpha_nr_max = 0xc00,
|
D | ctxgf119.c | 516 .alpha_nr_max = 0x324,
|
D | ctxgm20b.c | 83 .alpha_nr_max = 0xc00,
|
D | ctxgk208.c | 559 .alpha_nr_max = 0x7ff,
|
D | ctxgk110.c | 853 .alpha_nr_max = 0x7ff,
|
D | ctxgm200.c | 117 .alpha_nr_max = 0x1800,
|
D | ctxgk104.c | 999 .alpha_nr_max = 0x7ff,
|
D | ctxgf100.h | 52 u32 alpha_nr_max; member
|
D | ctxgf100.c | 1069 const u32 size = 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max); in gf100_grctx_generate_attrib()
|