Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmultisample.c234 if (!_mesa_is_depth_or_stencil_format(internalFormat)) { in _mesa_check_sample_count()
338 if (_mesa_is_depth_or_stencil_format(internalFormat)) in _mesa_check_sample_count()
Dglformats.h106 _mesa_is_depth_or_stencil_format(GLenum format);
Dtexstore.c926 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.c1218 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_choose_renderbuffer_format()
1310 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_ChooseTextureFormat()
1415 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QuerySamplesForFormat()
1422 else if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QuerySamplesForFormat()
1489 if (_mesa_is_depth_or_stencil_format(internalFormat)) in st_QueryInternalFormat()