Home
last modified time | relevance | path

Searched refs:attrib_nr_max (Results 1 – 21 of 21) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf108.c742 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,
Dctxgf117.c250 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,
Dctxgm107.c915 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,
Dctxgp100.c59 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,
Dctxgp104.c35 .attrib_nr_max = 0x4b0,
Dctxgp107.c43 .attrib_nr_max = 0x15de,
Dctxgf104.c98 .attrib_nr_max = 0x324,
Dctxgk110b.c91 .attrib_nr_max = 0x324,
Dctxgf110.c346 .attrib_nr_max = 0x324,
Dctxgk20a.c78 .attrib_nr_max = 0x240,
Dctxgf119.c514 .attrib_nr_max = 0x324,
Dctxtu102.c84 .attrib_nr_max = 0x800,
Dctxgm20b.c81 .attrib_nr_max = 0x600,
Dctxgk208.c557 .attrib_nr_max = 0x324,
Dctxgk110.c842 .attrib_nr_max = 0x324,
Dctxgm200.c115 .attrib_nr_max = 0x600,
Dctxgp102.c105 .attrib_nr_max = 0x4b0,
Dctxgf100.c1069 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,
Dctxgv100.c202 .attrib_nr_max = 0x6c0,
Dctxgk104.c995 .attrib_nr_max = 0x324,
Dctxgf100.h50 u32 attrib_nr_max; member