Home
last modified time | relevance | path

Searched defs:shuffle (Results 1 - 25 of 74) sorted by relevance

123

/third_party/skia/docs/examples/
H A Dsubset_example.cpp8 int shuffle[N * N]; in REG_FIDDLE() local
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Darray_mutator.js78 function shuffle() { function
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Drandom.js95 function shuffle(array) { function
/third_party/node/deps/v8/src/wasm/
H A Dsimd-shuffle.h37 static bool TryMatchSplat(const uint8_t* shuffle, in argument
[all...]
H A Dsimd-shuffle.cc15 void SimdShuffle::CanonicalizeShuffle(bool inputs_equal, uint8_t* shuffle, in CanonicalizeShuffle() argument
56 bool SimdShuffle::TryMatchIdentity(const uint8_t* shuffle) { in TryMatchIdentity() argument
63 TryMatch32x4Rotate(const uint8_t* shuffle, uint8_t* shuffle32x4, bool is_swizzle) TryMatch32x4Rotate() argument
82 TryMatch32x4Shuffle(const uint8_t* shuffle, uint8_t* shuffle32x4) TryMatch32x4Shuffle() argument
94 TryMatch16x8Shuffle(const uint8_t* shuffle, uint8_t* shuffle16x8) TryMatch16x8Shuffle() argument
106 TryMatchConcat(const uint8_t* shuffle, uint8_t* offset) TryMatchConcat() argument
123 TryMatchBlend(const uint8_t* shuffle) TryMatchBlend() argument
130 PackShuffle4(uint8_t* shuffle) PackShuffle4() argument
151 Pack4Lanes(const uint8_t* shuffle) Pack4Lanes() argument
160 Pack16Lanes(uint32_t* dst, const uint8_t* shuffle) Pack16Lanes() argument
166 AllInRangeOrTopBitSet( std::array<uint8_t, kSimd128Size> shuffle) AllInRangeOrTopBitSet() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp106 tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle"); in createTests() member in vkt::Draw::__anon27942::tcu
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawOutputLocationTests.cpp106 tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle", "Test output location shuffling"); in createTests() member in vkt::Draw::__anon29179::tcu
/third_party/ffmpeg/libavcodec/
H A Ddvaudiodec.c32 int16_t shuffle[2000]; member
/third_party/mesa3d/src/compiler/nir/
H A 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); try_opt_bcsel_of_shuffle() local
[all...]
H A Dnir_lower_subgroups.c288 nir_intrinsic_instr *shuffle = in lower_to_shuffle() local
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_map_test.c97 static void shuffle(int *a, int n) { in shuffle() function
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_neon.c59 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 in TransformColor_NEON() local
39 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x16_t shuffle) DoGreenShuffle_NEON() argument
48 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x8_t shuffle) DoGreenShuffle_NEON() argument
99 const uint8x8_t shuffle = vld1_u8(k0g0g); TransformColor_NEON() local
[all...]
H A Dlossless_neon.c77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA_NEON() local
528 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local
530 const uint8x8_t shuffle in AddGreenToBlueAndRed_NEON() local
508 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x16_t shuffle) DoGreenShuffle_NEON() argument
517 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x8_t shuffle) DoGreenShuffle_NEON() argument
566 const uint8x16_t shuffle = vld1q_u8(kg0g0); TransformColorInverse_NEON() local
569 const uint8x8_t shuffle = vld1_u8(k0g0g); TransformColorInverse_NEON() local
[all...]
/third_party/ffmpeg/libavutil/
H A 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() argument
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.cc166 std::vector<int> shuffle; in processPDFTOPDF() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRandom.hpp168 void Random::shuffle (Iterator first, Iterator last) in shuffle() function in de::Random
/third_party/python/Lib/test/
H A Dtest_bisect.py237 from random import shuffle namespace
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_slow.cc309 constexpr size_t shuffle[RandenTraits::kFeistelBlocks] = { in BlockShuffle() local
[all...]
/third_party/skia/bench/
H A DImageCacheBudgetBench.cpp72 ImageCacheBudgetBench(int budgetSize, bool shuffle) in ImageCacheBudgetBench() argument
/third_party/nghttp2/src/
H A Dutil.h898 void shuffle(RandomIt first, RandomIt last, Generator &&gen, SwapFun fun) { in shuffle() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c127 LLVMValueRef shuffle; in lp_build_extract_broadcast() local
395 unsigned shuffle; in lp_build_swizzle_aos() local
[all...]
H A 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 in lp_build_interleave2_half() local
391 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_16wide(gallivm, lo_hi); lp_build_interleave2_half() local
578 LLVMValueRef shuffle; lp_build_pack2() local
[all...]
H A Dlp_bld_nir.h214 void (*shuffle)(struct lp_build_nir_context *bld_base, member
/third_party/python/Lib/
H A Drandom.py376 def shuffle(self, x): member in Random
840 shuffle = _inst.shuffle variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp620 bool HexagonShuffler::shuffle() { in shuffle() function in HexagonShuffler

Completed in 15 milliseconds

123