Home
last modified time | relevance | path

Searched refs:bZComploc (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVideoConfig.h163 bool bZComploc; member
H A DVideoConfig.cpp124 bZComploc = Config::Get(Config::GFX_SW_ZCOMPLOC); in Refresh()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DRasterizer.cpp84 if (bpmem.UseEarlyDepthTest() && g_ActiveConfig.bZComploc) in Draw()
H A DTev.cpp832 const bool late_ztest = !bpmem.zcontrol.early_ztest || !g_ActiveConfig.bZComploc; in Draw()