Home
last modified time | relevance | path

Searched refs:dzpix (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/rdp/
H A Drasterizer.c232 int dzpix; in render_spans_1cycle_complete() local
234 dzpix = state[wid].spans_dzpix; in render_spans_1cycle_complete()
240 int dzpixenc = dz_compress(dzpix); in render_spans_1cycle_complete()
440 int dzpix; in render_spans_1cycle_notexel1() local
448 int dzpixenc = dz_compress(dzpix); in render_spans_1cycle_notexel1()
605 int dzpix; in render_spans_1cycle_notex() local
613 int dzpixenc = dz_compress(dzpix); in render_spans_1cycle_notex()
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
[all …]
H A Dzbuffer.c216 …int32_t z_compare(uint32_t wid, uint32_t zcurpixel, uint32_t sz, uint16_t dzpix, int dzpixenc, uin… in z_compare() argument
281 uint32_t dznew = (uint32_t)deltaz_comparator_lut[dzpix | dzmem]; in z_compare()
/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() argument
997 userdata->m_dzpix_enc = dz_compress(dzpix & 0xffff); in z_compare()
1024 uint32_t dznew = (dzmem > dzpix) ? dzmem : (uint32_t)dzpix; in z_compare()
3545 int32_t dzinc, dzpix; in span_draw_1cycle() local
3587 dzpix = object.m_misc_state.m_primitive_dz; in span_draw_1cycle()
3592 dzpix = object.m_span_base.m_span_dzpix; in span_draw_1cycle()
3673 if(z_compare(zbcur, zhbcur, sz, dzpix, userdata, object)) in span_draw_1cycle()
3752 int32_t dzinc, dzpix; in span_draw_2cycle() local
3797 dzpix = object.m_misc_state.m_primitive_dz; in span_draw_2cycle()
3802 dzpix = object.m_span_base.m_span_dzpix; in span_draw_2cycle()
[all …]
H A Dn64.h225 …bool z_compare(uint32_t zcurpixel, uint32_t dzcurpixel, uint32_t sz, uint16_t dzpix, rd…
/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() argument
997 userdata->m_dzpix_enc = dz_compress(dzpix & 0xffff); in z_compare()
1024 uint32_t dznew = (dzmem > dzpix) ? dzmem : (uint32_t)dzpix; in z_compare()
3545 int32_t dzinc, dzpix; in span_draw_1cycle() local
3587 dzpix = object.m_misc_state.m_primitive_dz; in span_draw_1cycle()
3592 dzpix = object.m_span_base.m_span_dzpix; in span_draw_1cycle()
3673 if(z_compare(zbcur, zhbcur, sz, dzpix, userdata, object)) in span_draw_1cycle()
3752 int32_t dzinc, dzpix; in span_draw_2cycle() local
3797 dzpix = object.m_misc_state.m_primitive_dz; in span_draw_2cycle()
3802 dzpix = object.m_span_base.m_span_dzpix; in span_draw_2cycle()
[all …]
H A Dn64.h225 …bool z_compare(uint32_t zcurpixel, uint32_t dzcurpixel, uint32_t sz, uint16_t dzpix, rd…
/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
890 dzpix = normalize_dzpix(dzpix); in build_derived_attributes()
891 setup.dz = dzpix; in build_derived_attributes()
892 setup.dz_compressed = dz_compress(dzpix); in build_derived_attributes()