/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | test_fixture.h | 36 using SpirvVector = std::vector<uint32_t>; 39 static const SpirvVector::size_type kFirstInstruction = 5; 52 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() 54 return SpirvVector(v.begin() + from, v.end()); in Subvector() 59 SpirvVector CompileSuccessfully(const std::string& txt, 65 SpirvVector code_copy; 67 code_copy = SpirvVector(binary->code, binary->code + binary->wordCount); 125 const std::string& txt, const SpirvVector& words_to_append) { in EncodeSuccessfullyDecodeFailed() 126 SpirvVector code = in EncodeSuccessfullyDecodeFailed() 145 SpirvVector CompiledInstructions(const std::string& txt, [all …]
|
D | immediate_int_test.cpp | 104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() 168 const SpirvVector original = in TEST_F() 194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() 213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 217 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 229 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 244 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() [all …]
|
D | text_to_binary.misc_test.cpp | 25 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef 35 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
|
D | binary_parse_test.cpp | 198 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 200 SpirvVector flipped_words(words); in Parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | test_fixture.h | 39 using SpirvVector = std::vector<uint32_t>; 42 static const SpirvVector::size_type kFirstInstruction = 5; 55 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() 57 return SpirvVector(v.begin() + from, v.end()); in Subvector() 62 SpirvVector CompileSuccessfully(const std::string& txt, 70 SpirvVector code_copy; 72 code_copy = SpirvVector(binary->code, binary->code + binary->wordCount); 133 const std::string& txt, const SpirvVector& words_to_append) { in EncodeSuccessfullyDecodeFailed() 136 SpirvVector code = in EncodeSuccessfullyDecodeFailed() 155 SpirvVector CompiledInstructions(const std::string& txt, [all …]
|
D | immediate_int_test.cpp | 104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() 168 const SpirvVector original = in TEST_F() 194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() 213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 217 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 229 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 244 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() [all …]
|
D | text_to_binary.misc_test.cpp | 26 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef 36 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
|
D | binary_parse_test.cpp | 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 205 SpirvVector flipped_words(words); in Parse()
|
/third_party/spirv-tools/test/ |
D | test_fixture.h | 39 using SpirvVector = std::vector<uint32_t>; 42 static const SpirvVector::size_type kFirstInstruction = 5; 55 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() 57 return SpirvVector(v.begin() + from, v.end()); in Subvector() 62 SpirvVector CompileSuccessfully(const std::string& txt, 70 SpirvVector code_copy; 72 code_copy = SpirvVector(binary->code, binary->code + binary->wordCount); 133 const std::string& txt, const SpirvVector& words_to_append) { in EncodeSuccessfullyDecodeFailed() 136 SpirvVector code = in EncodeSuccessfullyDecodeFailed() 155 SpirvVector CompiledInstructions(const std::string& txt, [all …]
|
D | immediate_int_test.cpp | 104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() 168 const SpirvVector original = in TEST_F() 194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() 213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 217 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 229 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 244 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() [all …]
|
D | text_to_binary.misc_test.cpp | 26 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef 36 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
|
D | binary_parse_test.cpp | 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 205 SpirvVector flipped_words(words); in Parse()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | test_fixture.h | 39 using SpirvVector = std::vector<uint32_t>; 42 static const SpirvVector::size_type kFirstInstruction = 5; 55 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() 57 return SpirvVector(v.begin() + from, v.end()); in Subvector() 62 SpirvVector CompileSuccessfully(const std::string& txt, 70 SpirvVector code_copy; 72 code_copy = SpirvVector(binary->code, binary->code + binary->wordCount); 133 const std::string& txt, const SpirvVector& words_to_append) { in EncodeSuccessfullyDecodeFailed() 136 SpirvVector code = in EncodeSuccessfullyDecodeFailed() 155 SpirvVector CompiledInstructions(const std::string& txt, [all …]
|
D | immediate_int_test.cpp | 104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() 168 const SpirvVector original = in TEST_F() 194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() 213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 217 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 229 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() 244 const SpirvVector alternate = CompileSuccessfully(R"( in TEST_F() 253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() [all …]
|
D | text_to_binary.misc_test.cpp | 26 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef 36 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
|
D | binary_parse_test.cpp | 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 205 SpirvVector flipped_words(words); in Parse()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_id_test.cpp | 566 spv_result_t Val(const SpirvVector& v, const std::string &expected_err = "") { in Val()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_id_test.cpp | 841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
|
/third_party/spirv-tools/test/val/ |
D | val_id_test.cpp | 841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_id_test.cpp | 841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
|