Home
last modified time | relevance | path

Searched refs:alpha_nr_max (Results 1 – 20 of 20) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp102.c48 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,
Dctxgp100.c49 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,
Dctxgv100.c70 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,
Dctxgf108.c761 ao += grctx->alpha_nr_max; in gf108_grctx_generate_attrib()
798 .alpha_nr_max = 0x324,
Dctxgf117.c272 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
298 .alpha_nr_max = 0x7ff,
Dctxgm107.c929 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
981 .alpha_nr_max = 0x1800,
Dctxgp107.c47 .alpha_nr_max = 0xc00,
Dctxgp104.c39 .alpha_nr_max = 0xc00,
Dctxgk110b.c95 .alpha_nr_max = 0x7ff,
Dctxga102.c66 .alpha_nr_max = 0xc00,
Dctxtu102.c85 .alpha_nr_max = 0xc00,
Dctxgf119.c518 .alpha_nr_max = 0x324,
Dctxgk20a.c84 .alpha_nr_max = 0x648 + (0x648 / 2),
Dctxgk208.c561 .alpha_nr_max = 0x7ff,
Dctxgm20b.c87 .alpha_nr_max = 0xc00,
Dctxgk110.c855 .alpha_nr_max = 0x7ff,
Dctxgm200.c119 .alpha_nr_max = 0x1800,
Dctxgk104.c991 .alpha_nr_max = 0x7ff,
Dctxgf100.h40 u32 alpha_nr_max; member
Dctxgf100.c1064 return 0x20 * (grctx->attrib_nr_max + grctx->alpha_nr_max) * gr->tpc_total; in gf100_grctx_generate_attrib_cb_size()