aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2020-04-28 11:54:06 +0200
committerMarge Bot <[email protected]>2020-04-28 21:03:25 +0000
commit32035cca3fcc1bb49cc75751d8ba324175afb14a (patch)
tree773fd195aef6be6752f002d5611279c40acad442 /src
parent7b869710a1c29b535aceda74220594f12dc3beb0 (diff)
radv: remove unused radv_device_memory::map_size field
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4785>
Diffstat (limited to 'src')
-rw-r--r--src/amd/vulkan/radv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 718365e74f9..f677de69437 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -867,7 +867,6 @@ struct radv_device_memory {
/* for dedicated allocations */
struct radv_image *image;
struct radv_buffer *buffer;
- VkDeviceSize map_size;
void * map;
void * user_ptr;