Home
last modified time | relevance | path

Searched refs:WordVector (Results 1 – 16 of 16) sorted by relevance

/third_party/spirv-tools/test/
Dunit_spirv.h63 class WordVector; variable
67 void PrintTo(const WordVector& words, ::std::ostream* os);
70 class WordVector {
72 explicit WordVector(const std::vector<uint32_t>& val) : value_(val) {} in WordVector() function
73 explicit WordVector(const spv_binary_t& binary) in WordVector() function
90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo()
Dext_inst.glsl_test.cpp89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P()
90 << spvtest::WordVector(*binary).str(); in TEST_P()
Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
Dbinary_parse_test.cpp81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
/third_party/skia/third_party/externals/spirv-tools/test/
Dunit_spirv.h63 class WordVector; variable
67 void PrintTo(const WordVector& words, ::std::ostream* os);
70 class WordVector {
72 explicit WordVector(const std::vector<uint32_t>& val) : value_(val) {} in WordVector() function
73 explicit WordVector(const spv_binary_t& binary) in WordVector() function
90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo()
Dext_inst.glsl_test.cpp89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P()
90 << spvtest::WordVector(*binary).str(); in TEST_P()
Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
Dbinary_parse_test.cpp81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dunit_spirv.h63 class WordVector; variable
67 void PrintTo(const WordVector& words, ::std::ostream* os);
70 class WordVector {
72 explicit WordVector(const std::vector<uint32_t>& val) : value_(val) {} in WordVector() function
73 explicit WordVector(const spv_binary_t& binary) in WordVector() function
90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo()
Dext_inst.glsl_test.cpp89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P()
90 << spvtest::WordVector(*binary).str(); in TEST_P()
Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
Dbinary_parse_test.cpp81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dunit_spirv.h63 class WordVector; variable
67 void PrintTo(const WordVector& words, ::std::ostream* os);
70 class WordVector {
72 explicit WordVector(const std::vector<uint32_t>& val) : value_(val) {} in WordVector() function
73 explicit WordVector(const spv_binary_t& binary) in WordVector() function
90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo()
Dext_inst.glsl_test.cpp87 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P()
88 << spvtest::WordVector(*binary).str(); in TEST_P()
Dunit_spirv.cpp38 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
Dbinary_parse_test.cpp78 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()