Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp991 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()
DShader.hpp248 OPCODE_LEAVE, // Return before the end of the function enumerator
DVertexProgram.cpp319 case Shader::OPCODE_LEAVE: LEAVE(); break; in program()
DPixelProgram.cpp359 case Shader::OPCODE_LEAVE: LEAVE(); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1983 emit(sw::Shader::OPCODE_LEAVE); in visitBranch()