Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c219 if (memcmp(header.uuid, device->physical_device->cache_uuid, in tu_pipeline_cache_load()
324 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE); in tu_GetPipelineCacheData()
Dtu_device.c241 if (tu_device_get_cache_uuid(fd_dev_gpu_id(&device->dev_id), device->cache_uuid)) { in tu_physical_device_init()
251 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2); in tu_physical_device_init()
1009 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE); in tu_GetPhysicalDeviceProperties2()
Dtu_private.h202 uint8_t cache_uuid[VK_UUID_SIZE]; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c515 if (memcmp(header.uuid, device->physical_device->cache_uuid, VK_UUID_SIZE) != 0) in radv_pipeline_cache_load()
613 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE); in radv_GetPipelineCacheData()
Dradv_private.h252 uint8_t cache_uuid[VK_UUID_SIZE]; member
Dradv_device.c684 if (radv_device_get_cache_uuid(device->rad_info.family, device->cache_uuid)) { in radv_physical_device_try_create()
693 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2); in radv_physical_device_try_create()
1818 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE); in radv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c329 if (panvk_device_get_cache_uuid(device->pdev.gpu_id, device->cache_uuid)) { in panvk_physical_device_init()
845 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE); in panvk_GetPhysicalDeviceProperties2()
Dpanvk_private.h184 uint8_t cache_uuid[VK_UUID_SIZE]; member