Searched refs:spvOpcodeIsDebug (Results 1 – 21 of 21) sorted by relevance
98 if (!spvOpcodeIsDebug(opcode) && in SimplifyFunction()145 if (!spvOpcodeIsDebug(opcode) && !spvOpcodeIsDecoration(opcode)) { in SimplifyFunction()
162 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()176 !spvOpcodeIsDebug(opcode) && !inst->IsDebugInfo() && in IdPass()
482 !spvOpcodeIsDebug(use->opcode()) && !use->IsNonSemantic() && in ValidateTypeFunction()
1491 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
509 !spvOpcodeIsDebug(use->opcode()) && !use->IsNonSemantic() && in ValidateTypeFunction()
1498 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
163 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()180 !spvOpcodeIsDebug(opcode) && !inst->IsDebugInfo() && in IdPass()
484 !spvOpcodeIsDebug(use->opcode()) && !use->IsNonSemantic() && in ValidateTypeFunction()
1648 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
137 bool spvOpcodeIsDebug(spv::Op opcode);
305 if (comment_ && !inserted_debug_space && spvOpcodeIsDebug(opcode)) { in EmitSectionComment()
634 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug() function
632 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug() function
670 bool spvOpcodeIsDebug(spv::Op opcode) { in spvOpcodeIsDebug() function
839 if (comment_ && !inserted_debug_space && spvOpcodeIsDebug(opcode)) { in EmitSectionComment()