Searched refs:shuffles2 (Results 1 - 12 of 12) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c660 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 2]; local in function:lp_build_horizontal_add
686 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length);
691 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_quad.c129 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH/4]; local in function:lp_build_packed_ddx_ddy_twocoord
143 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1);
144 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1);
145 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s2);
146 shuffles2[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s2);
151 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_sample.c436 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_rho
443 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1);
444 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3);
445 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 2);
446 shuffles2[4*i + 3] = i32undef;
451 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_tgsi_soa.c1771 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; local in function:emit_store_64bit_chan
1775 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1);
1785 LLVMConstVector(shuffles2,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c614 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 4]; local in function:lp_build_depth_stencil_load_swizzled
627 shuffles2[i] = lp_build_const_int32(gallivm, i * 2 + 1);
632 LLVMConstVector(shuffles2, zs_type.length), "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c534 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 2]; local in function:lp_build_horizontal_add
560 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length);
565 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_nir.c367 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; local in function:split_64bit
372 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1);
375 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2));
382 LLVMConstVector(hi ? shuffles2 : shuffles,
417 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; local in function:split_16bit
422 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1);
425 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2));
432 LLVMConstVector(hi ? shuffles2 : shuffles,
H A Dlp_bld_nir_soa.c110 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; local in function:emit_store_64bit_split
117 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1);
120 shuffles2[i] = lp_build_const_int32(gallivm, i * 2);
131 LLVMConstVector(shuffles2,
H A Dlp_bld_quad.c129 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH/4]; local in function:lp_build_packed_ddx_ddy_twocoord
143 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1);
144 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1);
145 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s2);
146 shuffles2[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s2);
151 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_sample.c561 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_rho
568 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1);
569 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3);
570 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 2);
571 shuffles2[4*i + 3] = i32undef;
576 LLVMConstVector(shuffles2, length), "");
H A Dlp_bld_tgsi_soa.c1648 LLVMValueRef shuffles2[LP_MAX_VECTOR_WIDTH/32]; local in function:emit_store_64bit_chan
1652 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1);
1662 LLVMConstVector(shuffles2,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c625 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 4]; local in function:lp_build_depth_stencil_load_swizzled
638 shuffles2[i] = lp_build_const_int32(gallivm, i * 2 + 1);
643 LLVMConstVector(shuffles2, zs_type.length), "");

Completed in 53 milliseconds