Home
last modified time | relevance | path

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

123

/third_party/node/deps/v8/src/wasm/
Dsimd-shuffle.cc15 void SimdShuffle::CanonicalizeShuffle(bool inputs_equal, uint8_t* shuffle, in CanonicalizeShuffle()
56 bool SimdShuffle::TryMatchIdentity(const uint8_t* shuffle) { in TryMatchIdentity()
63 bool SimdShuffle::TryMatch32x4Rotate(const uint8_t* shuffle, in TryMatch32x4Rotate()
82 bool SimdShuffle::TryMatch32x4Shuffle(const uint8_t* shuffle, in TryMatch32x4Shuffle()
94 bool SimdShuffle::TryMatch16x8Shuffle(const uint8_t* shuffle, in TryMatch16x8Shuffle()
106 bool SimdShuffle::TryMatchConcat(const uint8_t* shuffle, uint8_t* offset) { in TryMatchConcat()
123 bool SimdShuffle::TryMatchBlend(const uint8_t* shuffle) { in TryMatchBlend()
130 uint8_t SimdShuffle::PackShuffle4(uint8_t* shuffle) { in PackShuffle4()
151 int32_t SimdShuffle::Pack4Lanes(const uint8_t* shuffle) { in Pack4Lanes()
160 void SimdShuffle::Pack16Lanes(uint32_t* dst, const uint8_t* shuffle) { in Pack16Lanes()
[all …]
Dsimd-shuffle.h37 static bool TryMatchSplat(const uint8_t* shuffle, int* index) { in TryMatchSplat()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_neon.c40 const uint8x16_t shuffle) { in DoGreenShuffle_NEON()
49 const uint8x8_t shuffle) { in DoGreenShuffle_NEON()
59 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local
61 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local
96 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColor_NEON() local
99 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor_NEON() local
Dlossless_neon.c77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA_NEON() local
509 const uint8x16_t shuffle) { in DoGreenShuffle_NEON()
518 const uint8x8_t shuffle) { in DoGreenShuffle_NEON()
528 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local
530 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local
566 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColorInverse_NEON() local
569 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse_NEON() local
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Drandom.js95 function shuffle(array) { function
109 shuffle: shuffle, property
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_intrinsics.c34 nir_intrinsic_instr *shuffle = nir_src_as_intrinsic(src); in src_is_single_use_shuffle() local
88 nir_ssa_def *shuffle = nir_shuffle(b, data1, index); in try_opt_bcsel_of_shuffle() local
/third_party/ffmpeg/libavutil/
Ddes.c179 static uint64_t shuffle(uint64_t in, const uint8_t *shuffle, int shuffle_len) in shuffle() argument
188 static uint64_t shuffle_inv(uint64_t in, const uint8_t *shuffle, int shuffle_len) in shuffle_inv()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c297 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; in lp_build_uninterleave1() local
323 LLVMValueRef shuffle; in lp_build_interleave2() local
388 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi); in lp_build_interleave2_half() local
391 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_16wide(gallivm, lo_hi); in lp_build_interleave2_half() local
578 LLVMValueRef shuffle; in lp_build_pack2() local
Dlp_bld_swizzle.c127 LLVMValueRef shuffle; in lp_build_extract_broadcast() local
395 unsigned shuffle; in lp_build_swizzle_aos() local
/third_party/skia/docs/examples/
Dsubset_example.cpp8 int shuffle[N * N]; in draw() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawOutputLocationTests.cpp106 …tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle", "Test output locat… in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawOutputLocationTests.cpp106 tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle"); in createTests() local
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Darray_mutator.js78 function shuffle() { function
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go63 shuffle = flag.Bool("shuffle", false, "shuffle tests") var
/third_party/ffmpeg/libavcodec/
Ddvaudiodec.c32 int16_t shuffle[2000]; member
/third_party/cups-filters/filter/pdftopdf/
Dpdftopdf_processor.cc166 std::vector<int> shuffle; in processPDFTOPDF() local
/third_party/nghttp2/tests/
Dnghttp2_map_test.c97 static void shuffle(int *a, int n) { in shuffle() function
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp271 Instruction* shuffle = in ReplaceSwizzleInvocations() local
388 Instruction* shuffle = in ReplaceSwizzleInvocationsMasked() local
514 Instruction* shuffle = ir_builder.AddVectorShuffle( in ReplaceMbcnt() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp269 Instruction* shuffle = in ReplaceSwizzleInvocations() local
384 Instruction* shuffle = in ReplaceSwizzleInvocationsMasked() local
509 Instruction* shuffle = ir_builder.AddVectorShuffle( in ReplaceMbcnt() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp269 Instruction* shuffle = in ReplaceSwizzleInvocations() local
384 Instruction* shuffle = in ReplaceSwizzleInvocationsMasked() local
509 Instruction* shuffle = ir_builder.AddVectorShuffle( in ReplaceMbcnt() local
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts119 shuffle(): T[]; method
202 shuffle(): T[]; method
279 shuffle(): ChainedArray<T>; method
370 shuffle(): ChainedArray<T>; method
492 shuffle<T>(list: T[]): T[]; method
493 shuffle<T>(list: Dictionary<T>): T[]; method
/third_party/python/Lib/
Drandom.py376 def shuffle(self, x): member in Random
840 shuffle = _inst.shuffle variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp1488 int shuffle[16] = { in Swizzle() local
1513 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
1525 …int shuffle[16] = { 0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23 }; // Real type is v16… in UnpackLow() local
1532 …int shuffle[16] = { 0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23 }; // Real type is v16… in UnpackHigh() local
1693 …int shuffle[16] = { 0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23 }; // Real type is v16… in UnpackLow() local
1700 …int shuffle[16] = { 0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23 }; // Real type is v16… in UnpackHigh() local
1737 int shuffle[16] = { in Swizzle() local
1968 int shuffle[8] = { 0, 8, 1, 9, 2, 10, 3, 11 }; // Real type is v8i16 in UnpackLow() local
1975 int shuffle[8] = { 0, 8, 1, 9, 2, 10, 3, 11 }; // Real type is v8i16 in UnpackHigh() local
1984 int shuffle[8] = { in Swizzle() local
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_slow.cc309 constexpr size_t shuffle[RandenTraits::kFeistelBlocks] = { in BlockShuffle() local
/third_party/skia/bench/
DImageCacheBudgetBench.cpp72 ImageCacheBudgetBench(int budgetSize, bool shuffle) in ImageCacheBudgetBench()

123