Home
last modified time | relevance | path

Searched refs:debug_inst (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h1153 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()
1154 if (debug_inst.opcode() == SpvOpMemberName || in BuildIdToNameMap()
1155 debug_inst.opcode() == SpvOpName) { in BuildIdToNameMap()
1156 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h1183 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()
1184 if (debug_inst.opcode() == spv::Op::OpMemberName || in BuildIdToNameMap()
1185 debug_inst.opcode() == spv::Op::OpName) { in BuildIdToNameMap()
1186 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dir_context.h1234 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()
1235 if (debug_inst.opcode() == spv::Op::OpMemberName || in BuildIdToNameMap()
1236 debug_inst.opcode() == spv::Op::OpName) { in BuildIdToNameMap()
1237 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp139 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
140 if (debug_inst->opcode() != SpvOpExtInst || in DoesDebugInfoOperandMatchExpectation()
141 (debug_inst->ext_inst_type() != SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100 && in DoesDebugInfoOperandMatchExpectation()
142 debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
144 !expectation(CommonDebugInfoInstructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
157 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
158 if (debug_inst->opcode() != SpvOpExtInst || in DoesDebugInfoOperandMatchExpectation()
159 (debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
162 NonSemanticShaderDebugInfo100Instructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
3096 auto* debug_inst = _.FindDef(inst->word(5)); in ValidateExtInst() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp153 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
154 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()
155 (debug_inst->ext_inst_type() != SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100 && in DoesDebugInfoOperandMatchExpectation()
156 debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
158 !expectation(CommonDebugInfoInstructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
171 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
172 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()
173 (debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
176 NonSemanticShaderDebugInfo100Instructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
3402 auto* debug_inst = _.FindDef(inst->word(5)); in ValidateExtInst() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp149 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
150 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()
151 (debug_inst->ext_inst_type() != SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100 && in DoesDebugInfoOperandMatchExpectation()
152 debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
154 !expectation(CommonDebugInfoInstructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
167 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
168 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()
169 (debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
172 NonSemanticShaderDebugInfo100Instructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
3398 auto* debug_inst = _.FindDef(inst->word(5)); in ValidateExtInst() local
[all …]