Home
last modified time | relevance | path

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

/external/deqp-deps/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,
68 SpirvVector code_copy;
70 code_copy = SpirvVector(binary->code, binary->code + binary->wordCount);
128 const std::string& txt, const SpirvVector& words_to_append) { in EncodeSuccessfullyDecodeFailed()
129 SpirvVector code = in EncodeSuccessfullyDecodeFailed()
148 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.cpp200 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse()
202 SpirvVector flipped_words(words); in Parse()
/external/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.cpp202 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse()
204 SpirvVector flipped_words(words); in Parse()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_id_test.cpp781 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_id_test.cpp781 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()