Home
last modified time | relevance | path

Searched refs:OPCODE_CALLNZ (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp835 case OPCODE_CALLNZ: return "callnz"; in operationString()
1109 return opcode == OPCODE_CALL || opcode == OPCODE_CALLNZ; in isCall()
1645 case OPCODE_CALLNZ: in analyzeDynamicBranching()
1888 if(inst->opcode == OPCODE_CALL || inst->opcode == OPCODE_CALLNZ) in analyzeCallSites()
2019 case OPCODE_CALLNZ: in analyzeLimits()
DShader.hpp65 OPCODE_CALLNZ, enumerator
DVertexProgram.cpp112 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in program()
304 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in program()
DPixelProgram.cpp122 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in applyShader()
344 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in applyShader()