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:
committed by
Marge Bot
parent
91ce434103
commit
fe92abf82b
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user