Home
last modified time | relevance | path

Searched refs:deviceLUID (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c413 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/
DvkDeviceProperties.inl82 …memcpy(propertyType.deviceLUID, allPropertiesBlobs.vk11.deviceLUID, sizeof(uint8_t) * VK_LUID_SIZE…
DvkStructTypes.inl1665 uint8_t deviceLUID[VK_LUID_SIZE]; member
1783 uint8_t deviceLUID[VK_LUID_SIZE]; member
DvkStrUtilImpl.inl6818 …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…
DvkVulkan_c.inl6064 deUint8 deviceLUID[VK_LUID_SIZE]; member
6453 deUint8 deviceLUID[VK_LUID_SIZE]; member
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c826 CORE_PROPERTY(deviceLUID); in vk_get_physical_device_core_1_1_property_ext()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c155 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/
Ddzn_device.c1577 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/
DVkPhysicalDevice.cpp623 memset(properties->deviceLUID, 0, VK_LUID_SIZE); in getIdProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp4236 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/
DvktSynchronizationWin32KeyedMutexTests.cpp1300 if (deMemCmp(&desc.AdapterLuid, propertiesId.deviceLUID, VK_LUID_SIZE_KHR) == 0) in DX11OperationSupport()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1034 memset(p->deviceLUID, 0, VK_LUID_SIZE); in lvp_get_physical_device_properties_1_1()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c919 memset(p->deviceLUID, 0, VK_LUID_SIZE); in tu_get_physical_device_properties_1_1()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2036 memset(p->deviceLUID, 0, VK_LUID_SIZE); in anv_get_physical_device_properties_1_1()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h11422 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/
Dvulkan_core.h4959 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/
Dvulkan_core.h5102 uint8_t deviceLUID[VK_LUID_SIZE]; member
5491 uint8_t deviceLUID[VK_LUID_SIZE]; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h5053 uint8_t deviceLUID[VK_LUID_SIZE]; member
5441 uint8_t deviceLUID[VK_LUID_SIZE]; member
Dvulkan_structs.hpp44424 , 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/
Dvulkan_core.h5317 uint8_t deviceLUID[VK_LUID_SIZE]; member
5708 uint8_t deviceLUID[VK_LUID_SIZE]; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h5427 uint8_t deviceLUID[VK_LUID_SIZE]; member
5818 uint8_t deviceLUID[VK_LUID_SIZE]; member
Dvulkan_hash.hpp7669 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceLUID[i] ); in operator ()()
10047 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceLUID[i] ); in operator ()()
Dvulkan_structs.hpp56816 , 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/
Dvulkan_core.h4288 uint8_t deviceLUID[VK_LUID_SIZE]; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2061 memset(p->deviceLUID, 0, VK_LUID_SIZE); in radv_get_physical_device_properties_1_1()

12