Home
last modified time | relevance | path

Searched refs:_mesa_is_depth_or_stencil_format (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmultisample.c253 if (!_mesa_is_depth_or_stencil_format(internalFormat)) { in _mesa_check_sample_count()
357 if (_mesa_is_depth_or_stencil_format(internalFormat)) in _mesa_check_sample_count()
Dglformats.h106 _mesa_is_depth_or_stencil_format(GLenum format);
Drenderbuffer.c50 if (_mesa_is_depth_or_stencil_format(internalFormat)) in choose_renderbuffer_format()
Dtexstore.c929 if (_mesa_is_depth_or_stencil_format(baseInternalFormat)) { in _mesa_texstore()
Dglformats.c1318 _mesa_is_depth_or_stencil_format(GLenum format) in _mesa_is_depth_or_stencil_format() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c1279 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_ChooseTextureFormat()
1400 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QuerySamplesForFormat()
1407 else if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QuerySamplesForFormat()
1474 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QueryInternalFormat()