Searched refs:OPCODE_TEXKILL (Results 1 – 11 of 11) sorted by relevance
189 if(inst->opcode == Shader::OPCODE_TEXKILL || in analyzeKill()265 case Shader::OPCODE_TEXKILL: in analyzeInterpolants()
117 case Shader::OPCODE_TEXKILL: in validate()
89 OPCODE_TEXKILL, enumerator
134 if(opcode == Shader::OPCODE_TEXKILL) // Takes destination as input in applyShader()295 case Shader::OPCODE_TEXKILL: TEXKILL(cMask, d, dst.mask); break; in applyShader()345 …TER_VOID && dst.type != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_TEXKILL && opcode != S… in applyShader()
859 case OPCODE_TEXKILL: return "texkill"; in operationString()
145 case Shader::OPCODE_TEXKILL: in applyShader()213 if(dst.type != Shader::PARAMETER_VOID && opcode != Shader::OPCODE_TEXKILL) in applyShader()
134 if(opcode == Shader::OPCODE_TEXKILL) // Takes destination as input in applyShader()295 case Shader::OPCODE_TEXKILL: TEXKILL(cMask, d, dst.mask); break; in applyShader()344 …TER_VOID && dst.type != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_TEXKILL && opcode != S… in applyShader()