Home | History | Annotate | Download | only in Renderer

Lines Matching refs:pixelShader

19 #include "PixelShader.hpp"
893 if(context->pixelShader)
895 state.shaderID = context->pixelShader->getSerialID();
902 state.depthOverride = context->pixelShader && context->pixelShader->depthOverride();
903 state.shaderContainsKill = context->pixelShader ? context->pixelShader->containsKill() : false;
974 if(state.multiSample > 1 && context->pixelShader)
976 state.centroid = context->pixelShader->containsCentroid();
979 if(!context->pixelShader)
991 if(context->pixelShader)
993 if(context->pixelShader->usesSampler(i))
1078 if(context->pixelShader->semantic[interpolant][component].active())
1082 switch(context->pixelShader->semantic[interpolant][component].usage)
1105 state.interpolant[interpolant].centroid = context->pixelShader->semantic[interpolant][0].centroid;
1126 generator = new PixelPipeline(state, context->pixelShader);
1130 generator = new PixelProgram(state, context->pixelShader);