Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.cpp831 case OPCODE_CALLNZ: return "callnz"; in operationString()
1105 return opcode == OPCODE_CALL || opcode == OPCODE_CALLNZ; in isCall()
1641 case OPCODE_CALLNZ: in analyzeDynamicBranching()
1884 if(inst->opcode == OPCODE_CALL || inst->opcode == OPCODE_CALLNZ) in analyzeCallSites()
DShader.hpp64 OPCODE_CALLNZ, enumerator
DVertexProgram.cpp104 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in program()
296 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in program()
DPixelProgram.cpp93 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in applyShader()
315 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in applyShader()
/external/swiftshader/src/Pipeline/
DShader.cpp831 case OPCODE_CALLNZ: return "callnz"; in operationString()
1105 return opcode == OPCODE_CALL || opcode == OPCODE_CALLNZ; in isCall()
1641 case OPCODE_CALLNZ: in analyzeDynamicBranching()
1884 if(inst->opcode == OPCODE_CALL || inst->opcode == OPCODE_CALLNZ) in analyzeCallSites()
DShader.hpp64 OPCODE_CALLNZ, enumerator
DVertexProgram.cpp97 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in program()
288 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in program()
DPixelProgram.cpp93 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in applyShader()
314 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in applyShader()