Searched refs:GetShader100DebugOpcode (Results 1 – 14 of 14) sorted by relevance
121 } else if (inst->GetShader100DebugOpcode() == in RegisterDbgFunction()127 assert(fn_inst && fn_inst->GetShader100DebugOpcode() == in RegisterDbgFunction()217 } else if (line->GetShader100DebugOpcode() == in CreateDebugInlinedAt()611 assert(inst->GetShader100DebugOpcode() == in GetVulkanDebugOperation()720 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()733 inst->GetShader100DebugOpcode() == in AnalyzeDebugInst()859 if (instr->GetShader100DebugOpcode() == in ClearDebugInfo()892 dbg_instr_itr->GetShader100DebugOpcode() == in ClearDebugInfo()
572 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsDebugLineInst()581 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsLine()587 NonSemanticShaderDebugInfo100Instructions ext_opt = GetShader100DebugOpcode(); in IsNoLine()676 NonSemanticShaderDebugInfo100Instructions Instruction::GetShader100DebugOpcode() in GetShader100DebugOpcode() function in spvtools::opt::Instruction
586 NonSemanticShaderDebugInfo100Instructions GetShader100DebugOpcode() const;600 return GetShader100DebugOpcode() != in IsShader100DebugInstr()
412 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock()450 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
648 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()
408 if (callee_inst_itr->GetShader100DebugOpcode() == in InlineEntryBlock()446 if (inst_itr->GetShader100DebugOpcode() == in InlineBasicBlocks()
1529 TEST_F(DescriptorTypeTest, GetShader100DebugOpcode) { argument