Searched refs:str_words (Results 1 - 3 of 3) sorted by relevance
/third_party/spirv-tools/test/ |
H A D | binary_parse_test.cpp | 727 const auto str_words = MakeVector(str); in TEST_F() local 728 const auto instruction = MakeInstruction(spv::Op::OpName, {99}, str_words); in TEST_F() 734 MakeLiteralStringOperand(2, static_cast<uint16_t>(str_words.size()))}; in TEST_F() 752 const auto str_words = MakeVector(str); in TEST_F() local 753 const auto instruction = MakeInstruction(spv::Op::OpName, {99}, str_words); in TEST_F() 759 MakeLiteralStringOperand(2, static_cast<uint16_t>(str_words.size()))}; in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | binary_parse_test.cpp | 491 const auto str_words = MakeVector(str); in TEST_F() local 492 const auto instruction = MakeInstruction(SpvOpName, {99}, str_words); in TEST_F() 498 MakeLiteralStringOperand(2, static_cast<uint16_t>(str_words.size()))}; in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | binary_parse_test.cpp | 491 const auto str_words = MakeVector(str); in TEST_F() local 492 const auto instruction = MakeInstruction(SpvOpName, {99}, str_words); in TEST_F() 498 MakeLiteralStringOperand(2, static_cast<uint16_t>(str_words.size()))}; in TEST_F()
|
Completed in 6 milliseconds