Home
last modified time | relevance | path

Searched refs:OPCODE_TEXKILL (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelShader.cpp190 if(inst->opcode == Shader::OPCODE_TEXKILL || in analyzeKill()
266 case Shader::OPCODE_TEXKILL: in analyzeInterpolants()
DVertexShader.cpp117 case Shader::OPCODE_TEXKILL: in validate()
DShader.hpp90 OPCODE_TEXKILL, enumerator
DPixelProgram.cpp163 if(opcode == Shader::OPCODE_TEXKILL) // Takes destination as input in applyShader()
324 case Shader::OPCODE_TEXKILL: TEXKILL(cMask, d, dst.mask); break; in applyShader()
374 …TER_VOID && dst.type != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_TEXKILL && opcode != S… in applyShader()
DShader.cpp863 case OPCODE_TEXKILL: return "texkill"; in operationString()
DPixelPipeline.cpp145 case Shader::OPCODE_TEXKILL: in applyShader()
213 if(dst.type != Shader::PARAMETER_VOID && opcode != Shader::OPCODE_TEXKILL) in applyShader()