Searched refs:blendOpHardlight (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 86 Float4 blendOpHardlight(Float4 &src, Float4 &dst);
|
H A D | PixelRoutine.cpp | 2028 Float4 PixelRoutine::blendOpHardlight(Float4 &src, Float4 &dst) in blendOpHardlight() function in sw::PixelRoutine 2180 blendedColor.x = blendOpHardlight(srcColor.x, dstColor.x); in computeAdvancedBlendMode() 2181 blendedColor.y = blendOpHardlight(srcColor.y, dstColor.y); in computeAdvancedBlendMode() 2182 blendedColor.z = blendOpHardlight(srcColor.z, dstColor.z); in computeAdvancedBlendMode()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 364 float blendOpHardlight(float src, float dst) in blendOpHardlight() function 581 f.x() = blendOpHardlight(src.x(), dst.x()); in calculateFFunction() 582 f.y() = blendOpHardlight(src.y(), dst.y()); in calculateFFunction() 583 f.z() = blendOpHardlight(src.z(), dst.z()); in calculateFFunction()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 368 float blendOpHardlight(float src, float dst) in blendOpHardlight() function 585 f.x() = blendOpHardlight(src.x(), dst.x()); in calculateFFunction() 586 f.y() = blendOpHardlight(src.y(), dst.y()); in calculateFFunction() 587 f.z() = blendOpHardlight(src.z(), dst.z()); in calculateFFunction()
|
Completed in 10 milliseconds