mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
nir: add nir_function::pass_flags
convenience, asahi will stash stuff here. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32382>
This commit is contained in:
parent
7d6e923a4f
commit
c076900360
1 changed files with 3 additions and 0 deletions
|
|
@ -3661,6 +3661,9 @@ typedef struct nir_function {
|
|||
const struct glsl_type **subroutine_types;
|
||||
|
||||
int subroutine_index;
|
||||
|
||||
/* A temporary for passes to use for storing flags. */
|
||||
uint32_t pass_flags;
|
||||
} nir_function;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue