Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp85 Float4 blendOpColorBurn(Float4 &src, Float4 &dst);
H A DPixelRoutine.cpp2017 Float4 PixelRoutine::blendOpColorBurn(Float4 &src, Float4 &dst) in blendOpColorBurn() function in sw::PixelRoutine
2175 blendedColor.x = blendOpColorBurn(srcColor.x, dstColor.x); in computeAdvancedBlendMode()
2176 blendedColor.y = blendOpColorBurn(srcColor.y, dstColor.y); in computeAdvancedBlendMode()
2177 blendedColor.z = blendOpColorBurn(srcColor.z, dstColor.z); in computeAdvancedBlendMode()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp354 float blendOpColorBurn(float src, float dst) in blendOpColorBurn() function
575 f.x() = blendOpColorBurn(src.x(), dst.x()); in calculateFFunction()
576 f.y() = blendOpColorBurn(src.y(), dst.y()); in calculateFFunction()
577 f.z() = blendOpColorBurn(src.z(), dst.z()); in calculateFFunction()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp358 float blendOpColorBurn(float src, float dst) in blendOpColorBurn() function
579 f.x() = blendOpColorBurn(src.x(), dst.x()); in calculateFFunction()
580 f.y() = blendOpColorBurn(src.y(), dst.y()); in calculateFFunction()
581 f.z() = blendOpColorBurn(src.z(), dst.z()); in calculateFFunction()

Completed in 11 milliseconds