Searched refs:highparam (Results 1 – 1 of 1) sorted by relevance
209 float highparam { -1e10f }; in compute_ideal_colors_and_weights_2_comp() local220 highparam = astc::max(param, highparam); in compute_ideal_colors_and_weights_2_comp()225 if (highparam < lowparam) in compute_ideal_colors_and_weights_2_comp()228 highparam = 1e-7f; in compute_ideal_colors_and_weights_2_comp()231 float length = highparam - lowparam; in compute_ideal_colors_and_weights_2_comp()256 vfloat4 highvalue = line.a + line.b * highparam; in compute_ideal_colors_and_weights_2_comp()358 float highparam { -1e10f }; in compute_ideal_colors_and_weights_3_comp() local369 highparam = astc::max(param, highparam); in compute_ideal_colors_and_weights_3_comp()374 if (highparam < lowparam) in compute_ideal_colors_and_weights_3_comp()377 highparam = 1e-7f; in compute_ideal_colors_and_weights_3_comp()[all …]