Searched refs:OPCODE_TEXKILL (Results 1 – 6 of 6) sorted by relevance
109 case Shader::OPCODE_TEXKILL: in validate()
176 if(instruction[i]->opcode == Shader::OPCODE_TEXKILL || in analyzeKill()253 case Shader::OPCODE_TEXKILL: in analyzeInterpolants()
89 OPCODE_TEXKILL, enumerator
129 if(opcode == Shader::OPCODE_TEXKILL) // Takes destination as input in applyShader()287 case Shader::OPCODE_TEXKILL: TEXKILL(cMask, d, dst.mask); break; in applyShader()334 …TER_VOID && dst.type != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_TEXKILL && opcode != S… in applyShader()
846 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()