Home
last modified time | relevance | path

Searched refs:blendOpColorDodge (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp84 Float4 blendOpColorDodge(Float4 &src, Float4 &dst);
H A DPixelRoutine.cpp2007 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 DvktPipelineBlendOperationAdvancedTests.cpp344 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 DvktPipelineBlendOperationAdvancedTests.cpp348 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