Home
last modified time | relevance | path

Searched defs:dzpix (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/rdp/
H A Dzbuffer.c216 …NE uint32_t z_compare(uint32_t wid, uint32_t zcurpixel, uint32_t sz, uint16_t dzpix, int dzpixenc,… in z_compare()
H A Drasterizer.c232 int dzpix; in render_spans_1cycle_complete() local
440 int dzpix; in render_spans_1cycle_notexel1() local
605 int dzpix; in render_spans_1cycle_notex() local
755 int dzpix; in render_spans_2cycle_complete() local
1024 int dzpix; in render_spans_2cycle_notexelnext() local
1239 int dzpix; in render_spans_2cycle_notexel1() local
1443 int dzpix; in render_spans_2cycle_notex() local
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dn64.cpp972 bool n64_rdp::z_compare(uint32_t zcurpixel, uint32_t dzcurpixel, uint32_t sz, uint16_t dzpix, rdp_s… in z_compare()
3545 int32_t dzinc, dzpix; in span_draw_1cycle() local
3752 int32_t dzinc, dzpix; in span_draw_2cycle() local
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dn64.cpp972 bool n64_rdp::z_compare(uint32_t zcurpixel, uint32_t dzcurpixel, uint32_t sz, uint16_t dzpix, rdp_s… in z_compare()
3545 int32_t dzinc, dzpix; in span_draw_1cycle() local
3752 int32_t dzinc, dzpix; in span_draw_2cycle() local
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Drdp_renderer.cpp889 int dzpix = (dzdx < 0 ? (~dzdx & 0x7fff) : dzdx) + (dzdy < 0 ? (~dzdy & 0x7fff) : dzdy); in build_derived_attributes() local