| /third_party/node/deps/v8/src/wasm/ |
| D | simd-shuffle.cc | 15 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 …]
|
| D | simd-shuffle.h | 37 static bool TryMatchSplat(const uint8_t* shuffle, int* index) { in TryMatchSplat()
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | lossless_enc_neon.c | 40 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
|
| D | lossless_neon.c | 77 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/ |
| D | random.js | 95 function shuffle(array) { function 109 shuffle: shuffle, property
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opt_intrinsics.c | 34 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/ |
| D | des.c | 179 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/ |
| D | lp_bld_pack.c | 297 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
|
| D | lp_bld_swizzle.c | 127 LLVMValueRef shuffle; in lp_build_extract_broadcast() local 395 unsigned shuffle; in lp_build_swizzle_aos() local
|
| /third_party/skia/docs/examples/ |
| D | subset_example.cpp | 8 int shuffle[N * N]; in draw() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| D | vktDrawOutputLocationTests.cpp | 106 …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/ |
| D | vktDrawOutputLocationTests.cpp | 106 tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle"); in createTests() local
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
| D | array_mutator.js | 78 function shuffle() { function
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/ |
| D | main.go | 63 shuffle = flag.Bool("shuffle", false, "shuffle tests") var
|
| /third_party/ffmpeg/libavcodec/ |
| D | dvaudiodec.c | 32 int16_t shuffle[2000]; member
|
| /third_party/cups-filters/filter/pdftopdf/ |
| D | pdftopdf_processor.cc | 166 std::vector<int> shuffle; in processPDFTOPDF() local
|
| /third_party/nghttp2/tests/ |
| D | nghttp2_map_test.c | 97 static void shuffle(int *a, int n) { in shuffle() function
|
| /third_party/spirv-tools/source/opt/ |
| D | amd_ext_to_khr.cpp | 271 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/ |
| D | amd_ext_to_khr.cpp | 269 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/ |
| D | amd_ext_to_khr.cpp | 269 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/ |
| D | underscoreTest1.ts | 119 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/ |
| D | random.py | 376 def shuffle(self, x): member in Random 840 shuffle = _inst.shuffle variable
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Reactor.cpp | 1488 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/ |
| D | randen_slow.cc | 309 constexpr size_t shuffle[RandenTraits::kFeistelBlocks] = { in BlockShuffle() local
|
| /third_party/skia/bench/ |
| D | ImageCacheBudgetBench.cpp | 72 ImageCacheBudgetBench(int budgetSize, bool shuffle) in ImageCacheBudgetBench()
|