Home
last modified time | relevance | path

Searched refs:cache_uuid (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.h92 uint8_t cache_uuid[VK_UUID_SIZE]; member
Dtu_device.c276 if (tu_device_get_cache_uuid(device, device->cache_uuid)) { in tu_physical_device_init()
315 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2); in tu_physical_device_init()
1237 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE); in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c581 if (memcmp(header.uuid, device->physical_device->cache_uuid, VK_UUID_SIZE) != 0) in radv_pipeline_cache_load()
680 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE); in radv_GetPipelineCacheData()
Dradv_private.h279 uint8_t cache_uuid[VK_UUID_SIZE]; member
Dradv_device.c795 if (radv_device_get_cache_uuid(device, device->cache_uuid)) { in radv_physical_device_try_create()
804 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2); in radv_physical_device_try_create()
2050 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE); in radv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c342 if (panvk_device_get_cache_uuid(device->pdev.gpu_id, device->cache_uuid)) { in panvk_physical_device_init()
784 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE); in panvk_GetPhysicalDeviceProperties2()
Dpanvk_private.h190 uint8_t cache_uuid[VK_UUID_SIZE]; member