| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_physical_device.c | 411 memcpy(vk11_props->driverUUID, sha1, VK_UUID_SIZE); in vn_physical_device_init_uuids() 523 memcpy(vk11_props->driverUUID, local_props.id.driverUUID, in vn_physical_device_init_properties() 524 sizeof(vk11_props->driverUUID)); in vn_physical_device_init_properties() 1943 memcpy(u.id->driverUUID, vk11_props->driverUUID, in vn_GetPhysicalDeviceProperties2() 1944 sizeof(vk11_props->driverUUID)); in vn_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 18.3.6.rst | 102 - radv: Fix driverUUID
|
| D | 19.0.1.rst | 97 - radv: Fix driverUUID
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkDeviceProperties.inl | 81 …memcpy(propertyType.driverUUID, allPropertiesBlobs.vk11.driverUUID, sizeof(uint8_t) * VK_UUID_SIZE…
|
| D | vkStructTypes.inl | 1664 uint8_t driverUUID[VK_UUID_SIZE]; member 1782 uint8_t driverUUID[VK_UUID_SIZE]; member
|
| D | vkStrUtilImpl.inl | 6817 …terator<uint8_t>(DE_ARRAY_BEGIN(value.driverUUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END… 6977 …terator<uint8_t>(DE_ARRAY_BEGIN(value.driverUUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 622 memset(properties->driverUUID, 0, VK_UUID_SIZE); in getIdProperties() 626 *((uint64_t *)properties->driverUUID) = DRIVER_VERSION; in getIdProperties()
|
| /third_party/vulkan-loader/loader/ |
| D | terminator.c | 225 memset(id_properties->driverUUID, 0, VK_UUID_SIZE); in terminator_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_device.c | 825 CORE_PROPERTY(driverUUID); in vk_get_physical_device_core_1_1_property_ext()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_screen.c | 133 memcpy(uuid, screen->info.props11.driverUUID, VK_UUID_SIZE); in zink_get_driver_uuid() 135 memcpy(uuid, screen->info.deviceid_props.driverUUID, VK_UUID_SIZE); in zink_get_driver_uuid()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkRayTracingUtil.hpp | 505 deUint8 driverUUID[VK_UUID_SIZE]; member
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_device.c | 799 memcpy(core_1_1.driverUUID, pdevice->driver_uuid, VK_UUID_SIZE); in panvk_GetPhysicalDeviceProperties2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiFeatureInfo.cpp | 4227 (deMemCmp(idProperties[0].driverUUID, idProperties[1].driverUUID, VK_UUID_SIZE) != 0) || in deviceProperties2() 4832 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Properties, driverUUID), in devicePropertiesVulkan12() 5238 (deMemCmp(idProperties.driverUUID, vulkan11Properties.driverUUID, VK_UUID_SIZE) != 0) || in devicePropertyExtensionsConsistencyVulkan12()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 1033 pdevice->pscreen->get_driver_uuid(pdevice->pscreen, (char*)(p->driverUUID)); in lvp_get_physical_device_properties_1_1()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 1653 memcpy(vk11.driverUUID, pdevice->driver_uuid, VK_UUID_SIZE); in v3dv_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 918 memcpy(p->driverUUID, pdevice->driver_uuid, VK_UUID_SIZE); in tu_get_physical_device_properties_1_1()
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_device.c | 1575 memcpy(core_1_1.driverUUID, pdevice->driver_uuid, VK_UUID_SIZE); in dzn_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 2035 memcpy(p->driverUUID, pdevice->driver_uuid, VK_UUID_SIZE); in anv_get_physical_device_properties_1_1()
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 11420 size += vn_sizeof_uint8_t_array(val->driverUUID, VK_UUID_SIZE); in vn_sizeof_VkPhysicalDeviceIDProperties_self() 11458 vn_decode_uint8_t_array(dec, val->driverUUID, array_size); in vn_decode_VkPhysicalDeviceIDProperties_self() 13796 size += vn_sizeof_uint8_t_array(val->driverUUID, VK_UUID_SIZE); in vn_sizeof_VkPhysicalDeviceVulkan11Properties_self() 13844 vn_decode_uint8_t_array(dec, val->driverUUID, array_size); in vn_decode_VkPhysicalDeviceVulkan11Properties_self()
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 4958 uint8_t driverUUID[VK_UUID_SIZE]; member 5341 uint8_t driverUUID[VK_UUID_SIZE]; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 5101 uint8_t driverUUID[VK_UUID_SIZE]; member 5490 uint8_t driverUUID[VK_UUID_SIZE]; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 5052 uint8_t driverUUID[VK_UUID_SIZE]; member 5440 uint8_t driverUUID[VK_UUID_SIZE]; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 5316 uint8_t driverUUID[VK_UUID_SIZE]; member 5707 uint8_t driverUUID[VK_UUID_SIZE]; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 5426 uint8_t driverUUID[VK_UUID_SIZE]; member 5817 uint8_t driverUUID[VK_UUID_SIZE]; member
|
| /third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 4287 uint8_t driverUUID[VK_UUID_SIZE]; member
|