Searched refs:blendOpColorDodge (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 84 Float4 blendOpColorDodge(Float4 &src, Float4 &dst);
|
H A D | PixelRoutine.cpp | 2007 Float4 PixelRoutine::blendOpColorDodge(Float4 &src, Float4 &dst) in blendOpColorDodge() function in sw::PixelRoutine 2170 blendedColor.x = blendOpColorDodge(srcColor.x, dstColor.x); in computeAdvancedBlendMode() 2171 blendedColor.y = blendOpColorDodge(srcColor.y, dstColor.y); in computeAdvancedBlendMode() 2172 blendedColor.z = blendOpColorDodge(srcColor.z, dstColor.z); in computeAdvancedBlendMode()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 344 float blendOpColorDodge(float src, float dst) in blendOpColorDodge() function 569 f.x() = blendOpColorDodge(src.x(), dst.x()); in calculateFFunction() 570 f.y() = blendOpColorDodge(src.y(), dst.y()); in calculateFFunction() 571 f.z() = blendOpColorDodge(src.z(), dst.z()); in calculateFFunction()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 348 float blendOpColorDodge(float src, float dst) in blendOpColorDodge() function 573 f.x() = blendOpColorDodge(src.x(), dst.x()); in calculateFFunction() 574 f.y() = blendOpColorDodge(src.y(), dst.y()); in calculateFFunction() 575 f.z() = blendOpColorDodge(src.z(), dst.z()); in calculateFFunction()
|
Completed in 11 milliseconds