Home | History | Annotate | Download | only in Shader

Lines Matching defs:PixelShader

15 #include "PixelShader.hpp"
23 PixelShader::PixelShader(const PixelShader *ps) : Shader()
47 PixelShader::PixelShader(const unsigned long *token) : Shader()
59 PixelShader::~PixelShader()
63 int PixelShader::validate(const unsigned long *const token)
111 bool PixelShader::depthOverride() const
116 bool PixelShader::containsKill() const
121 bool PixelShader::containsCentroid() const
126 bool PixelShader::usesDiffuse(int component) const
131 bool PixelShader::usesSpecular(int component) const
136 bool PixelShader::usesTexture(int coordinate, int component) const
141 void PixelShader::analyze()
153 void PixelShader::analyzeZOverride()
170 void PixelShader::analyzeKill()
186 void PixelShader::analyzeInterpolants()