Searched refs:OPCODE_IFC (Results 1 – 4 of 4) sorted by relevance
142 opcode == OPCODE_IFC || in Instruction()854 case OPCODE_IFC: return "ifc"; in operationString()1004 …if(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CM… in controlString()1104 return opcode == OPCODE_IF || opcode == OPCODE_IFC; in isBranch()1647 case OPCODE_IFC: in analyzeDynamicBranching()2049 case OPCODE_IFC: in analyzeLimits()
80 OPCODE_IFC, enumerator
312 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in program()
352 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in applyShader()