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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgf117.c 207 u8 shift, ntpcv; local in function:gf117_grctx_generate_rop_mapping
216 ntpcv = gr->tpc_total;
217 while (!(ntpcv & (1 << 4))) {
218 ntpcv <<= 1;
222 data2[0] = (ntpcv << 16);
224 data2[0] |= (((1 << (0 + 5)) % ntpcv) << 24);
226 data2[1] |= ((1 << (i + 5)) % ntpcv) << ((i - 1) * 5);
nouveau_nvkm_engine_gr_ctxgf100.c 1124 u8 shift, ntpcv; local in function:gf100_grctx_generate_rop_mapping
1133 ntpcv = gr->tpc_total;
1134 while (!(ntpcv & (1 << 4))) {
1135 ntpcv <<= 1;
1139 data2[0] = (ntpcv << 16);
1141 data2[0] |= (((1 << (0 + 5)) % ntpcv) << 24);
1143 data2[1] |= ((1 << (i + 5)) % ntpcv) << ((i - 1) * 5);

Completed in 11 milliseconds