Home
last modified time | relevance | path

Searched refs:wBasedFog (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.hpp478 bool wBasedFog; member in sw::Context
DPixelProcessor.hpp67 bool wBasedFog : 1; member
DPixelProcessor.cpp1003 state.wBasedFog = context->wBasedFog && context->pixelFogActive() != FOG_NONE; in update()
DContext.cpp296 wBasedFog = false; in init()
DVertexProcessor.cpp249 …context->wBasedFog = (P[3][0] != 0.0f) || (P[3][1] != 0.0f) || (P[3][2] != 0.0f) || (P[3][3] != 1.… in setProjectionMatrix()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp619 if(state.wBasedFog) in pixelFog()