Lines Matching full:shader
26 PixelProgram(const PixelProcessor::State &state, const PixelShader *shader) :
27 PixelRoutine(state, shader), r(shader->dynamicallyIndexedTemporaries),
37 if(shader->containsBreakInstruction())
42 if(shader->containsContinueInstruction())
64 // Shader variables
91 Int4 enableMask(const Shader::Instruction *instruction);
97 Int relativeAddress(const Shader::Parameter &var, int bufferIndex = -1);
102 typedef Shader::Control Control;
121 void DISCARD(Int cMask[4], const Shader::Instruction *instruction);