HomeSort by: relevance | last modified time | path
    Searched refs:ppc_tpc_nr (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgp102.c 75 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
90 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgf117.c 271 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc];
272 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc];
279 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc];
281 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgp100.c 79 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
91 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgm200.c 96 u8 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgv100.c 95 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
108 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgm107.c 936 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
937 const u32 bs = attrib * gr->ppc_tpc_nr[gpc][ppc];
944 bo += grctx->attrib_nr_max * gr->ppc_tpc_nr[gpc][ppc];
947 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
gf100.h 122 u8 ppc_tpc_nr[GPC_MAX][4]; member in struct:gf100_gr
nouveau_nvkm_engine_gr_gf100.c 1971 gr->ppc_tpc_nr[i][j] = hweight8(gr->ppc_tpc_mask[i][j]);
1973 gr->ppc_tpc_min > gr->ppc_tpc_nr[i][j])
1974 gr->ppc_tpc_min = gr->ppc_tpc_nr[i][j];
1975 if (gr->ppc_tpc_max < gr->ppc_tpc_nr[i][j])
1976 gr->ppc_tpc_max = gr->ppc_tpc_nr[i][j];
nouveau_nvkm_engine_gr_ctxgk104.c 948 u32 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc];

Completed in 17 milliseconds