Searched refs:shuffles2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c130 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH/4]; local
144 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1);
145 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1);
146 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s2);
147 shuffles2[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s2);
152 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_sample.c246 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH]; local
253 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1);
254 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3);
255 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 1);
256 shuffles2[4*i + 3] = i32undef;
261 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_arit.c361 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 2]; local
387 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length);
392 LLVMConstVector(shuffles2, length), "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c130 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH/4]; local
144 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1);
145 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1);
146 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s2);
147 shuffles2[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s2);
152 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_sample.c246 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH]; local
253 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1);
254 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3);
255 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 1);
256 shuffles2[4*i + 3] = i32undef;
261 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_arit.c361 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 2]; local
387 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length);
392 LLVMConstVector(shuffles2, length), "");

Completed in 508 milliseconds