agx: reduce preamble/main alignment

this was overkill.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32434>
This commit is contained in:
Alyssa Rosenzweig 2024-11-25 08:17:39 -05:00 committed by Marge Bot
parent 91ce434103
commit fe92abf82b

View file

@ -26,8 +26,8 @@
#include "nir_intrinsics_indices.h"
#include "shader_enums.h"
/* Alignment for shader programs. I'm not sure what the optimal value is. */
#define AGX_CODE_ALIGN 0x100
/* Cache-line align shader programs. This matches the prop compiler. */
#define AGX_CODE_ALIGN 0x80
/* clang-format off */
static const struct debug_named_value agx_debug_options[] = {