Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c458 if (memcmp(header.uuid, device->physical_device->cache_uuid, VK_UUID_SIZE) != 0) in radv_pipeline_cache_load()
564 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE); in radv_GetPipelineCacheData()
Dradv_device.c233 if (radv_device_get_cache_uuid(device->rad_info.family, device->cache_uuid)) { in radv_physical_device_init()
249 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2); in radv_physical_device_init()
772 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE); in radv_GetPhysicalDeviceProperties()
Dradv_private.h272 uint8_t cache_uuid[VK_UUID_SIZE]; member