| /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/external/vulkan-docs/src/chapters/VK_NV_acquire_winrt_display/ |
| D | acquire_winrt_display.txt | 80 property matching the pname:deviceLUID property of a
|
| /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 | 6832 …terator<uint8_t>(DE_ARRAY_BEGIN(value.deviceLUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END… 6992 …terator<uint8_t>(DE_ARRAY_BEGIN(value.deviceLUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_NV_acquire_winrt_display.txt | 87 Vulkan already has precedent to use the name sname:deviceLUID for the
|
| /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/vulkan-docs/src/chapters/ |
| D | devsandqueues.txt | 416 * pname:deviceLUID is an array of ename:VK_LUID_SIZE code:uint8_t values 421 pname:deviceLUID contains a valid LUID and pname:deviceNodeMask contains 454 If pname:deviceLUIDValid is ename:VK_FALSE, the values of pname:deviceLUID 457 Windows operating system, the contents of pname:deviceLUID can: be cast to 536 slink:VkPhysicalDeviceIDProperties::deviceLUID.
|
| /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/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
| D | vulkan_core.h | 5110 uint8_t deviceLUID[VK_LUID_SIZE]; member 5499 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 | 5396 uint8_t deviceLUID[VK_LUID_SIZE]; member 5789 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()
|