Searched refs:shuffles1 (Results 1 - 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_quad.c | 129 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH/4]; local 140 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1); 141 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1); 142 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s2); 143 shuffles1[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s2); 150 LLVMConstVector(shuffles1, length), "");
|
H A D | lp_bld_sample.c | 245 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH]; local 249 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, 4*i); 250 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 2); 251 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i); 252 shuffles1[4*i + 3] = i32undef; 259 LLVMConstVector(shuffles1, length), "");
|
H A D | lp_bld_arit.c | 360 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH / 2]; local 386 shuffles1[i] = lp_build_const_int32(bld->gallivm, i); 390 LLVMConstVector(shuffles1, length), "");
|
Completed in 87 milliseconds