Home
last modified time | relevance | path

Searched refs:OPCODE_LEAVE (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DShader.cpp986 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()
DShader.hpp247 OPCODE_LEAVE, // Return before the end of the function enumerator
DVertexProgram.cpp315 case Shader::OPCODE_LEAVE: LEAVE(); break; in program()
DPixelProgram.cpp325 case Shader::OPCODE_LEAVE: LEAVE(); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1950 emit(sw::Shader::OPCODE_LEAVE); in visitBranch()