Searched refs:OPCODE_LEAVE (Results 1 – 5 of 5) sorted by relevance
986 case OPCODE_LEAVE: return "leave"; in operationString()1502 if(instruction[i]->opcode == OPCODE_LEAVE) in optimizeLeave()1648 case OPCODE_LEAVE: in analyzeDynamicBranching()1655 if(inst->opcode == OPCODE_LEAVE) in analyzeDynamicBranching()1758 if(instruction[i]->opcode == OPCODE_LEAVE) in analyzeDynamicBranching()
247 OPCODE_LEAVE, // Return before the end of the function enumerator
315 case Shader::OPCODE_LEAVE: LEAVE(); break; in program()
325 case Shader::OPCODE_LEAVE: LEAVE(); break; in applyShader()
1950 emit(sw::Shader::OPCODE_LEAVE); in visitBranch()