Home
last modified time | relevance | path

Searched refs:i32_inst (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp183 const auto i32_inst = MakeInstruction(SpvOpTypeInt, {result_id, 32, 1}); in MakeParsedInt32TypeInstruction() local
188 i32_inst.data(), in MakeParsedInt32TypeInstruction()
189 static_cast<uint16_t>(i32_inst.size()), in MakeParsedInt32TypeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp183 const auto i32_inst = MakeInstruction(SpvOpTypeInt, {result_id, 32, 1}); in MakeParsedInt32TypeInstruction() local
188 i32_inst.data(), in MakeParsedInt32TypeInstruction()
189 static_cast<uint16_t>(i32_inst.size()), in MakeParsedInt32TypeInstruction()
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp183 const auto i32_inst = MakeInstruction(spv::Op::OpTypeInt, {result_id, 32, 1}); in MakeParsedInt32TypeInstruction() local
188 i32_inst.data(), in MakeParsedInt32TypeInstruction()
189 static_cast<uint16_t>(i32_inst.size()), in MakeParsedInt32TypeInstruction()

Completed in 6 milliseconds