Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp839 case OPCODE_LABEL: return "label"; in operationString()
1539 if(instruction[i]->opcode == OPCODE_LABEL) in optimizeCall()
1570 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()
1784 else if(instruction[i]->opcode == OPCODE_LABEL) in analyzeDynamicBranching()
1808 if(inst->opcode == OPCODE_LABEL && inst->dst.label == functionLabel) in markFunctionAnalysis()
1978 case OPCODE_LABEL: in analyzeLimits()
2006 case OPCODE_LABEL: in analyzeLimits()
DShader.hpp69 OPCODE_LABEL, enumerator
DVertexProgram.cpp313 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in program()
DPixelProgram.cpp353 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1292 Instruction *label = emit(sw::Shader::OPCODE_LABEL); in visitAggregate()