Searched refs:c5 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c521 int c5 = (y0 > w0) ? 2 : 0; local in function:_mesa_noise4
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c521 int c5 = (y0 > w0) ? 2 : 0; local in function:_mesa_noise4
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1502 LLVMValueRef c5 = lp_build_const_int_vec(gallivm, ivec_bld->type, 5); local in function:lp_build_cube_new_coords
1504 sel = lp_build_cmp(ivec_bld, PIPE_FUNC_EQUAL, face, c5);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1639 LLVMValueRef c5 = lp_build_const_int_vec(gallivm, ivec_bld->type, 5); local in function:lp_build_cube_new_coords
1641 sel = lp_build_cmp(ivec_bld, PIPE_FUNC_EQUAL, face, c5);

Completed in 10 milliseconds