Home
last modified time | relevance | path

Searched refs:computeAdvancedBlendMode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp86 …SIMD::Float4 computeAdvancedBlendMode(int index, const SIMD::Float4 &src, const SIMD::Float4 &dst,…
H A DPixelRoutine.cpp1506 SIMD::Float4 PixelRoutine::computeAdvancedBlendMode(int index, const SIMD::Float4 &src, const SIMD:… in computeAdvancedBlendMode() function in sw::PixelRoutine
1906 blendedColor = computeAdvancedBlendMode(index, sourceColor, destColor, sourceFactor, destFactor); in alphaBlend()