Searched refs:expected_debug_inst (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 173 CommonDebugInfoInstructions expected_debug_inst, const Instruction* inst, in ValidateDebugInfoOperand() argument 176 [expected_debug_inst](CommonDebugInfoInstructions dbg_inst) { in ValidateDebugInfoOperand() 177 return dbg_inst == expected_debug_inst; in ValidateDebugInfoOperand() 183 if (_.grammar().lookupExtInst(inst->ext_inst_type(), expected_debug_inst, in ValidateDebugInfoOperand()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 187 CommonDebugInfoInstructions expected_debug_inst, const Instruction* inst, in ValidateDebugInfoOperand() argument 190 [expected_debug_inst](CommonDebugInfoInstructions dbg_inst) { in ValidateDebugInfoOperand() 191 return dbg_inst == expected_debug_inst; in ValidateDebugInfoOperand() 197 if (_.grammar().lookupExtInst(inst->ext_inst_type(), expected_debug_inst, in ValidateDebugInfoOperand()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_extensions.cpp | 183 CommonDebugInfoInstructions expected_debug_inst, const Instruction* inst, in ValidateDebugInfoOperand() argument 186 [expected_debug_inst](CommonDebugInfoInstructions dbg_inst) { in ValidateDebugInfoOperand() 187 return dbg_inst == expected_debug_inst; in ValidateDebugInfoOperand() 193 if (_.grammar().lookupExtInst(inst->ext_inst_type(), expected_debug_inst, in ValidateDebugInfoOperand()
|