zink: decrement ZINK_FBFETCH_BINDING
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sun, 23 Oct 2022 14:36:34 +0000 (10:36 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 02:06:23 +0000 (02:06 +0000)
there's no reason this shouldn't be contiguous with the other gfx stages

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19281>

src/gallium/drivers/zink/zink_types.h

index 05c056c..5c27b1d 100644 (file)
@@ -63,7 +63,7 @@
 
 
 /* the descriptor binding id for fbfetch/input attachment */
-#define ZINK_FBFETCH_BINDING 6 //COMPUTE+1
+#define ZINK_FBFETCH_BINDING 5
 #define ZINK_GFX_SHADER_COUNT 5
 
 /* number of descriptors to allocate in a pool */