anv: reorder debug options

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Felix DeGrood <felix.j.degrood@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41244>
This commit is contained in:
Lionel Landwerlin 2026-04-28 14:08:13 +03:00 committed by Marge Bot
parent b3c1cba483
commit 3951a00d86

View file

@ -117,14 +117,14 @@ static const driOptionDescription anv_dri_options[] = {
static const struct debug_control debug_control[] = {
{ "bindless", ANV_DEBUG_BINDLESS},
{ "desc-dirty", ANV_DEBUG_DESCRIPTOR_DIRTY},
{ "no-gpl", ANV_DEBUG_NO_GPL},
{ "no-slab", ANV_DEBUG_NO_SLAB},
{ "no-sparse", ANV_DEBUG_NO_SPARSE},
{ "sparse-trtt", ANV_DEBUG_SPARSE_TRTT},
{ "video-decode", ANV_DEBUG_VIDEO_DECODE},
{ "video-encode", ANV_DEBUG_VIDEO_ENCODE},
{ "shader-hash", ANV_DEBUG_SHADER_HASH},
{ "no-slab", ANV_DEBUG_NO_SLAB},
{ "desc-dirty", ANV_DEBUG_DESCRIPTOR_DIRTY},
{ "shader-print", ANV_DEBUG_SHADER_PRINT},
{ NULL, 0 }
};