diff options
author | Jason Ekstrand <[email protected]> | 2016-03-30 13:51:21 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-08 15:57:47 -0700 |
commit | 28eb02e345c5642d49037759b5b0eee8d71e7feb (patch) | |
tree | e28e9a08df720ee218dc7d7cb084aa31949a870f /src/intel/vulkan/anv_private.h | |
parent | 00e70868ee81f964bbdb33b40938eec7e4bef1f3 (diff) |
anv/blit2d: Rename the descriptor set and pipeline layouts
Reviewed-by: Nanley Chery <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 48ebff456e3..9e3978a4691 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -612,8 +612,8 @@ struct anv_meta_state { /** Pipeline that copies from a 2D image. */ VkPipeline pipeline_2d_src; - VkPipelineLayout pipeline_layout; - VkDescriptorSetLayout ds_layout; + VkPipelineLayout image_p_layout; + VkDescriptorSetLayout image_ds_layout; } blit2d; struct { |