Home
last modified time | relevance | path

Searched refs:blendConstant4F (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DPixelProcessor.cpp75 factor.blendConstant4F[0] = float4(blendConstant.x); in setBlendConstant()
76 factor.blendConstant4F[1] = float4(blendConstant.y); in setBlendConstant()
77 factor.blendConstant4F[2] = float4(blendConstant.z); in setBlendConstant()
78 factor.blendConstant4F[3] = float4(blendConstant.w); in setBlendConstant()
H A DPixelProcessor.hpp139 float4 blendConstant4F[4]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DPixelProcessor.cpp69 factor.blendConstant4F[0] = float4(blendConstant.x); in setBlendConstant()
70 factor.blendConstant4F[1] = float4(blendConstant.y); in setBlendConstant()
71 factor.blendConstant4F[2] = float4(blendConstant.z); in setBlendConstant()
72 factor.blendConstant4F[3] = float4(blendConstant.w); in setBlendConstant()
H A DPixelProcessor.hpp144 float4 blendConstant4F[4]; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DPixelProcessor.cpp765 factor.blendConstant4F[0][0] = blendConstant.r; in setBlendConstant()
766 factor.blendConstant4F[0][1] = blendConstant.r; in setBlendConstant()
767 factor.blendConstant4F[0][2] = blendConstant.r; in setBlendConstant()
768 factor.blendConstant4F[0][3] = blendConstant.r; in setBlendConstant()
770 factor.blendConstant4F[1][0] = blendConstant.g; in setBlendConstant()
771 factor.blendConstant4F[1][1] = blendConstant.g; in setBlendConstant()
772 factor.blendConstant4F[1][2] = blendConstant.g; in setBlendConstant()
773 factor.blendConstant4F[1][3] = blendConstant.g; in setBlendConstant()
775 factor.blendConstant4F[2][0] = blendConstant.b; in setBlendConstant()
776 factor.blendConstant4F[2][1] = blendConstant.b; in setBlendConstant()
[all …]
H A DPixelProcessor.hpp182 float4 blendConstant4F[4]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DPixelProcessor.cpp765 factor.blendConstant4F[0][0] = blendConstant.r; in setBlendConstant()
766 factor.blendConstant4F[0][1] = blendConstant.r; in setBlendConstant()
767 factor.blendConstant4F[0][2] = blendConstant.r; in setBlendConstant()
768 factor.blendConstant4F[0][3] = blendConstant.r; in setBlendConstant()
770 factor.blendConstant4F[1][0] = blendConstant.g; in setBlendConstant()
771 factor.blendConstant4F[1][1] = blendConstant.g; in setBlendConstant()
772 factor.blendConstant4F[1][2] = blendConstant.g; in setBlendConstant()
773 factor.blendConstant4F[1][3] = blendConstant.g; in setBlendConstant()
775 factor.blendConstant4F[2][0] = blendConstant.b; in setBlendConstant()
776 factor.blendConstant4F[2][1] = blendConstant.b; in setBlendConstant()
[all …]
H A DPixelProcessor.hpp182 float4 blendConstant4F[4]; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp1795 blendFactor.x = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[0])); in blendFactor()
1796 blendFactor.y = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[1])); in blendFactor()
1797 blendFactor.z = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[2])); in blendFactor()
1800 blendFactor.x = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactor()
1801 blendFactor.y = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactor()
1802 blendFactor.z = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactor()
1859 blendFactor.w = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactorAlpha()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp1810 blendFactor.x = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[0])); in blendFactor()
1811 blendFactor.y = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[1])); in blendFactor()
1812 blendFactor.z = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[2])); in blendFactor()
1815 blendFactor.x = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactor()
1816 blendFactor.y = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactor()
1817 blendFactor.z = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactor()
1874 blendFactor.w = *Pointer<Float4>(data + OFFSET(DrawData, factor.blendConstant4F[3])); in blendFactorAlpha()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DPixelRoutine.cpp1975 blendFactor.x = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[0])); in blendFactor()
1976 blendFactor.y = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[1])); in blendFactor()
1977 blendFactor.z = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[2])); in blendFactor()
2027 blendFactor.w = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[3])); in blendFactorAlpha()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DPixelRoutine.cpp1975 blendFactor.x = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[0])); in blendFactor()
1976 blendFactor.y = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[1])); in blendFactor()
1977 blendFactor.z = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[2])); in blendFactor()
2027 blendFactor.w = *Pointer<Float4>(data + OFFSET(DrawData,factor.blendConstant4F[3])); in blendFactorAlpha()