Searched refs:OPCODE_CALLNZ (Results 1 – 4 of 4) sorted by relevance
831 case OPCODE_CALLNZ: return "callnz"; in operationString()1105 return opcode == OPCODE_CALL || opcode == OPCODE_CALLNZ; in isCall()1641 case OPCODE_CALLNZ: in analyzeDynamicBranching()1881 if(inst->opcode == OPCODE_CALL || inst->opcode == OPCODE_CALLNZ) in analyzeCallSites()
64 OPCODE_CALLNZ, enumerator
109 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in program()300 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in program()
89 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in applyShader()310 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in applyShader()