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 D | zbuffer.c | 216 …NE uint32_t z_compare(uint32_t wid, uint32_t zcurpixel, uint32_t sz, uint16_t dzpix, int dzpixenc,… in z_compare()
|
H A D | rasterizer.c | 232 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 D | n64.cpp | 972 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 D | n64.cpp | 972 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 D | rdp_renderer.cpp | 889 int dzpix = (dzdx < 0 ? (~dzdx & 0x7fff) : dzdx) + (dzdy < 0 ? (~dzdy & 0x7fff) : dzdy); in build_derived_attributes() local
|