Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp834 case OPCODE_CALL: return "call"; in operationString()
1109 return opcode == OPCODE_CALL || opcode == OPCODE_CALLNZ; in isCall()
1561 …if(instruction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == O… in optimizeCall()
1888 if(inst->opcode == OPCODE_CALL || inst->opcode == OPCODE_CALLNZ) in analyzeCallSites()
2018 case OPCODE_CALL: in analyzeLimits()
DShader.hpp64 OPCODE_CALL, enumerator
DVertexProgram.cpp112 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in program()
303 case Shader::OPCODE_CALL: CALL(dst.label, dst.callSite); break; in program()
DPixelProgram.cpp122 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in applyShader()
343 case Shader::OPCODE_CALL: CALL(dst.label, dst.callSite); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp532 Instruction *callMain = emit(sw::Shader::OPCODE_CALL); in output()
1354 Instruction *call = emit(sw::Shader::OPCODE_CALL); in visitAggregate()