Searched refs:deviceLUID (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_physical_device.c | 378 memset(vk11_props->deviceLUID, 0, VK_LUID_SIZE); 488 memcpy(vk11_props->deviceLUID, local_props.id.deviceLUID, 489 sizeof(vk11_props->deviceLUID)); 1855 memcpy(u.id->deviceLUID, vk11_props->deviceLUID, 1856 sizeof(vk11_props->deviceLUID));
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_device.c | 528 CORE_PROPERTY(deviceLUID);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 836 memset(p->deviceLUID, 0, VK_LUID_SIZE);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 766 memset(p->deviceLUID, 0, VK_LUID_SIZE);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 1965 memset(p->deviceLUID, 0, VK_LUID_SIZE);
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_device.h | 6065 size += vn_sizeof_uint8_t_array(val->deviceLUID, VK_LUID_SIZE); 6105 vn_decode_uint8_t_array(dec, val->deviceLUID, array_size); 6137 /* skip val->deviceLUID */ 6168 /* skip val->deviceLUID */ 7613 size += vn_sizeof_uint8_t_array(val->deviceLUID, VK_LUID_SIZE); 7663 vn_decode_uint8_t_array(dec, val->deviceLUID, array_size); 7705 /* skip val->deviceLUID */ 7746 /* skip val->deviceLUID */
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 5021 uint8_t deviceLUID[VK_LUID_SIZE]; member in struct:VkPhysicalDeviceIDProperties 5409 uint8_t deviceLUID[VK_LUID_SIZE]; member in struct:VkPhysicalDeviceVulkan11Properties
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_device.c | 1833 memset(p->deviceLUID, 0, VK_LUID_SIZE);
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 4461 uint8_t deviceLUID[VK_LUID_SIZE]; member in struct:VkPhysicalDeviceIDProperties
|
Completed in 113 milliseconds