Searched refs:OPCODE_LOOP (Results 1 – 4 of 4) sorted by relevance
143 opcode == OPCODE_LOOP || in Instruction()836 case OPCODE_LOOP: return "loop"; in operationString()1004 …if(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CM… in controlString()1119 return opcode == OPCODE_LOOP || opcode == OPCODE_REP || opcode == OPCODE_WHILE; in isLoop()2028 case OPCODE_LOOP: in analyzeLimits()
66 OPCODE_LOOP, enumerator
314 case Shader::OPCODE_LOOP: LOOP(src1); break; in program()
354 case Shader::OPCODE_LOOP: LOOP(src1); break; in applyShader()