Searched refs:OPCODE_LEAVE (Results 1 – 9 of 9) 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
311 case Shader::OPCODE_LEAVE: LEAVE(); break; in program()
330 case Shader::OPCODE_LEAVE: LEAVE(); break; in applyShader()
303 case Shader::OPCODE_LEAVE: LEAVE(); break; in program()
329 case Shader::OPCODE_LEAVE: LEAVE(); break; in applyShader()
1983 emit(sw::Shader::OPCODE_LEAVE); in visitBranch()