Home
last modified time | relevance | path

Searched refs:dither_random_value (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/opencolorio/
H A Dgpu_shader_display_transform.glsl122 float dither_random_value(vec2 co)
142 col.rgb += dither_random_value(uv) * 0.0033 * dither;
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_color_inline.c323 MINLINE float dither_random_value(float s, float t) in dither_random_value() function
340 float dither_value = dither_random_value(s, t) * 0.0033f * dither; in float_to_byte_dither_v3()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_color.h122 MINLINE float dither_random_value(float s, float t);
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Ddivers.c84 float dither_value = dither_random_value(s, t) * 0.0033f * di->dither; in ushort_to_byte_dither_v4()
97 float dither_value = dither_random_value(s, t) * 0.0033f * di->dither; in float_to_byte_dither_v4()