HomeSort by relevance Sort by last modified time
    Searched refs:shuffles2 (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 129 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH/4]; local
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), "");
lp_bld_sample.c 436 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH]; local
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), "");
    [all...]
lp_bld_arit.c 633 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 2]; local
659 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length);
664 LLVMConstVector(shuffles2, length), "");
    [all...]
lp_bld_tgsi_soa.c 1826 LLVMValueRef shuffles2[8]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 614 LLVMValueRef shuffles2[LP_MAX_VECTOR_LENGTH / 4]; local
627 shuffles2[i] = lp_build_const_int32(gallivm, i * 2 + 1);
632 LLVMConstVector(shuffles2, zs_type.length), "");
    [all...]

Completed in 82 milliseconds