Home
last modified time | relevance | path

Searched refs:deviceUUID (Results 1 – 22 of 22) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DHostmemIdMapping.h55 uint8_t deviceUUID[16]; member
/hardware/google/gfxstream/host/
DBlobManager.h67 uint8_t deviceUUID[16]; member
Dvirtio-gpu-gfxstream-renderer.cpp1865 (*entry.descriptorInfo->vulkanInfoOpt).deviceUUID, in vulkanInfo()
DFrameBuffer.cpp333 memcpy(fb->m_vulkanUUID.data(), vkEmu->deviceInfo.idProps.deviceUUID, VK_UUID_SIZE); in initialize()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c848 CORE_PROPERTY(deviceUUID); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc560 * 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
Dcapabilities.adoc544 …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
Dsynchronization.adoc7278 slink:VkPhysicalDeviceIDProperties::pname:deviceUUID and
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1131 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/
Dgoldfish_vk_deepcopy_guest.cpp3528 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()
Dgoldfish_vk_marshaling_guest.cpp6048 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp4161 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/
Dgoldfish_vk_deepcopy.cpp3528 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()
Dgoldfish_vk_marshaling.cpp7261 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()
Dgoldfish_vk_reserved_marshaling.cpp5510 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/
Dvulkansc_structs.hpp31262 …: 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
Dvulkansc_hash.hpp4272 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.deviceUUID[i] ); in operator ()()
5345 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.deviceUUID[i] ); in operator ()()
Dvulkan_core.h5522 uint8_t deviceUUID[VK_UUID_SIZE]; member
5919 uint8_t deviceUUID[VK_UUID_SIZE]; member
Dvulkan_structs.hpp63016 …: 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
Dvulkan_hash.hpp8117 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/
Dvulkan_core.h5490 uint8_t deviceUUID[VK_UUID_SIZE]; member
5884 uint8_t deviceUUID[VK_UUID_SIZE]; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc5840 implementations on returning unique pname:deviceUUID values and avoiding