Home
last modified time | relevance | path

Searched refs:debug_inst_iter (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp147 for (auto debug_inst_iter = context()->debug2_begin(); in Process() local
148 debug_inst_iter != context()->debug2_end();) { in Process()
149 if (debug_inst_iter->opcode() == SpvOp::SpvOpName) { in Process()
150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process()
152 debug_inst_iter = debug_inst_iter.Erase(); in Process()
155 ++debug_inst_iter; in Process()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp147 for (auto debug_inst_iter = context()->debug2_begin(); in Process() local
148 debug_inst_iter != context()->debug2_end();) { in Process()
149 if (debug_inst_iter->opcode() == SpvOp::SpvOpName) { in Process()
150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process()
152 debug_inst_iter = debug_inst_iter.Erase(); in Process()
155 ++debug_inst_iter; in Process()