Home
last modified time | relevance | path

Searched refs:GetShader100DebugOpcode (Results 1 – 14 of 14) sorted by relevance

/third_party/spirv-tools/source/opt/
Ddebug_info_manager.cpp122 } else if (inst->GetShader100DebugOpcode() == in RegisterDbgFunction()
128 assert(fn_inst && fn_inst->GetShader100DebugOpcode() == in RegisterDbgFunction()
217 } else if (line->GetShader100DebugOpcode() == in CreateDebugInlinedAt()
610 assert(inst->GetShader100DebugOpcode() == in GetVulkanDebugOperation()
718 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()
731 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()
857 if (instr->GetShader100DebugOpcode() == in ClearDebugInfo()
890 dbg_instr_itr->GetShader100DebugOpcode() == in ClearDebugInfo()
Dinstruction.cpp559 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsDebugLineInst()
568 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsLine()
574 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsNoLine()
661 NonSemanticShaderDebugInfo100Instructions Instruction::GetShader100DebugOpcode() in GetShader100DebugOpcode() function in spvtools::opt::Instruction
Dinstruction.h580 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const;
594 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
Dinline_pass.cpp408 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock()
446 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
Daggressive_dead_code_elim_pass.cpp638 auto op = dbg.GetShader100DebugOpcode(); in InitializeModuleScopeLiveInstructions()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddebug_info_manager.cpp120 } else if (inst->GetShader100DebugOpcode() == in RegisterDbgFunction()
126 assert(fn_inst && fn_inst->GetShader100DebugOpcode() == in RegisterDbgFunction()
604 assert(inst->GetShader100DebugOpcode() == in GetVulkanDebugOperation()
712 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()
725 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()
851 if (instr->GetShader100DebugOpcode() == in ClearDebugInfo()
884 dbg_instr_itr->GetShader100DebugOpcode() == in ClearDebugInfo()
Dinstruction.cpp581 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsDebugLineInst()
590 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsLine()
596 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsNoLine()
683 NonSemanticShaderDebugInfo100Instructions Instruction::GetShader100DebugOpcode() in GetShader100DebugOpcode() function in spvtools::opt::Instruction
Dinstruction.h570 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const;
584 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
Dinline_pass.cpp408 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock()
446 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp120 } else if (inst->GetShader100DebugOpcode() == in RegisterDbgFunction()
126 assert(fn_inst && fn_inst->GetShader100DebugOpcode() == in RegisterDbgFunction()
604 assert(inst->GetShader100DebugOpcode() == in GetVulkanDebugOperation()
712 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()
725 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()
851 if (instr->GetShader100DebugOpcode() == in ClearDebugInfo()
884 dbg_instr_itr->GetShader100DebugOpcode() == in ClearDebugInfo()
Dinstruction.cpp581 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsDebugLineInst()
590 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsLine()
596 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsNoLine()
683 NonSemanticShaderDebugInfo100Instructions Instruction::GetShader100DebugOpcode() in GetShader100DebugOpcode() function in spvtools::opt::Instruction
Dinstruction.h570 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const;
584 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
Dinline_pass.cpp408 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock()
446 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp1528 TEST_F(DescriptorTypeTest, GetShader100DebugOpcode) { argument