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