Searched refs:shuffles2 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_quad.c | 130 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH/4]; in lp_build_packed_ddx_ddy_twocoord() local 144 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1); in lp_build_packed_ddx_ddy_twocoord() 145 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1); in lp_build_packed_ddx_ddy_twocoord() 146 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s2); in lp_build_packed_ddx_ddy_twocoord() 147 shuffles2[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s2); in lp_build_packed_ddx_ddy_twocoord() 152 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
|
D | lp_bld_sample.c | 246 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH]; in lp_build_rho() local 253 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1); in lp_build_rho() 254 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3); in lp_build_rho() 255 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 1); in lp_build_rho() 256 shuffles2[4*i + 3] = i32undef; in lp_build_rho() 261 LLVMConstVector(shuffles2, length), ""); in lp_build_rho()
|
D | lp_bld_arit.c | 361 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 2]; in lp_build_horizontal_add() local 387 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length); in lp_build_horizontal_add() 392 LLVMConstVector(shuffles2, length), ""); in lp_build_horizontal_add()
|