Searched refs:OPCODE_LEAVE (Results 1 – 5 of 5) sorted by relevance
991 case OPCODE_LEAVE: return "leave"; in operationString()1506 if(instruction[i]->opcode == OPCODE_LEAVE) in optimizeLeave()1652 case OPCODE_LEAVE: in analyzeDynamicBranching()1659 if(inst->opcode == OPCODE_LEAVE) in analyzeDynamicBranching()1762 if(instruction[i]->opcode == OPCODE_LEAVE) in analyzeDynamicBranching()
248 OPCODE_LEAVE, // Return before the end of the function enumerator
319 case Shader::OPCODE_LEAVE: LEAVE(); break; in program()
359 case Shader::OPCODE_LEAVE: LEAVE(); break; in applyShader()
1983 emit(sw::Shader::OPCODE_LEAVE); in visitBranch()