Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dreadpix.c921 GLboolean is_float_depth = _mesa_has_depth_float_channel(internalFormat); in read_pixels_es3_error_check() local
993 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()
Dclear.c607 const bool is_float_depth = in clear_bufferfv() local
609 ctx->Depth.Clear = is_float_depth ? *value : SATURATE(*value); in clear_bufferfv()