Searched refs:cache_uuid (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c219 if (memcmp(header.uuid, device->physical_device->cache_uuid,
324 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE);
H A Dtu_device.c241 if (tu_device_get_cache_uuid(fd_dev_gpu_id(&device->dev_id), device->cache_uuid)) {
251 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
1009 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
H A Dtu_private.h202 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:tu_physical_device
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline_cache.c262 if (memcmp(header.uuid, device->physical_device->cache_uuid,
367 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE);
H A Dtu_device.c268 if (tu_device_get_cache_uuid(device->gpu_id, device->cache_uuid)) {
278 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
838 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
H A Dtu_private.h300 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:tu_physical_device
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c515 if (memcmp(header.uuid, device->physical_device->cache_uuid, VK_UUID_SIZE) != 0)
613 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE);
H A Dradv_private.h252 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:radv_physical_device
H A Dradv_device.c684 if (radv_device_get_cache_uuid(device->rad_info.family, device->cache_uuid)) {
693 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
1822 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline_cache.c481 if (memcmp(header.uuid, device->physical_device->cache_uuid, VK_UUID_SIZE) != 0)
589 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE);
H A Dradv_private.h294 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:radv_physical_device
H A Dradv_device.c316 if (radv_device_get_cache_uuid(device->rad_info.family, device->cache_uuid)) {
332 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2);
1123 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_private.h184 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:panvk_physical_device
H A Dpanvk_device.c329 if (panvk_device_get_cache_uuid(device->pdev.gpu_id, device->cache_uuid)) {
845 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);

Completed in 49 milliseconds