Home
last modified time | relevance | path

Searched defs:alphaToCoverage (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Device/
H A DPixelProcessor.hpp95 bool alphaToCoverage; member
H A DContext.hpp162 bool alphaToCoverage = false; member
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DDriverUniform.cpp376 TIntermTyped *alphaToCoverage = new TIntermBinary( in getAlphaToCoverage() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp643 void PixelRoutine::alphaToCoverage(Int cMask[4], const SIMD::Float &alpha, const SampleSet &samples) in alphaToCoverage() function in sw::PixelRoutine
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp1943 bool alphaToCoverage; member