diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2018-09-12 16:40:52 -0500 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2019-01-22 10:42:56 -0600 |
commit | 39925d60ecfb3d41c65b37d2d72710aff4aa83d1 (patch) | |
tree | a122cc194358f234321f49c5bb721107c12bb3d1 /src/compiler | |
parent | e3bd49eaa7dcebdbe56d2ea3539cabb4b5a292bd (diff) | |
download | mesa-39925d60ecfb3d41c65b37d2d72710aff4aa83d1.tar.gz mesa-39925d60ecfb3d41c65b37d2d72710aff4aa83d1.tar.bz2 mesa-39925d60ecfb3d41c65b37d2d72710aff4aa83d1.zip |
anv: Add pipeline cache support for xfb_info
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/nir/nir_xfb_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_xfb_info.h b/src/compiler/nir/nir_xfb_info.h index 9b543df5f47..6b16ce2a60a 100644 --- a/src/compiler/nir/nir_xfb_info.h +++ b/src/compiler/nir/nir_xfb_info.h @@ -36,7 +36,7 @@ typedef struct { uint8_t component_mask; } nir_xfb_output_info; -typedef struct { +typedef struct nir_xfb_info { uint8_t buffers_written; uint8_t streams_written; |