| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline_cache.c | 219 if (memcmp(header.uuid, device->physical_device->cache_uuid, 324 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE);
|
| H A D | tu_device.c | 241 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 D | tu_private.h | 202 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:tu_physical_device
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline_cache.c | 262 if (memcmp(header.uuid, device->physical_device->cache_uuid, 367 memcpy(header->uuid, device->physical_device->cache_uuid, VK_UUID_SIZE);
|
| H A D | tu_device.c | 268 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 D | tu_private.h | 300 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:tu_physical_device
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline_cache.c | 515 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 D | radv_private.h | 252 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:radv_physical_device
|
| H A D | radv_device.c | 684 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 D | radv_pipeline_cache.c | 481 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 D | radv_private.h | 294 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:radv_physical_device
|
| H A D | radv_device.c | 316 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 D | panvk_private.h | 184 uint8_t cache_uuid[VK_UUID_SIZE]; member in struct:panvk_physical_device
|
| H A D | panvk_device.c | 329 if (panvk_device_get_cache_uuid(device->pdev.gpu_id, device->cache_uuid)) { 845 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
|