Searched refs:shuffles1 (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A 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()
|
H A D | lp_bld_sample.c | 568 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH]; in lp_build_rho() local 572 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, 4*i); in lp_build_rho() 573 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 2); in lp_build_rho() 574 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i); in lp_build_rho() 575 shuffles1[4*i + 3] = i32undef; in lp_build_rho() 582 LLVMConstVector(shuffles1, length), ""); in lp_build_rho()
|
H A D | lp_bld_arit.c | 527 LLVMValueRef shuffles1[LP_MAX_VECTOR_LENGTH / 2]; in lp_build_horizontal_add() local 553 shuffles1[i] = lp_build_const_int32(bld->gallivm, i); in lp_build_horizontal_add() 557 LLVMConstVector(shuffles1, length), ""); in lp_build_horizontal_add()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A 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()
|
Completed in 11 milliseconds