Searched refs:next_dither_toggle (Results 1 – 5 of 5) sorted by relevance
111 toggle = next_dither_toggle(toggle); \157 cache[next_dither_toggle(toggle) + range.fV0], in shadeSpan_linear_clamp()179 cache[next_dither_toggle(toggle) + range.fV1], in shadeSpan_linear_clamp()193 toggle = next_dither_toggle(toggle); in shadeSpan_linear_mirror()206 toggle = next_dither_toggle(toggle); in shadeSpan_linear_repeat()258 toggle = next_dither_toggle(toggle); in shadeSpan()
151 toggle = next_dither_toggle(toggle); in twopoint_clamp()168 toggle = next_dither_toggle(toggle); in twopoint_repeat()185 toggle = next_dither_toggle(toggle); in twopoint_mirror()289 toggle = next_dither_toggle(toggle); in shadeSpan()
301 cache[next_dither_toggle(toggle) + fi], in shadeSpan_radial_clamp2()331 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()342 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()360 toggle = next_dither_toggle(toggle); in shadeSpan_radial()
122 toggle = next_dither_toggle(toggle); in shadeSpan()129 toggle = next_dither_toggle(toggle); in shadeSpan()
279 static inline int next_dither_toggle(int toggle) { in next_dither_toggle() function