Searched refs:_mesa_is_depthstencil_format (Results 1 – 8 of 8) sorted by relevance
77 _mesa_is_depthstencil_format(GLenum format);
749 && !_mesa_is_depthstencil_format(baseFormat)) { in getteximage_error_check()758 else if (_mesa_is_depthstencil_format(format) in getteximage_error_check()759 && !_mesa_is_depthstencil_format(baseFormat)) { in getteximage_error_check()
726 _mesa_is_depthstencil_format(GLenum format) in _mesa_is_depthstencil_format() function
1861 (_mesa_is_depthstencil_format(internalFormat) != _mesa_is_depthstencil_format(format)) || in texture_error_check()
2649 _mesa_is_depthstencil_format(srcImage->InternalFormat) || in _mesa_GenerateMipmapEXT()
132 _mesa_is_depthstencil_format(_mesa_get_format_base_format(format)) && in intel_miptree_create_internal()