Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.cpp822 case OPCODE_LABEL: return "label"; in operationString()
1517 if(instruction[i]->opcode == OPCODE_LABEL) in optimizeCall()
1548 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()
1762 else if(instruction[i]->opcode == OPCODE_LABEL) in analyzeDynamicBranching()
1786 if(instruction[i]->opcode == OPCODE_LABEL && instruction[i]->dst.label == functionLabel) in markFunctionAnalysis()
DShader.hpp68 OPCODE_LABEL, enumerator
DVertexProgram.cpp317 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in program()
DPixelProgram.cpp313 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1150 Instruction *label = emit(sw::Shader::OPCODE_LABEL); in visitAggregate()