Searched refs:shuffles1 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_quad.c | 128 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH/4]; in lp_build_packed_ddx_ddy_twocoord() local 139 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1); in lp_build_packed_ddx_ddy_twocoord() 140 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1); in lp_build_packed_ddx_ddy_twocoord() 141 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s2); in lp_build_packed_ddx_ddy_twocoord() 142 shuffles1[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s2); in lp_build_packed_ddx_ddy_twocoord() 149 LLVMConstVector(shuffles1, length), ""); in lp_build_packed_ddx_ddy_twocoord()
|
D | lp_bld_sample.c | 560 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH]; in lp_build_rho() local 564 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, 4*i); in lp_build_rho() 565 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 2); in lp_build_rho() 566 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i); in lp_build_rho() 567 shuffles1[4*i + 3] = i32undef; in lp_build_rho() 574 LLVMConstVector(shuffles1, length), ""); in lp_build_rho()
|
D | lp_bld_arit.c | 533 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH / 2]; in lp_build_horizontal_add() local 559 shuffles1[i] = lp_build_const_int32(bld->gallivm, i); in lp_build_horizontal_add() 563 LLVMConstVector(shuffles1, length), ""); in lp_build_horizontal_add()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 624 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH / 4]; in lp_build_depth_stencil_load_swizzled() local 637 shuffles1[i] = lp_build_const_int32(gallivm, i * 2); in lp_build_depth_stencil_load_swizzled() 641 LLVMConstVector(shuffles1, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
|