Searched refs:pipeline_cache_uuid (Results 1 – 3 of 3) sorted by relevance
358 if (memcmp(header.uuid, pdevice->pipeline_cache_uuid, VK_UUID_SIZE) != 0) in anv_pipeline_cache_load()448 memcpy(header.uuid, pdevice->pipeline_cache_uuid, VK_UUID_SIZE); in anv_GetPipelineCacheData()
251 memcpy(device->pipeline_cache_uuid, sha1, VK_UUID_SIZE); in anv_physical_device_init_uuids()945 pdevice->pipeline_cache_uuid, VK_UUID_SIZE); in anv_GetPhysicalDeviceProperties()
785 uint8_t pipeline_cache_uuid[VK_UUID_SIZE]; member