Home
last modified time | relevance | path

Searched refs:INVDSTCLR (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DRenderState.cpp88 case BlendMode::INVDSTCLR: in RemoveDstColorUsage()
187 {false, BlendMode::INVDSTCLR, BlendMode::INVSRCCLR}, // XOR in ApproximateLogicOpWithBlending()
188 {false, BlendMode::INVDSTCLR, BlendMode::ONE}, // OR in ApproximateLogicOpWithBlending()
189 {false, BlendMode::INVSRCCLR, BlendMode::INVDSTCLR}, // NOR in ApproximateLogicOpWithBlending()
191 {false, BlendMode::INVDSTCLR, BlendMode::INVDSTCLR}, // INVERT in ApproximateLogicOpWithBlending()
195 {false, BlendMode::INVDSTCLR, BlendMode::INVSRCCLR}, // NAND in ApproximateLogicOpWithBlending()
H A DBPMemory.h615 INVDSTCLR = INVSRCCLR, // for src factor enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DEfbInterface.cpp235 case BlendMode::INVDSTCLR: in GetSourceFactor()