/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 413 memset(vk11_props->deviceLUID, 0, VK_LUID_SIZE); in vn_physical_device_init_uuids() 525 memcpy(vk11_props->deviceLUID, local_props.id.deviceLUID, in vn_physical_device_init_properties() 526 sizeof(vk11_props->deviceLUID)); in vn_physical_device_init_properties() 1945 memcpy(u.id->deviceLUID, vk11_props->deviceLUID, in vn_GetPhysicalDeviceProperties2() 1946 sizeof(vk11_props->deviceLUID)); in vn_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceProperties.inl | 82 …memcpy(propertyType.deviceLUID, allPropertiesBlobs.vk11.deviceLUID, sizeof(uint8_t) * VK_LUID_SIZE…
|
D | vkStructTypes.inl | 1665 uint8_t deviceLUID[VK_LUID_SIZE]; member 1783 uint8_t deviceLUID[VK_LUID_SIZE]; member
|
D | vkStrUtilImpl.inl | 6818 …terator<uint8_t>(DE_ARRAY_BEGIN(value.deviceLUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END… 6978 …terator<uint8_t>(DE_ARRAY_BEGIN(value.deviceLUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
|
D | vkVulkan_c.inl | 6064 deUint8 deviceLUID[VK_LUID_SIZE]; member 6453 deUint8 deviceLUID[VK_LUID_SIZE]; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_device.c | 826 CORE_PROPERTY(deviceLUID); in vk_get_physical_device_core_1_1_property_ext()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 155 memcpy(luid, screen->info.props11.deviceLUID, VK_LUID_SIZE); in zink_get_device_luid() 157 memcpy(luid, screen->info.deviceid_props.deviceLUID, VK_LUID_SIZE); in zink_get_device_luid()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 1577 memcpy(core_1_1.deviceLUID, &pdevice->desc.adapter_luid, VK_LUID_SIZE); in dzn_GetPhysicalDeviceProperties2() 1579 STATIC_ASSERT(sizeof(pdevice->desc.adapter_luid) == sizeof(core_1_1.deviceLUID)); in dzn_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 623 memset(properties->deviceLUID, 0, VK_LUID_SIZE); in getIdProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 4236 if ((deMemCmp(idProperties[0].deviceLUID, idProperties[1].deviceLUID, VK_LUID_SIZE) != 0) || in deviceProperties2() 4833 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Properties, deviceLUID), in devicePropertiesVulkan12() 5247 if ((deMemCmp(idProperties.deviceLUID, vulkan11Properties.deviceLUID, VK_LUID_SIZE) != 0) || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1300 if (deMemCmp(&desc.AdapterLuid, propertiesId.deviceLUID, VK_LUID_SIZE_KHR) == 0) in DX11OperationSupport()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 1034 memset(p->deviceLUID, 0, VK_LUID_SIZE); in lvp_get_physical_device_properties_1_1()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 919 memset(p->deviceLUID, 0, VK_LUID_SIZE); in tu_get_physical_device_properties_1_1()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 2036 memset(p->deviceLUID, 0, VK_LUID_SIZE); in anv_get_physical_device_properties_1_1()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 11422 size += vn_sizeof_uint8_t_array(val->deviceLUID, VK_LUID_SIZE); in vn_sizeof_VkPhysicalDeviceIDProperties_self() 11462 vn_decode_uint8_t_array(dec, val->deviceLUID, array_size); in vn_decode_VkPhysicalDeviceIDProperties_self() 13798 size += vn_sizeof_uint8_t_array(val->deviceLUID, VK_LUID_SIZE); in vn_sizeof_VkPhysicalDeviceVulkan11Properties_self() 13848 vn_decode_uint8_t_array(dec, val->deviceLUID, array_size); in vn_decode_VkPhysicalDeviceVulkan11Properties_self()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4959 uint8_t deviceLUID[VK_LUID_SIZE]; member 5342 uint8_t deviceLUID[VK_LUID_SIZE]; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5102 uint8_t deviceLUID[VK_LUID_SIZE]; member 5491 uint8_t deviceLUID[VK_LUID_SIZE]; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 5053 uint8_t deviceLUID[VK_LUID_SIZE]; member 5441 uint8_t deviceLUID[VK_LUID_SIZE]; member
|
D | vulkan_structs.hpp | 44424 , deviceLUID( deviceLUID_ ) 44461 ( driverUUID == rhs.driverUUID ) && ( deviceLUID == rhs.deviceLUID ) && in operator ==() 44476 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_LUID_SIZE> deviceLUID = {}; member 56251 , deviceLUID( deviceLUID_ ) 56299 ( driverUUID == rhs.driverUUID ) && ( deviceLUID == rhs.deviceLUID ) && in operator ==() 56322 …VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_LUID_SIZE> deviceLUID = {}; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 5317 uint8_t deviceLUID[VK_LUID_SIZE]; member 5708 uint8_t deviceLUID[VK_LUID_SIZE]; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5427 uint8_t deviceLUID[VK_LUID_SIZE]; member 5818 uint8_t deviceLUID[VK_LUID_SIZE]; member
|
D | vulkan_hash.hpp | 7669 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceLUID[i] ); in operator ()() 10047 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceLUID[i] ); in operator ()()
|
D | vulkan_structs.hpp | 56816 , deviceLUID( deviceLUID_ ) 56862 …return std::tie( sType, pNext, deviceUUID, driverUUID, deviceLUID, deviceNodeMask, deviceLUIDValid… in reflect() 56875 …( deviceLUID == rhs.deviceLUID ) && ( deviceNodeMask == rhs.deviceNodeMask ) && ( deviceLUIDValid … in operator ==() 56890 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_LUID_SIZE> deviceLUID = {}; member 72584 , deviceLUID( deviceLUID_ ) 72654 deviceLUID, in reflect() 72679 …( deviceLUID == rhs.deviceLUID ) && ( deviceNodeMask == rhs.deviceNodeMask ) && ( deviceLUIDValid … in operator ==() 72700 …VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_LUID_SIZE> deviceLUID = {}; member
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4288 uint8_t deviceLUID[VK_LUID_SIZE]; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2061 memset(p->deviceLUID, 0, VK_LUID_SIZE); in radv_get_physical_device_properties_1_1()
|