Searched refs:spvOpcodeIsDebug (Results 1 – 21 of 21) sorted by relevance
99 if (!spvOpcodeIsDebug(opcode) && in SimplifyFunction()146 if (!spvOpcodeIsDebug(opcode) && !spvOpcodeIsDecoration(opcode)) { in SimplifyFunction()
173 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()183 !spvOpcodeIsDebug(opcode) && !inst->IsDebugInfo() && in IdPass()
513 if (use->opcode() != SpvOpFunction && !spvOpcodeIsDebug(use->opcode()) && in ValidateTypeFunction()
1355 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
498 if (use->opcode() != SpvOpFunction && !spvOpcodeIsDebug(use->opcode()) && in ValidateTypeFunction()
1451 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
139 bool spvOpcodeIsDebug(SpvOp opcode);
624 bool spvOpcodeIsDebug(SpvOp opcode) { in spvOpcodeIsDebug() function
179 if (comment_ && !inserted_debug_space_ && spvOpcodeIsDebug(opcode)) { in HandleInstruction()
137 bool spvOpcodeIsDebug(SpvOp opcode);
621 bool spvOpcodeIsDebug(SpvOp opcode) { in spvOpcodeIsDebug() function
305 if (comment_ && !inserted_debug_space && spvOpcodeIsDebug(opcode)) { in EmitSectionComment()