Searched refs:is_float_depth (Results 1 – 2 of 2) sorted by relevance
921 GLboolean is_float_depth = _mesa_has_depth_float_channel(internalFormat); in read_pixels_es3_error_check() local993 if (is_float_depth) in read_pixels_es3_error_check()997 if (!is_float_depth) in read_pixels_es3_error_check()1007 if (is_float_depth) in read_pixels_es3_error_check()1013 if (!is_float_depth) in read_pixels_es3_error_check()
607 const bool is_float_depth = in clear_bufferfv() local609 ctx->Depth.Clear = is_float_depth ? *value : SATURATE(*value); in clear_bufferfv()