Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DDriverUniform.cpp377 TIntermTyped *alphaToCoverage = new TIntermBinary( in getAlphaToCoverage() local
/external/swiftshader/src/Device/
DPixelProcessor.hpp95 bool alphaToCoverage; member
DContext.hpp95 bool alphaToCoverage = false; member
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp617 void PixelRoutine::alphaToCoverage(Int cMask[4], const SIMD::Float &alpha, const SampleSet &samples) in alphaToCoverage() function in sw::PixelRoutine