Home
last modified time | relevance | path

Searched refs:shuffles2 (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c129 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH/4]; in lp_build_packed_ddx_ddy_twocoord() local
143 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1); in lp_build_packed_ddx_ddy_twocoord()
144 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1); in lp_build_packed_ddx_ddy_twocoord()
145 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s2); in lp_build_packed_ddx_ddy_twocoord()
146 shuffles2[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s2); in lp_build_packed_ddx_ddy_twocoord()
151 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
H A Dlp_bld_sample.c569 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH]; in lp_build_rho() local
576 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1); in lp_build_rho()
577 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3); in lp_build_rho()
578 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 2); in lp_build_rho()
579 shuffles2[4*i + 3] = i32undef; in lp_build_rho()
584 LLVMConstVector(shuffles2, length), ""); in lp_build_rho()
H A Dlp_bld_nir.c453 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; in split_64bit() local
458 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in split_64bit()
461 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2)); in split_64bit()
469 LLVMConstVector(hi ? shuffles2 : shuffles, in split_64bit()
507 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; in split_16bit() local
512 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in split_16bit()
515 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2)); in split_16bit()
522 LLVMConstVector(hi ? shuffles2 : shuffles, in split_16bit()
H A Dlp_bld_arit.c528 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 2]; in lp_build_horizontal_add() local
554 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length); in lp_build_horizontal_add()
559 LLVMConstVector(shuffles2, length), ""); in lp_build_horizontal_add()
H A Dlp_bld_nir_soa.c146 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; in emit_store_64bit_split() local
153 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in emit_store_64bit_split()
156 shuffles2[i] = lp_build_const_int32(gallivm, i * 2); in emit_store_64bit_split()
167 LLVMConstVector(shuffles2, in emit_store_64bit_split()
H A Dlp_bld_tgsi_soa.c1653 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; in emit_store_64bit_chan() local
1657 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in emit_store_64bit_chan()
1667 LLVMConstVector(shuffles2, in emit_store_64bit_chan()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c625 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 4]; in lp_build_depth_stencil_load_swizzled() local
638 shuffles2[i] = lp_build_const_int32(gallivm, i * 2 + 1); in lp_build_depth_stencil_load_swizzled()
643 LLVMConstVector(shuffles2, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()

Completed in 35 milliseconds