/third_party/mesa3d/src/compiler/spirv/tests/ |
D | volatile.cpp | 54 static const uint32_t words[] = { in TEST_F() local 110 static const uint32_t words[] = { in TEST_F() local 165 static const uint32_t words[] = { in TEST_F() local 223 static const uint32_t words[] = { in TEST_F() local 281 static const uint32_t words[] = { in TEST_F() local 344 static const uint32_t words[] = { in TEST_F() local 407 static const uint32_t words[] = { in TEST_F() local 474 static const uint32_t words[] = { in TEST_F() local 544 static const uint32_t words[] = { in TEST_F() local
|
D | avail_vis.cpp | 57 static const uint32_t words[] = { in TEST_F() local 121 static const uint32_t words[] = { in TEST_F() local 185 static const uint32_t words[] = { in TEST_F() local 256 static const uint32_t words[] = { in TEST_F() local 327 static const uint32_t words[] = { in TEST_F() local 390 static const uint32_t words[] = { in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 63 std::vector<uint32_t> words; member 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 239 const auto words = CompileSuccessfully(""); in TEST_F() local 248 const auto words = CompileSuccessfully(""); in TEST_F() local 258 auto words = CompileSuccessfully(""); in TEST_F() local 271 auto words = CompileSuccessfully(""); in TEST_F() local 285 const auto words = CompileSuccessfully(""); in TEST_F() local 302 auto words = CompileSuccessfully(""); in TEST_F() local 328 const auto words = CompileSuccessfully(""); in TEST_F() local 346 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 63 std::vector<uint32_t> words; member 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 239 const auto words = CompileSuccessfully(""); in TEST_F() local 248 const auto words = CompileSuccessfully(""); in TEST_F() local 258 auto words = CompileSuccessfully(""); in TEST_F() local 271 auto words = CompileSuccessfully(""); in TEST_F() local 285 const auto words = CompileSuccessfully(""); in TEST_F() local 302 auto words = CompileSuccessfully(""); in TEST_F() local 328 const auto words = CompileSuccessfully(""); in TEST_F() local 346 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
/third_party/spirv-tools/test/ |
D | binary_parse_test.cpp | 63 std::vector<uint32_t> words; member 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 230 const auto words = CompileSuccessfully(""); in TEST_F() local 239 const auto words = CompileSuccessfully(""); in TEST_F() local 249 auto words = CompileSuccessfully(""); in TEST_F() local 262 auto words = CompileSuccessfully(""); in TEST_F() local 276 const auto words = CompileSuccessfully(""); in TEST_F() local 293 auto words = CompileSuccessfully(""); in TEST_F() local 319 const auto words = CompileSuccessfully(""); in TEST_F() local 337 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
/third_party/node/deps/v8/tools/ |
D | process-wasm-compilation-times.py | 59 def AddLine(self, words): argument 68 def AddTFLine(self, words): argument 81 def AddLiftoffLine(self, words): argument 111 words = line.strip().split(" ") variable
|
/third_party/rust/crates/memchr/bench/src/memmem/ |
D | sliceslice.rs | 38 let mut words = SLICESLICE_WORDS.lines().collect::<Vec<_>>(); in search_short_haystack() localVariable 40 let words: Vec<&str> = words.iter().map(|&s| s).collect(); in search_short_haystack() localVariable 138 let words: Vec<&str> = SLICESLICE_WORDS.lines().collect(); in search_long_haystack() localVariable 224 let words: Vec<&str> = SLICESLICE_WORDS.lines().collect(); in search_i386_haystack() localVariable
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.cpp | 185 void Type::GetHashWords(std::vector<uint32_t>* words, in GetHashWords() 240 std::vector<uint32_t> words; in HashValue() local 261 void Integer::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 278 void Float::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 302 void Vector::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 327 void Matrix::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 365 void Image::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 391 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() 425 void Array::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 454 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() [all …]
|
D | const_folding_rules.cpp | 176 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 187 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 384 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 391 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 416 std::vector<uint32_t> words = {result.data()}; in FoldIToFOp() local 423 std::vector<uint32_t> words = result.GetWords(); in FoldIToFOp() local 447 std::vector<uint32_t> words = {result.getBits()}; in FoldQuantizeToF16Scalar() local 608 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 613 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 630 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local [all …]
|
D | flatten_decoration_pass.cpp | 56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local 62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | types.cpp | 185 void Type::GetHashWords(std::vector<uint32_t>* words, in GetHashWords() 240 std::vector<uint32_t> words; in HashValue() local 261 void Integer::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 278 void Float::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 302 void Vector::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 327 void Matrix::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 365 void Image::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 391 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() 425 void Array::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 454 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() [all …]
|
D | const_folding_rules.cpp | 232 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 243 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 440 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 447 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 472 std::vector<uint32_t> words = {result.data()}; in FoldIToFOp() local 479 std::vector<uint32_t> words = result.GetWords(); in FoldIToFOp() local 503 std::vector<uint32_t> words = {result.getBits()}; in FoldQuantizeToF16Scalar() local 717 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 722 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 739 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local [all …]
|
D | flatten_decoration_pass.cpp | 56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local 62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
|
/third_party/spirv-tools/source/opt/ |
D | const_folding_rules.cpp | 232 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 243 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 299 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldVectorTimesMatrix() local 319 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 336 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 391 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldMatrixTimesVector() local 412 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 430 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 627 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 634 std::vector<uint32_t> words = {result}; in FoldFToIOp() local [all …]
|
D | flatten_decoration_pass.cpp | 56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local 62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
D | constant_uniform_facts_test.cpp | 39 FactManager* fact_manager, const std::vector<uint32_t>& words, in AddFactHelper() 620 uint32_t words[1]; in TEST() local 634 uint32_t words[1]; in TEST() local 643 uint32_t words[2]; in TEST() local 657 uint32_t words[2]; in TEST() local
|
/third_party/spirv-tools/test/fuzz/fact_manager/ |
D | constant_uniform_facts_test.cpp | 39 FactManager* fact_manager, const std::vector<uint32_t>& words, in AddFactHelper() 620 uint32_t words[1]; in TEST() local 634 uint32_t words[1]; in TEST() local 643 uint32_t words[2]; in TEST() local 657 uint32_t words[2]; in TEST() local
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/ |
D | constant_uniform_facts_test.cpp | 39 FactManager* fact_manager, const std::vector<uint32_t>& words, in AddFactHelper() 620 uint32_t words[1]; in TEST() local 634 uint32_t words[1]; in TEST() local 643 uint32_t words[2]; in TEST() local 657 uint32_t words[2]; in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_constant_scalar.cpp | 27 uint32_t fresh_id, uint32_t type_id, const std::vector<uint32_t>& words, in TransformationAddConstantScalar() 57 auto words = (width + 32 - 1) / 32; in IsApplicable() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_constant_scalar.cpp | 27 uint32_t fresh_id, uint32_t type_id, const std::vector<uint32_t>& words, in TransformationAddConstantScalar() 57 auto words = (width + 32 - 1) / 32; in IsApplicable() local
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_constant_scalar.cpp | 27 uint32_t fresh_id, uint32_t type_id, const std::vector<uint32_t>& words, in TransformationAddConstantScalar() 57 auto words = (width + 32 - 1) / 32; in IsApplicable() local
|
/third_party/node/test/js-native-api/test_bigint/ |
D | test_bigint.c | 97 uint64_t words[10]; in TestWords() local 116 uint64_t words[10] = {0}; in CreateTooBigBigInt() local 128 uint64_t words[10] = {0}; in MakeBigIntWordsThrow() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_intern.c | 175 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words() 188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words()
|
/third_party/openssl/crypto/bn/ |
D | bn_intern.c | 175 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words() 188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_perf.c | 33 unsigned words = bi_count_write_registers(I, 0); in va_count_instr_stats() local
|