Searched refs:pixelShaderModel (Results 1 – 6 of 6) sorted by relevance
487 if(pixelShaderModel() >= 0x0300) return false; in fogActive()619 if(pixelShaderModel() <= 0x0103 && coordinate < 8 && textureTransformProject[coordinate]) in isProjectionComponent()1385 if(textureTransformProject[coordinate] && pixelShaderModel() <= 0x0103) in textureActive()1438 unsigned short Context::pixelShaderModel() const in pixelShaderModel() function in sw::Context
186 else if(context->pixelShaderModel() < 0x0300) in update()
1068 if(context->pixelShaderModel() < 0x0300) in update()1085 if(context->textureTransformProject[coordinate] && context->pixelShaderModel() <= 0x0103) in update()1179 const bool integerPipeline = (context->pixelShaderModel() <= 0x0104); in routine()
402 unsigned short pixelShaderModel() const;
928 state.fixedFunction = !context->vertexShader && context->pixelShaderModel() < 0x0300; in update()1013 else if(!context->preTransformed || context->pixelShaderModel() < 0x0300) in update()
404 if(context->pixelShaderModel() <= 0x0104) in draw()