Home
last modified time | relevance | path

Searched refs:SpirvVector (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtest_fixture.h36 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 …]
Dimmediate_int_test.cpp104 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 …]
Dtext_to_binary.misc_test.cpp25 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef
35 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
Dbinary_parse_test.cpp198 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/
Dtest_fixture.h39 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 …]
Dimmediate_int_test.cpp104 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 …]
Dtext_to_binary.misc_test.cpp26 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef
36 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
Dbinary_parse_test.cpp203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse()
205 SpirvVector flipped_words(words); in Parse()
/third_party/spirv-tools/test/
Dtest_fixture.h39 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 …]
Dimmediate_int_test.cpp104 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 …]
Dtext_to_binary.misc_test.cpp26 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef
36 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
Dbinary_parse_test.cpp203 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/
Dtest_fixture.h39 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 …]
Dimmediate_int_test.cpp104 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 …]
Dtext_to_binary.misc_test.cpp26 using SpirvVector = spvtest::TextToBinaryTest::SpirvVector; typedef
36 const SpirvVector code = CompiledInstructions(R"(%f32 = OpTypeFloat 32 in TEST_F()
Dbinary_parse_test.cpp203 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/
Dval_id_test.cpp566 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/
Dval_id_test.cpp841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
/third_party/spirv-tools/test/val/
Dval_id_test.cpp841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_id_test.cpp841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()