Searched defs:oC (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelProgram.hpp | 43 RegisterArray<RENDERTARGETS, true> oC; member in sw::PixelProgram
|
D | PixelRoutine.cpp | 1918 …void PixelRoutine::blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, B… in blendFactor() 1989 …void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pix… in blendFactorAlpha() 2037 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4f &oC, Int &x) in alphaBlend() 2228 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor()
|
D | PixelPipeline.cpp | 309 Vector4f oC; in rasterOperation() local
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 1790 void PixelRoutine::blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, Vk… in blendFactor() 1876 void PixelRoutine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixe… in blendFactorAlpha() 1926 void PixelRoutine::alphaBlend(int index, const Pointer<Byte> &cBuffer, Vector4f &oC, const Int &x) in alphaBlend() 2156 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &oC, … in writeColor()
|