Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.hpp91 bool alphaToCoverage; member
DContext.hpp293 bool alphaToCoverage = false; member
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp661 void PixelRoutine::alphaToCoverage(Int cMask[4], const Float4 &alpha, const SampleSet &samples) in alphaToCoverage() function in sw::PixelRoutine