Home
last modified time | relevance | path

Searched refs:dz_compressed (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/shaders/
H A Ddepth_test.h41 bool depth_test(int z, int dz, int dz_compressed, in depth_test() argument
57 blend_shift.x = u8(clamp(dz_compressed - current_dz, 0, 4)); in depth_test()
58 blend_shift.y = u8(clamp(current_dz - dz_compressed, 0, 4)); in depth_test()
136 blend_shift.y = u8(min(0xf - dz_compressed, 4)); in depth_test()
H A Ddata_structures.h170 mem_u8 dz_compressed; member
196 u8 dz_compressed; member
H A Dload_derived_setup.h44 u8(derived_setup.elems[index].dz_compressed), in load_derived_setup()
H A Dmemory_interfacing.h484 bool z_pass = depth_test(z, derived.dz, derived.dz_compressed, in depth_blend()
530 current_dz = u8(derived.dz_compressed); in depth_blend()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/rdp/
H A Dzbuffer.c196 static STRICTINLINE uint32_t dz_decompress(uint32_t dz_compressed) in dz_decompress() argument
198 return (1 << dz_compressed); in dz_decompress()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Drdp_data_structures.hpp132 uint8_t dz_compressed; member
H A Drdp_renderer.cpp883 setup.dz_compressed = dz_compress(setup.dz); in build_derived_attributes()
892 setup.dz_compressed = dz_compress(dzpix); in build_derived_attributes()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dn64.cpp885 const uint32_t dz_compressed = ((zval & 3) << 2) | (dzval & 3); in dz_decompress() local
886 return (1 << dz_compressed); in dz_decompress()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dn64.cpp885 const uint32_t dz_compressed = ((zval & 3) << 2) | (dzval & 3); in dz_decompress() local
886 return (1 << dz_compressed); in dz_decompress()