Searched refs:OPCODE_LOOP (Results 1 – 4 of 4) sorted by relevance
139 opcode == OPCODE_LOOP || in Instruction()832 case OPCODE_LOOP: return "loop"; in operationString()1000 …if(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CM… in controlString()1115 return opcode == OPCODE_LOOP || opcode == OPCODE_REP || opcode == OPCODE_WHILE; in isLoop()
65 OPCODE_LOOP, enumerator
310 case Shader::OPCODE_LOOP: LOOP(src1); break; in program()
320 case Shader::OPCODE_LOOP: LOOP(src1); break; in applyShader()