Home
last modified time | relevance | path

Searched refs:blend2a (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/rdp/
H A Dblender.c92 int blend1a, blend2a; in blender_equation_cycle0() local
95 blend2a = *state[wid].blender2b_a[0] >> 3; in blender_equation_cycle0()
104 blend2a = (blend2a >> state[wid].blshiftb) | 3; in blender_equation_cycle0()
107 mulb = blend2a + 1; in blender_equation_cycle0()
138 int blend1a, blend2a; in blender_equation_cycle0_2() local
140 blend2a = *state[wid].blender2b_a[0] >> 3; in blender_equation_cycle0_2()
145 blend2a = (blend2a >> state[wid].pastblshiftb) | 3; in blender_equation_cycle0_2()
148 blend2a += 1; in blender_equation_cycle0_2()
156 int blend1a, blend2a; in blender_equation_cycle1() local
165 blend2a = (blend2a >> state[wid].blshiftb) | 3; in blender_equation_cycle1()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Drdpblend.cpp419 const int32_t blend2a = (userdata->m_color_inputs.blender2b_a[cycle]->get_a() >> shift_b) & mask; in blend_pipe() local
427 other.mul_imm(blend2a); in blend_pipe()
437 factor_sum = ((blend1a >> 2) + (blend2a >> 2) + 1) & 0xf; in blend_pipe()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Drdpblend.cpp419 const int32_t blend2a = (userdata->m_color_inputs.blender2b_a[cycle]->get_a() >> shift_b) & mask; in blend_pipe() local
427 other.mul_imm(blend2a); in blend_pipe()
437 factor_sum = ((blend1a >> 2) + (blend2a >> 2) + 1) & 0xf; in blend_pipe()