Home
last modified time | relevance | path

Searched refs:blendOpColorDodge (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp85 Float4 blendOpColorDodge(Float4 &src, Float4 &dst);
DPixelRoutine.cpp2007 Float4 PixelRoutine::blendOpColorDodge(Float4 &src, Float4 &dst) in blendOpColorDodge() function in sw::PixelRoutine
2157 blendedColor.x = blendOpColorDodge(srcColor.x, dstColor.x); in computeAdvancedBlendMode()
2158 blendedColor.y = blendOpColorDodge(srcColor.y, dstColor.y); in computeAdvancedBlendMode()
2159 blendedColor.z = blendOpColorDodge(srcColor.z, dstColor.z); in computeAdvancedBlendMode()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp341 float blendOpColorDodge(float src, float dst) in blendOpColorDodge() function
566 f.x() = blendOpColorDodge(src.x(), dst.x()); in calculateFFunction()
567 f.y() = blendOpColorDodge(src.y(), dst.y()); in calculateFFunction()
568 f.z() = blendOpColorDodge(src.z(), dst.z()); in calculateFFunction()