Searched refs:OPCODE_BREAKC (Results 1 – 5 of 5) sorted by relevance
145 opcode == OPCODE_BREAKC || in Instruction()858 case OPCODE_BREAKC: return "breakc"; in operationString()1004 …if(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CM… in controlString()1114 return opcode == OPCODE_BREAK || opcode == OPCODE_BREAKC || opcode == OPCODE_BREAKP; in isBreak()1649 case OPCODE_BREAKC: in analyzeDynamicBranching()
84 OPCODE_BREAKC, enumerator
629 case Shader::OPCODE_BREAKC: in analyzeInterpolants()
298 case Shader::OPCODE_BREAKC: BREAKC(s0, s1, control); break; in program()
338 case Shader::OPCODE_BREAKC: BREAKC(s0, s1, control); break; in applyShader()