diff options
author | Fredrik Höglund <[email protected]> | 2017-04-14 00:27:00 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-04-14 23:21:24 +0200 |
commit | c1dd5d0b01e7d4a74b408ad834f84d1914779a44 (patch) | |
tree | a0799c478697d592102134ec19d1d7a970154535 /src/amd/vulkan/radv_private.h | |
parent | 5ab5d1bee4f01c56c9f87a43b82fd65473b75473 (diff) |
radv: remove the temp descriptor set infrastructure
It is no longer used.
Signed-off-by: Fredrik Höglund <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index bff8845bc73..4ace068742d 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -1385,16 +1385,6 @@ struct radv_query_pool { uint32_t pipeline_stats_mask; }; -VkResult -radv_temp_descriptor_set_create(struct radv_device *device, - struct radv_cmd_buffer *cmd_buffer, - VkDescriptorSetLayout _layout, - VkDescriptorSet *_set); - -void -radv_temp_descriptor_set_destroy(struct radv_device *device, - VkDescriptorSet _set); - void radv_update_descriptor_sets(struct radv_device *device, struct radv_cmd_buffer *cmd_buffer, |