mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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:
parent
91ce434103
commit
fe92abf82b
1 changed files with 2 additions and 2 deletions
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue