Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/nodes/
H A Dnode_shader_curves.c175 float ext_rgba[4][4]; in gpu_shader_curve_rgb() local
180 ext_rgba[a][0] = cm->mintable; in gpu_shader_curve_rgb()
181 ext_rgba[a][2] = cm->maxtable; in gpu_shader_curve_rgb()
185 ext_rgba[a][1] = (cm->ext_in[0] != 0.0f) ? in gpu_shader_curve_rgb()
188 ext_rgba[a][3] = (cm->ext_out[0] != 0.0f) ? in gpu_shader_curve_rgb()
193 ext_rgba[a][1] = 0.0f; in gpu_shader_curve_rgb()
194 ext_rgba[a][3] = 0.0f; in gpu_shader_curve_rgb()
199 if (range_rgba[a] != 1.0f || ext_rgba[a][1] != 1.0f || ext_rgba[a][2] != 1.0f || in gpu_shader_curve_rgb()
227 GPU_uniform(ext_rgba[0]), in gpu_shader_curve_rgb()
228 GPU_uniform(ext_rgba[1]), in gpu_shader_curve_rgb()
[all …]