Home
last modified time | relevance | path

Searched defs:shuffle (Results 1 – 25 of 31) sorted by relevance

12

/external/webp/src/dsp/
Dlossless_enc_neon.c40 const uint8x16_t shuffle) { in DoGreenShuffle()
49 const uint8x8_t shuffle) { in DoGreenShuffle()
58 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed() local
60 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed() local
95 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColor() local
98 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor() local
Dlossless_neon.c77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA() local
510 const uint8x16_t shuffle) { in DoGreenShuffle()
519 const uint8x8_t shuffle) { in DoGreenShuffle()
529 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed() local
531 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed() local
567 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColorInverse() local
570 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse() local
/external/eigen/unsupported/test/
Dcxx11_tensor_shuffling.cpp50 Tensor<float, 4, DataLayout> shuffle; in test_simple_shuffling() local
143 Tensor<float, 4, DataLayout> shuffle(5,7,3,2); in test_shuffling_as_value() local
198 Tensor<float, 4, DataLayout> shuffle; in test_shuffle_unshuffle() local
Dcxx11_tensor_thread_pool.cpp332 Tensor<float, 4, DataLayout> shuffle(7,5,11,17); in test_multithread_shuffle() local
/external/r8/src/test/java/com/android/tools/r8/internal/
DR8GMSCoreDeterministicTest.java31 public List<DexEncodedMethod> shuffle(List<DexEncodedMethod> methods) { in shuffle() method in R8GMSCoreDeterministicTest
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h779 shuffle(const Shuffle& shuffle) const { in shuffle() function
975 shuffle(const Shuffle& shuffle) const { in shuffle() function
980 shuffle(const Shuffle& shuffle) { in shuffle() argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c272 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; in lp_build_uninterleave1() local
298 LLVMValueRef shuffle; in lp_build_interleave2() local
355 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi); in lp_build_interleave2_half() local
542 LLVMValueRef shuffle; in lp_build_pack2() local
Dlp_bld_swizzle.c131 LLVMValueRef shuffle; in lp_build_extract_broadcast() local
406 unsigned shuffle; in lp_build_swizzle_aos() local
Dlp_bld_sample_aos.c850 LLVMValueRef shuffle; in lp_build_sample_fetch_image_linear() local
1566 LLVMValueRef shuffle[LP_MAX_VECTOR_LENGTH]; in lp_build_sample_mipmap() local
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp166 void Random::shuffle (Iterator first, Iterator last) in shuffle() function in de::Random
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/
Dcomboot_call.c110 static void shuffle ( unsigned int list_segment, unsigned int list_offset, unsigned int count ) in shuffle() function
/external/python/cpython2/Lib/
Drandom.py277 def shuffle(self, x, random=None): member in Random
894 shuffle = _inst.shuffle variable
/external/skia/bench/
DImageCacheBudgetBench.cpp72 ImageCacheBudgetBench(int budgetSize, bool shuffle) in ImageCacheBudgetBench()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp419 bool HexagonShuffler::shuffle() { in shuffle() function in HexagonShuffler
/external/eigen/bench/tensors/
Dtensor_benchmarks.h158 Eigen::array<int, 2> shuffle; in shuffling() local
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp807 llvm::Value *shuffle = llvm::ConstantVector::get(llvm::ArrayRef<llvm::Constant*>(swizzle, size)); in createShuffleVector() local
2231 int shuffle[16] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; // Real type is v16i8 in Unpack() local
2242 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local
2248 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local
2448 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local
2454 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local
2836 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackLow() local
2842 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackHigh() local
2850 int shuffle[8] = in Swizzle() local
3133 int shuffle[8] = {0, 1, 2, 3, 8, 9, 10, 11}; // Real type is v8i16 in Short8() local
[all …]
DSubzeroReactor.cpp1234 auto shuffle = Ice::InstShuffleVector::create(::function, result, V1, V2); in createShuffleVector() local
2786 int shuffle[16] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; // Real type is v16i8 in Unpack() local
2797 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local
2803 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local
3113 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local
3119 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local
3662 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackLow() local
3668 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackHigh() local
3676 int shuffle[8] = in Swizzle() local
4098 int shuffle[8] = {0, 1, 2, 3, 8, 9, 10, 11}; // Real type is v8i16 in Short8() local
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py414 def shuffle(self): member in Deck
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp224 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, in evaluate() local
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1802 SpvId shuffle = fGen.nextId(); in store() local
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6443 function shuffle(input) { function
6464 shuffle: shuffle, property
/external/v8/src/x64/
Dassembler-x64.cc4624 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd()
4634 void Assembler::pshufd(XMMRegister dst, const Operand& src, uint8_t shuffle) { in pshufd()
/external/v8/src/ia32/
Dassembler-ia32.cc2641 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd()
/external/protobuf/gtest/test/
Dgtest_unittest.cc5152 bool shuffle; member
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp4019 SDValue shuffle = ReconstructShuffle(Op, DAG); in LowerBUILD_VECTOR() local

12