Home
last modified time | relevance | path

Searched refs:fixedFunction (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DPixelPipeline.hpp57 void fixedFunction();
DPixelPipeline.cpp36 void PixelPipeline::fixedFunction() in fixedFunction() function in sw::PixelPipeline
65 fixedFunction(); in applyShader()
/external/swiftshader/src/Renderer/
DVertexProcessor.hpp53 bool fixedFunction : 1; // TODO: Eliminate by querying shader. member
DVertexProcessor.cpp928 state.fixedFunction = !context->vertexShader && context->pixelShaderModel() < 0x0300; in update()
1091 if(state.fixedFunction) in routine()