Searched refs:GetShader100DebugOpcode (Results 1 – 14 of 14) sorted by relevance
122 } 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()
559 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
580 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const;594 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
408 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock()446 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
638 auto op = dbg.GetShader100DebugOpcode(); in InitializeModuleScopeLiveInstructions()
120 } 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()
581 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
570 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const;584 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
1528 TEST_F(DescriptorTypeTest, GetShader100DebugOpcode) { argument