Searched refs:WordVector (Results 1 – 16 of 16) sorted by relevance
/third_party/spirv-tools/test/ |
D | unit_spirv.h | 63 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()
|
D | ext_inst.glsl_test.cpp | 89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P() 90 << spvtest::WordVector(*binary).str(); in TEST_P()
|
D | unit_spirv.cpp | 40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
D | binary_parse_test.cpp | 81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | unit_spirv.h | 63 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()
|
D | ext_inst.glsl_test.cpp | 89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P() 90 << spvtest::WordVector(*binary).str(); in TEST_P()
|
D | unit_spirv.cpp | 40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
D | binary_parse_test.cpp | 81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | unit_spirv.h | 63 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()
|
D | ext_inst.glsl_test.cpp | 89 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P() 90 << spvtest::WordVector(*binary).str(); in TEST_P()
|
D | unit_spirv.cpp | 40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
D | binary_parse_test.cpp | 81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | unit_spirv.h | 63 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()
|
D | ext_inst.glsl_test.cpp | 87 << spvtest::WordVector(expected_contains).str() << "in\n" in TEST_P() 88 << spvtest::WordVector(*binary).str(); in TEST_P()
|
D | unit_spirv.cpp | 38 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
D | binary_parse_test.cpp | 78 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
|