nak: Reduce minStorageBufferAlignment
The only real requirement here is that we can load an entire vec4 at a time without getting a misaligned address. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26617>
This commit is contained in:
committed by
Marge Bot
parent
35a40b4c6a
commit
08222146ac
@@ -14,7 +14,7 @@
|
||||
#define NVK_MAX_PUSH_SIZE 128
|
||||
#define NVK_MAX_DYNAMIC_BUFFERS 64
|
||||
#define NVK_MAX_RTS 8
|
||||
#define NVK_MIN_SSBO_ALIGNMENT 64
|
||||
#define NVK_MIN_SSBO_ALIGNMENT 16
|
||||
#define NVK_MIN_TEXEL_BUFFER_ALIGNMENT 16
|
||||
#define NVK_MIN_UBO_ALIGNMENT 64
|
||||
#define NVK_MAX_VIEWPORTS 16
|
||||
|
||||
Reference in New Issue
Block a user