HomeSort by: relevance | last modified time | path
    Searched defs:ppc_tpcs (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgm200.c 96 u8 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; local in function:gm200_grctx_generate_dist_skip_table
98 while (ppc_tpcs-- > gr->ppc_tpc_min)
nouveau_nvkm_engine_gr_ctxgm200.c 96 u8 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; local in function:gm200_grctx_generate_dist_skip_table
98 while (ppc_tpcs-- > gr->ppc_tpc_min)
nouveau_nvkm_engine_gr_ctxgk104.c 948 u32 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; local in function:gk104_grctx_generate_alpha_beta_tables
952 abits = atarget ? ppc_tpcs : 0;
953 bbits = ppc_tpcs - abits;
955 bbits = btarget ? ppc_tpcs : 0;
956 abits = ppc_tpcs - bbits;
960 while (ppc_tpcs-- > abits)
nouveau_nvkm_engine_gr_ctxgk104.c 948 u32 ppc_tpcs = gr->ppc_tpc_nr[gpc][ppc]; local in function:gk104_grctx_generate_alpha_beta_tables
952 abits = atarget ? ppc_tpcs : 0;
953 bbits = ppc_tpcs - abits;
955 bbits = btarget ? ppc_tpcs : 0;
956 abits = ppc_tpcs - bbits;
960 while (ppc_tpcs-- > abits)

Completed in 24 milliseconds