anv: silence border color swizzle debug message

MESA-INTEL: debug: gfx11_CreateSampler: ignored VkStructureType 1000411001

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17245>
This commit is contained in:
Lionel Landwerlin 2022-06-26 09:36:36 +03:00 committed by Marge Bot
parent fd997bde2f
commit 68e5265fa1

View file

@ -974,6 +974,8 @@ VkResult genX(CreateSampler)(
has_custom_color = true;
break;
}
case VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT:
break;
default:
anv_debug_ignored_stype(ext->sType);
break;