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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 178 * using shuffles here actually causes worst results. More investigation is
185 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
189 shuffles[j + i] = LLVMConstInt(elem_type, j + channel, 0);
191 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), "");
294 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
311 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
315 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
322 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
328 shuffles[j + i] = LLVMGetUndef(i32t);
342 LLVMConstVector(shuffles, n), "")
570 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
605 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
    [all...]
lp_bld_sample.c 1127 LLVMValueRef shuffles[4]; local
    [all...]
lp_bld_arit.c 428 LLVMValueRef shuffles[4]; local
433 shuffles[0] = lp_build_const_int32(gallivm, 0);
434 shuffles[1] = lp_build_const_int32(gallivm, 1);
435 shuffles[2] = lp_build_const_int32(gallivm, 4);
436 shuffles[3] = lp_build_const_int32(gallivm, 5);
438 LLVMConstVector(shuffles, 4), "");
440 LLVMConstVector(shuffles, 4), "");
443 shuffles[0] = lp_build_const_int32(gallivm, 2);
444 shuffles[1] = lp_build_const_int32(gallivm, 3);
445 shuffles[2] = lp_build_const_int32(gallivm, 6)
    [all...]
lp_bld_logic.c 595 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
599 shuffles[j + i] = LLVMConstInt(elem_type,
603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), "");
lp_bld_pack.c 189 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
191 assert(src_type.length * num_vectors <= Elements(shuffles));
203 shuffles[i] = lp_build_const_int32(gallivm, i);
207 LLVMConstVector(shuffles, new_length), "");
lp_bld_tgsi_aos.c 153 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
157 shuffles[chan] = lp_build_const_int32(bld->bld_base.base.gallivm, chan);
161 shuffles[i] = shuffles[i % 4];
166 LLVMConstVector(shuffles, type.length),
lp_bld_tgsi_soa.c 1234 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
    [all...]
lp_bld_sample_aos.c 1474 LLVMValueRef shuffles[8], shuffle; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 178 * using shuffles here actually causes worst results. More investigation is
185 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
189 shuffles[j + i] = LLVMConstInt(elem_type, j + channel, 0);
191 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), "");
294 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
311 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
315 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
322 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
328 shuffles[j + i] = LLVMGetUndef(i32t);
342 LLVMConstVector(shuffles, n), "")
570 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
605 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
    [all...]
lp_bld_sample.c 1127 LLVMValueRef shuffles[4]; local
    [all...]
lp_bld_arit.c 428 LLVMValueRef shuffles[4]; local
433 shuffles[0] = lp_build_const_int32(gallivm, 0);
434 shuffles[1] = lp_build_const_int32(gallivm, 1);
435 shuffles[2] = lp_build_const_int32(gallivm, 4);
436 shuffles[3] = lp_build_const_int32(gallivm, 5);
438 LLVMConstVector(shuffles, 4), "");
440 LLVMConstVector(shuffles, 4), "");
443 shuffles[0] = lp_build_const_int32(gallivm, 2);
444 shuffles[1] = lp_build_const_int32(gallivm, 3);
445 shuffles[2] = lp_build_const_int32(gallivm, 6)
    [all...]
lp_bld_logic.c 595 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
599 shuffles[j + i] = LLVMConstInt(elem_type,
603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), "");
lp_bld_pack.c 189 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
191 assert(src_type.length * num_vectors <= Elements(shuffles));
203 shuffles[i] = lp_build_const_int32(gallivm, i);
207 LLVMConstVector(shuffles, new_length), "");
lp_bld_tgsi_aos.c 153 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
157 shuffles[chan] = lp_build_const_int32(bld->bld_base.base.gallivm, chan);
161 shuffles[i] = shuffles[i % 4];
166 LLVMConstVector(shuffles, type.length),
lp_bld_tgsi_soa.c 1234 LLVMValueRef shuffles[LP_MAX_VECTOR_LENGTH]; local
    [all...]
lp_bld_sample_aos.c 1474 LLVMValueRef shuffles[8], shuffle; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 252 LLVMValueRef shuffles[4]; local
260 shuffles[0] = twoi;
261 shuffles[1] = zeroi;
262 shuffles[2] = onei;
263 shuffles[3] = twoi;
264 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), "");
266 shuffles[0] = onei;
267 shuffles[1] = twoi;
268 shuffles[2] = twoi;
269 shuffles[3] = zeroi
606 LLVMValueRef shuffles[4]; local
    [all...]
lp_bld_depth.c 474 LLVMValueRef shuffles[16]; local
480 shuffles[i] = lp_build_const_int32(gallivm, 4*i);
483 shufflev = LLVMConstVector(shuffles, type.length);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 252 LLVMValueRef shuffles[4]; local
260 shuffles[0] = twoi;
261 shuffles[1] = zeroi;
262 shuffles[2] = onei;
263 shuffles[3] = twoi;
264 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), "");
266 shuffles[0] = onei;
267 shuffles[1] = twoi;
268 shuffles[2] = twoi;
269 shuffles[3] = zeroi
606 LLVMValueRef shuffles[4]; local
    [all...]
lp_bld_depth.c 474 LLVMValueRef shuffles[16]; local
480 shuffles[i] = lp_build_const_int32(gallivm, 4*i);
483 shufflev = LLVMConstVector(shuffles, type.length);
  /external/opencv/cv/src/
cvshapedescr.cpp 177 int shuffles[4][4] = { {0, 1, 2, 3}, {0, 1, 3, 2}, {2, 3, 0, 1}, {2, 3, 1, 0} }; local
232 if( icvFindCircle( pts[shuffles[i][0]], pts[shuffles[i][1]],
233 pts[shuffles[i][2]], &center, &radius ) >= 0 )
239 if( icvIsPtInCircle( pts[shuffles[i][3]], center, radius ) >= 0 &&
255 idxs[i] = shuffles[mi][i];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 1172 ; base-4 constants for shuffles
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 1101 ; base-4 constants for shuffles
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 1168 ; base-4 constants for shuffles
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 1168 ; base-4 constants for shuffles

Completed in 662 milliseconds