Searched refs:nR (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo_translate.c | 256 unsigned nR = count; in disp_vertices_i08() local 259 nR = prim_restart_search_i08(elts, nR, ctx->restart_index); in disp_vertices_i08() 261 translate->run_elts8(translate, elts, nR, in disp_vertices_i08() 263 count -= nR; in disp_vertices_i08() 264 ctx->dest += nR * ctx->vertex_size; in disp_vertices_i08() 266 while (nR) { in disp_vertices_i08() 267 unsigned nE = nR; in disp_vertices_i08() 270 nE = ef_toggle_search_i08(ctx, elts, nR); in disp_vertices_i08() 286 if (unlikely(nE != nR)) in disp_vertices_i08() 313 unsigned nR = count; disp_vertices_i16() local 370 unsigned nR = count; disp_vertices_i32() local [all...] |
/third_party/backends/backend/ |
H A D | qcam.c | 696 # define nR in[i*3+3] in despeckle() macro 709 NO_LIGHTS + ((pR - (pG + pB) / 2) + (nR - (nG + nB) / 2))) in despeckle() 710 out[i * 3] = (pR + nR) / 2; in despeckle() 715 NO_LIGHTS + ((pG - (pR + pB) / 2) + (nG - (nR + nB) / 2))) in despeckle() 721 NO_LIGHTS + ((pB - (pG + pR) / 2) + (nB - (nG + nR) / 2))) in despeckle() 735 # undef nR in despeckle() macro 756 # define nR in[i*4 + 7] in despeckle32() macro 769 nR = R; in despeckle32() 773 (nR - ((nGa + nGb) / 2 + nB) / 2))) in despeckle32() 774 out[i * 4 + 3] = (pR + nR) / in despeckle32() 808 # undef nR despeckle32() macro [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 3472 unsigned int nL = 0, nR = 0, limit = 12; in tryPredicateConditional() local 3501 for (insn = bR->getEntry(); insn; insn = insn->next, ++nR) in tryPredicateConditional() 3504 if (nR > limit) in tryPredicateConditional()
|
Completed in 7 milliseconds