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

/external/swiftshader/src/Renderer/
H A DContext.hpp472 bool wBasedFog; member in class:sw::Context
H A DPixelProcessor.hpp67 bool wBasedFog : 1; member in struct:sw::PixelProcessor::States
H A DPixelProcessor.cpp991 state.wBasedFog = context->wBasedFog && context->pixelFogActive() != FOG_NONE;
H A DContext.cpp293 wBasedFog = false;
H A DVertexProcessor.cpp249 context->wBasedFog = (P[3][0] != 0.0f) || (P[3][1] != 0.0f) || (P[3][2] != 0.0f) || (P[3][3] != 1.0f);
/external/swiftshader/src/Shader/
H A DPixelRoutine.cpp628 if(state.wBasedFog)

Completed in 107 milliseconds