summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_xfb_info.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2018-09-12 16:40:52 -0500
committerJason Ekstrand <jason.ekstrand@intel.com>2019-01-22 10:42:56 -0600
commit39925d60ecfb3d41c65b37d2d72710aff4aa83d1 (patch)
treea122cc194358f234321f49c5bb721107c12bb3d1 /src/compiler/nir/nir_xfb_info.h
parente3bd49eaa7dcebdbe56d2ea3539cabb4b5a292bd (diff)
downloadmesa-39925d60ecfb3d41c65b37d2d72710aff4aa83d1.tar.gz
anv: Add pipeline cache support for xfb_info
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'src/compiler/nir/nir_xfb_info.h')
-rw-r--r--src/compiler/nir/nir_xfb_info.h2
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;