diff options
author | Andres Rodriguez <[email protected]> | 2017-07-12 18:45:29 -0400 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-07-26 20:42:36 +1000 |
commit | a973b9a9f8fe50f3d34d00fbf104e19d00f12560 (patch) | |
tree | 6a4acafae4aac143625fb34bd0aaf4e66c499d77 /src/amd/vulkan/radv_private.h | |
parent | a0e6b9a2db5aa5f06a4f60d270aca8344e7d8b3f (diff) |
radv: rename physical_device->uuid[] to cache_uuid[]
We have a few UUIDs, so lets be more specific.
Signed-off-by: Andres Rodriguez <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 8cd5ec00463..21a8d410f00 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -267,8 +267,8 @@ struct radv_physical_device { struct radeon_info rad_info; char path[20]; const char * name; - uint8_t uuid[VK_UUID_SIZE]; uint8_t device_uuid[VK_UUID_SIZE]; + uint8_t cache_uuid[VK_UUID_SIZE]; int local_fd; struct wsi_device wsi_device; |