/third_party/mesa3d/src/gallium/drivers/zink/ |
H A 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/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 623 memset(properties->deviceLUID, 0, VK_LUID_SIZE); in getIdProperties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1034 memset(p->deviceLUID, 0, VK_LUID_SIZE); in lvp_get_physical_device_properties_1_1()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1304 if (deMemCmp(&desc.AdapterLuid, propertiesId.deviceLUID, VK_LUID_SIZE) == 0) in DX11OperationSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1303 if (deMemCmp(&desc.AdapterLuid, propertiesId.deviceLUID, VK_LUID_SIZE) == 0) in DX11OperationSupport()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4363 #define VK_LUID_SIZE 8U macro 4959 uint8_t deviceLUID[VK_LUID_SIZE]; 5342 uint8_t deviceLUID[VK_LUID_SIZE]; 6559 #define VK_LUID_SIZE_KHR VK_LUID_SIZE
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 174 #define VK_LUID_SIZE 8 macro 3695 uint8_t deviceLUID [ VK_LUID_SIZE ]; 4321 uint8_t deviceLUID [ VK_LUID_SIZE ];
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3487 #define VK_LUID_SIZE 8U macro 3972 uint8_t deviceLUID[VK_LUID_SIZE]; 4291 uint8_t deviceLUID[VK_LUID_SIZE];
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 919 memset(p->deviceLUID, 0, VK_LUID_SIZE); in tu_get_physical_device_properties_1_1()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1577 memcpy(core_1_1.deviceLUID, &pdevice->desc.adapter_luid, VK_LUID_SIZE); in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 413 memset(vk11_props->deviceLUID, 0, VK_LUID_SIZE); in vn_physical_device_init_uuids()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 11421 size += vn_sizeof_array_size(VK_LUID_SIZE); in vn_sizeof_VkPhysicalDeviceIDProperties_self() 11422 size += vn_sizeof_uint8_t_array(val->deviceLUID, VK_LUID_SIZE); in vn_sizeof_VkPhysicalDeviceIDProperties_self() 11461 const size_t array_size = vn_decode_array_size(dec, VK_LUID_SIZE); in vn_decode_VkPhysicalDeviceIDProperties_self() 13797 size += vn_sizeof_array_size(VK_LUID_SIZE); in vn_sizeof_VkPhysicalDeviceVulkan11Properties_self() 13798 size += vn_sizeof_uint8_t_array(val->deviceLUID, VK_LUID_SIZE); in vn_sizeof_VkPhysicalDeviceVulkan11Properties_self() 13847 const size_t array_size = vn_decode_array_size(dec, VK_LUID_SIZE); in vn_decode_VkPhysicalDeviceVulkan11Properties_self()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4720 #define VK_LUID_SIZE 8U macro 5317 uint8_t deviceLUID[VK_LUID_SIZE]; 5708 uint8_t deviceLUID[VK_LUID_SIZE]; 8026 #define VK_LUID_SIZE_KHR VK_LUID_SIZE
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 4456 #define VK_LUID_SIZE 8U macro 5053 uint8_t deviceLUID[VK_LUID_SIZE]; 5441 uint8_t deviceLUID[VK_LUID_SIZE]; 6660 #define VK_LUID_SIZE_KHR VK_LUID_SIZE
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4505 #define VK_LUID_SIZE 8U macro 5102 uint8_t deviceLUID[VK_LUID_SIZE]; 5491 uint8_t deviceLUID[VK_LUID_SIZE]; 6820 #define VK_LUID_SIZE_KHR VK_LUID_SIZE
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 17410 for (unsigned int i = 0; i < VK_LUID_SIZE; i++) { in print_VkPhysicalDeviceIDProperties() 17411 bool isCommaNeeded = (i+1) != VK_LUID_SIZE; in print_VkPhysicalDeviceIDProperties() 17468 for (unsigned int i = 0; i < VK_LUID_SIZE; i++) { in print_VkPhysicalDeviceIDProperties() 17469 bool isCommaNeeded = (i+1) != VK_LUID_SIZE; in print_VkPhysicalDeviceIDProperties() 18512 for (unsigned int i = 0; i < VK_LUID_SIZE; i++) { in print_VkPhysicalDeviceVulkan11Properties() 18513 bool isCommaNeeded = (i+1) != VK_LUID_SIZE; in print_VkPhysicalDeviceVulkan11Properties() 18590 for (unsigned int i = 0; i < VK_LUID_SIZE; i++) { in print_VkPhysicalDeviceVulkan11Properties() 18591 bool isCommaNeeded = (i+1) != VK_LUID_SIZE; in print_VkPhysicalDeviceVulkan11Properties() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 4871 #define VK_LUID_SIZE 8U macro 5470 uint8_t deviceLUID[VK_LUID_SIZE]; 5867 uint8_t deviceLUID[VK_LUID_SIZE]; 9024 #define VK_LUID_SIZE_KHR VK_LUID_SIZE
|
H A D | vulkan_hash.hpp | 9066 for ( size_t i = 0; i < VK_LUID_SIZE; ++i ) 11983 for ( size_t i = 0; i < VK_LUID_SIZE; ++i )
|
H A D | vulkan.hpp | 6793 VULKAN_HPP_CONSTEXPR_INLINE uint32_t LuidSize = VK_LUID_SIZE;
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2036 memset(p->deviceLUID, 0, VK_LUID_SIZE); in anv_get_physical_device_properties_1_1()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4808 if ((deMemCmp(idProperties[0].deviceLUID, idProperties[1].deviceLUID, VK_LUID_SIZE) != 0) || in deviceProperties2() 6243 if ((deMemCmp(idProperties.deviceLUID, vulkan11Properties.deviceLUID, VK_LUID_SIZE) != 0) || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4813 if ((deMemCmp(idProperties[0].deviceLUID, idProperties[1].deviceLUID, VK_LUID_SIZE) != 0) || in deviceProperties2() 6248 if ((deMemCmp(idProperties.deviceLUID, vulkan11Properties.deviceLUID, VK_LUID_SIZE) != 0) || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2061 memset(p->deviceLUID, 0, VK_LUID_SIZE); in radv_get_physical_device_properties_1_1()
|