Lines Matching defs:min
10056 de::min(gl_max_vertex_output_components_value, gl_max_tess_control_input_components_value);
10057 m_n_max_components_per_stage = de::min(m_n_max_components_per_stage, gl_max_fragment_input_components_value);
10058 m_n_max_components_per_stage = de::min(m_n_max_components_per_stage, gl_max_geometry_input_components_value);
10059 m_n_max_components_per_stage = de::min(m_n_max_components_per_stage, gl_max_geometry_output_components_value);
10060 m_n_max_components_per_stage = de::min(m_n_max_components_per_stage, gl_max_tess_control_output_components_value);
10061 m_n_max_components_per_stage = de::min(m_n_max_components_per_stage, gl_max_tess_evaluation_input_components_value);
10063 de::min(m_n_max_components_per_stage, gl_max_tess_evaluation_output_components_value);
10065 de::min(m_n_max_components_per_stage, gl_max_transform_feedback_interleaved_components_value);
12209 static T min(T left, T right);
12263 return min(max(x, minVal), maxVal);
12492 static T min(T left, T right)
12786 * - min();
14211 function, "min", Math::min, variable_type /* res_type */, variable_type /* arg1_type */,
14218 function, "min", Math::min, variable_type /* res_type */, variable_type /* arg1_type */,
15479 { "min", FUNCTION_MIN },