Home
last modified time | relevance | path

Searched refs:fogBlend (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.hpp54 void fogBlend(Vector4f &c0, Float4 &fog);
DPixelPipeline.hpp59 void fogBlend(Vector4s &current, Float4 &fog);
DPixelPipeline.cpp340 fogBlend(current, fog); in rasterOperation()
361 PixelRoutine::fogBlend(oC, fog); in rasterOperation()
1174 void PixelPipeline::fogBlend(Vector4s &current, Float4 &f) in fogBlend() function in sw::PixelPipeline
DPixelProgram.cpp633 fogBlend(c[index], fog); in rasterOperation()
DPixelRoutine.cpp586 void PixelRoutine::fogBlend(Vector4f &c0, Float4 &fog) in fogBlend() function in sw::PixelRoutine