Home
last modified time | relevance | path

Searched refs:ZCompare (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DEfbInterface.h46 bool ZCompare(u16 x, u16 y, u32 z);
H A DRasterizer.cpp91 if (!EfbInterface::ZCompare(x, y, z)) in Draw()
H A DEfbInterface.cpp645 bool ZCompare(u16 x, u16 y, u32 z) in ZCompare() function
H A DTev.cpp838 if (!EfbInterface::ZCompare(Position[0], Position[1], Position[2])) in Draw()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCTRTextureBlend.cpp110 u32 ZCompare; member in irr::video::CTRTextureBlend
121 ZCompare = 1; in CTRTextureBlend()
128 ZCompare = func; in setZCompareFunc()
318 switch ( ZCompare ) in fragment_dst_color_src_alpha()
502 switch ( ZCompare ) in fragment_src_color_src_alpha()
683 switch ( ZCompare ) in fragment_one_one_minus_src_alpha()
880 switch ( ZCompare ) in fragment_one_minus_dst_alpha_one()
1076 switch ( ZCompare ) in fragment_src_alpha_one()
1303 switch ( ZCompare ) in fragment_dst_color_one_minus_dst_alpha()
1499 switch ( ZCompare ) in fragment_dst_color_zero()
[all …]
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dtile.c197 …n), [Z] "r" (Depth), [In8] "r" (Pixels), [Palette] "r" (ScreenColors), [ZCompare] "r" (GFX.Z1), [Z… in WRITE_4PIXELS16()
284 …n), [Z] "r" (Depth), [In8] "r" (Pixels), [Palette] "r" (ScreenColors), [ZCompare] "r" (GFX.Z1), [Z… in WRITE_4PIXELS16_FLIPPED()