Searched refs:alpha_nr_max (Results 1 – 20 of 20) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgp102.c | 48 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gp102_grctx_generate_attrib() 76 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib() 89 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gp102_grctx_generate_attrib_cb_size() 113 .alpha_nr_max = 0xc00,
|
D | ctxgp100.c | 49 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gp100_grctx_generate_attrib() 74 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib() 96 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gp100_grctx_generate_attrib_cb_size() 141 .alpha_nr_max = 0xc00,
|
D | ctxgv100.c | 70 u32 size = grctx->alpha_nr_max * gr->tpc_total; in gv100_grctx_generate_attrib() 96 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gv100_grctx_generate_attrib() 212 .alpha_nr_max = 0xc00,
|
D | ctxgf108.c | 761 ao += grctx->alpha_nr_max; in gf108_grctx_generate_attrib() 798 .alpha_nr_max = 0x324,
|
D | ctxgf117.c | 272 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib() 298 .alpha_nr_max = 0x7ff,
|
D | ctxgm107.c | 929 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() 981 .alpha_nr_max = 0x1800,
|
D | ctxgp107.c | 47 .alpha_nr_max = 0xc00,
|
D | ctxgp104.c | 39 .alpha_nr_max = 0xc00,
|
D | ctxgk110b.c | 95 .alpha_nr_max = 0x7ff,
|
D | ctxga102.c | 66 .alpha_nr_max = 0xc00,
|
D | ctxtu102.c | 85 .alpha_nr_max = 0xc00,
|
D | ctxgf119.c | 518 .alpha_nr_max = 0x324,
|
D | ctxgk20a.c | 84 .alpha_nr_max = 0x648 + (0x648 / 2),
|
D | ctxgk208.c | 561 .alpha_nr_max = 0x7ff,
|
D | ctxgm20b.c | 87 .alpha_nr_max = 0xc00,
|
D | ctxgk110.c | 855 .alpha_nr_max = 0x7ff,
|
D | ctxgm200.c | 119 .alpha_nr_max = 0x1800,
|
D | ctxgk104.c | 991 .alpha_nr_max = 0x7ff,
|
D | ctxgf100.h | 40 u32 alpha_nr_max; member
|
D | ctxgf100.c | 1064 return 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max) * gr->tpc_total; in gf100_grctx_generate_attrib_cb_size()
|