nak: Move NAK_FS_OUT_COLOR next to the enum
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27159>
This commit is contained in:
@@ -201,10 +201,10 @@ enum nak_fs_out {
|
||||
NAK_FS_OUT_DEPTH = 0x84,
|
||||
};
|
||||
|
||||
bool nak_nir_add_barriers(nir_shader *nir, const struct nak_compiler *nak);
|
||||
|
||||
#define NAK_FS_OUT_COLOR(n) (NAK_FS_OUT_COLOR0 + (n) * 16)
|
||||
|
||||
bool nak_nir_add_barriers(nir_shader *nir, const struct nak_compiler *nak);
|
||||
|
||||
struct nak_memstream {
|
||||
FILE *stream;
|
||||
char *buffer;
|
||||
|
||||
Reference in New Issue
Block a user