Searched refs:next_dither_toggle (Results 1 – 5 of 5) sorted by relevance
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()285 toggle = next_dither_toggle(toggle); in shadeSpan()
111 cache[next_dither_toggle(toggle) + fi], in shadeSpan_radial_clamp2()141 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()152 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()170 toggle = next_dither_toggle(toggle); in shadeSpan_radial()
185 toggle = next_dither_toggle(toggle); \231 cache[next_dither_toggle(toggle) + range.fV0], in shadeSpan_linear_clamp()253 cache[next_dither_toggle(toggle) + range.fV1], in shadeSpan_linear_clamp()267 toggle = next_dither_toggle(toggle); in shadeSpan_linear_mirror()280 toggle = next_dither_toggle(toggle); in shadeSpan_linear_repeat()340 toggle = next_dither_toggle(toggle); in shadeSpan()
108 toggle = next_dither_toggle(toggle); in shadeSpan()115 toggle = next_dither_toggle(toggle); in shadeSpan()
288 static inline int next_dither_toggle(int toggle) { in next_dither_toggle() function