Searched refs:is_float_depth (Results 1 – 2 of 2) sorted by relevance
913 GLboolean is_float_depth = _mesa_has_depth_float_channel(internalFormat); in read_pixels_es3_error_check() local985 if (is_float_depth) in read_pixels_es3_error_check()989 if (!is_float_depth) in read_pixels_es3_error_check()999 if (is_float_depth) in read_pixels_es3_error_check()1005 if (!is_float_depth) in read_pixels_es3_error_check()
603 const bool is_float_depth = in clear_bufferfv() local605 ctx->Depth.Clear = is_float_depth ? *value : SATURATE(*value); in clear_bufferfv()