Searched refs:fogBlend (Results 1 – 5 of 5) sorted by relevance
54 void fogBlend(Vector4f &c0, Float4 &fog);
59 void fogBlend(Vector4s ¤t, Float4 &fog);
340 fogBlend(current, fog); in rasterOperation()361 PixelRoutine::fogBlend(oC, fog); in rasterOperation()1174 void PixelPipeline::fogBlend(Vector4s ¤t, Float4 &f) in fogBlend() function in sw::PixelPipeline
633 fogBlend(c[index], fog); in rasterOperation()
586 void PixelRoutine::fogBlend(Vector4f &c0, Float4 &fog) in fogBlend() function in sw::PixelRoutine