/hardware/google/aemu/host-common/include/host-common/ |
D | HostmemIdMapping.h | 55 uint8_t deviceUUID[16]; member
|
/hardware/google/gfxstream/host/ |
D | BlobManager.h | 67 uint8_t deviceUUID[16]; member
|
D | virtio-gpu-gfxstream-renderer.cpp | 1865 (*entry.descriptorInfo->vulkanInfoOpt).deviceUUID, in vulkanInfo()
|
D | FrameBuffer.cpp | 333 memcpy(fb->m_vulkanUUID.data(), vkEmu->deviceInfo.idProps.deviceUUID, VK_UUID_SIZE); in initialize()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 848 CORE_PROPERTY(deviceUUID); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 560 * pname:deviceUUID is an array of ename:VK_UUID_SIZE code:uint8_t values 577 pname:deviceUUID must: be immutable for a given device across instances, 585 pname:deviceUUID and/or pname:driverUUID must: be used to determine whether 621 slink:VkPhysicalDeviceIDProperties::pname:deviceUUID may differ from 628 Implementations should: return pname:deviceUUID values which are likely to 633 Khronos' conformance testing is unable to guarantee that pname:deviceUUID 636 In particular, hard-coded pname:deviceUUID values, especially all-`0` bits, 640 environment can be used to provide a pname:deviceUUID which is unique to a 654 While slink:VkPhysicalDeviceIDProperties::pname:deviceUUID is specified to 675 returned in slink:VkPhysicalDeviceIDProperties::pname:deviceUUID and
|
D | capabilities.adoc | 544 …ceIDProperties{wbro}::pname:driverUUID | sname:VkPhysicalDeviceIDProperties{wbro}::pname:deviceUUID 1435 …ceIDProperties{wbro}::pname:driverUUID | sname:VkPhysicalDeviceIDProperties{wbro}::pname:deviceUUID 1667 …ceIDProperties{wbro}::pname:driverUUID | sname:VkPhysicalDeviceIDProperties{wbro}::pname:deviceUUID
|
D | synchronization.adoc | 7278 slink:VkPhysicalDeviceIDProperties::pname:deviceUUID and
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 1131 return memcmp(m_emu->deviceInfo.idProps.deviceUUID, in on_vkEnumeratePhysicalDevices() 1132 idProps.deviceUUID, VK_UUID_SIZE) != 0; in on_vkEnumeratePhysicalDevices() 4949 memcpy(vulkanInfo.deviceUUID, m_emu->deviceInfo.idProps.deviceUUID, in vkGetBlobInternal() 4950 sizeof(vulkanInfo.deviceUUID)); in vkGetBlobInternal()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 3528 memcpy(to->deviceUUID, from->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceIDProperties() 3842 memcpy(to->deviceUUID, from->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_marshaling_guest.cpp | 6048 vkStream->write((uint8_t*)forMarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceIDProperties() 6063 vkStream->read((uint8_t*)forUnmarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceIDProperties() 6442 vkStream->write((uint8_t*)forMarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 6471 vkStream->read((uint8_t*)forUnmarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4161 memcpy(*ptr, (uint8_t*)forMarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceIDProperties() 4430 memcpy(*ptr, (uint8_t*)forMarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 3528 memcpy(to->deviceUUID, from->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceIDProperties() 3842 memcpy(to->deviceUUID, from->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_marshaling.cpp | 7261 vkStream->write((uint8_t*)forMarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceIDProperties() 7288 vkStream->read((uint8_t*)forUnmarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceIDProperties() 7820 vkStream->write((uint8_t*)forMarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 7861 vkStream->read((uint8_t*)forUnmarshaling->deviceUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5510 memcpy((uint8_t*)forUnmarshaling->deviceUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceIDProperties() 5973 memcpy((uint8_t*)forUnmarshaling->deviceUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 31262 …: pNext( pNext_ ), deviceUUID( deviceUUID_ ), driverUUID( driverUUID_ ), deviceLUID( deviceLUID_ )… 31300 …return std::tie( sType, pNext, deviceUUID, driverUUID, deviceLUID, deviceNodeMask, deviceLUIDValid… in reflect() 31315 && ( deviceUUID == rhs.deviceUUID ) in operator ==() 31332 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> deviceUUID = {}; member 38236 …: pNext( pNext_ ), deviceUUID( deviceUUID_ ), driverUUID( driverUUID_ ), deviceLUID( deviceLUID_ )… 38274 …return std::tie( sType, pNext, deviceUUID, driverUUID, deviceLUID, deviceNodeMask, deviceLUIDValid… in reflect() 38289 && ( deviceUUID == rhs.deviceUUID ) in operator ==() 38316 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> deviceUUID = {}; member
|
D | vulkansc_hash.hpp | 4272 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceUUID[i] ); in operator ()() 5345 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceUUID[i] ); in operator ()()
|
D | vulkan_core.h | 5522 uint8_t deviceUUID[VK_UUID_SIZE]; member 5919 uint8_t deviceUUID[VK_UUID_SIZE]; member
|
D | vulkan_structs.hpp | 63016 …: pNext( pNext_ ), deviceUUID( deviceUUID_ ), driverUUID( driverUUID_ ), deviceLUID( deviceLUID_ )… 63054 …return std::tie( sType, pNext, deviceUUID, driverUUID, deviceLUID, deviceNodeMask, deviceLUIDValid… in reflect() 63069 && ( deviceUUID == rhs.deviceUUID ) in operator ==() 63086 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> deviceUUID = {}; member 80251 …: pNext( pNext_ ), deviceUUID( deviceUUID_ ), driverUUID( driverUUID_ ), deviceLUID( deviceLUID_ )… 80289 …return std::tie( sType, pNext, deviceUUID, driverUUID, deviceLUID, deviceNodeMask, deviceLUIDValid… in reflect() 80304 && ( deviceUUID == rhs.deviceUUID ) in operator ==() 80331 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> deviceUUID = {}; member
|
D | vulkan_hash.hpp | 8117 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceUUID[i] ); in operator ()() 10587 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceUUID[i] ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5490 uint8_t deviceUUID[VK_UUID_SIZE]; member 5884 uint8_t deviceUUID[VK_UUID_SIZE]; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5840 implementations on returning unique pname:deviceUUID values and avoiding
|