aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_meta.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-09-06 15:38:59 +0200
committerSamuel Pitoiset <[email protected]>2017-09-07 10:01:21 +0200
commit2408f616e80f4b5dc022a1ed650778c312f15997 (patch)
tree5a58400fc8868f00349eb0b2726f0fef725f22fb /src/amd/vulkan/radv_meta.h
parent77713a0acb09f475d29f90375777e34dbd1bb02a (diff)
radv: remove unused radv_meta_saved_state::vertex_saved field
It's always false. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_meta.h')
-rw-r--r--src/amd/vulkan/radv_meta.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amd/vulkan/radv_meta.h b/src/amd/vulkan/radv_meta.h
index 45a91f76a72..12b873ff7ca 100644
--- a/src/amd/vulkan/radv_meta.h
+++ b/src/amd/vulkan/radv_meta.h
@@ -35,14 +35,12 @@ extern "C" {
#define RADV_META_VERTEX_BINDING_COUNT 2
struct radv_meta_saved_state {
- bool vertex_saved;
/**
* Bitmask of (1 << VK_DYNAMIC_STATE_*). Defines the set of saved dynamic
* state.
*/
uint32_t dynamic_mask;
struct radv_dynamic_state dynamic;
- struct radv_vertex_binding old_vertex_bindings[RADV_META_VERTEX_BINDING_COUNT];
struct radv_descriptor_set *old_descriptor_set0;
struct radv_pipeline *old_pipeline;