From 39925d60ecfb3d41c65b37d2d72710aff4aa83d1 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 12 Sep 2018 16:40:52 -0500 Subject: anv: Add pipeline cache support for xfb_info Reviewed-by: Lionel Landwerlin --- src/compiler/nir/nir_xfb_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/nir/nir_xfb_info.h') 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; -- cgit v1.2.3