/hardware/google/aemu/host-common/include/host-common/ |
D | HostmemIdMapping.h | 56 uint8_t driverUUID[16]; member
|
/hardware/google/gfxstream/host/ |
D | BlobManager.h | 68 uint8_t driverUUID[16]; member
|
D | virtio-gpu-gfxstream-renderer.cpp | 1868 (*entry.descriptorInfo->vulkanInfoOpt).driverUUID, in vulkanInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 849 CORE_PROPERTY(driverUUID); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 544 | Handle type | sname:VkPhysicalDeviceIDProperties{wbro}::pname:driverUUID | sname:VkPhysicalDevice… 1435 | Handle type | sname:VkPhysicalDeviceIDProperties{wbro}::pname:driverUUID | sname:VkPhysicalDevice… 1667 | Handle type | sname:VkPhysicalDeviceIDProperties{wbro}::pname:driverUUID | sname:VkPhysicalDevice…
|
D | devsandqueues.adoc | 562 * pname:driverUUID is an array of ename:VK_UUID_SIZE code:uint8_t values 580 Applications can: compare the pname:driverUUID value across instance and 585 pname:deviceUUID and/or pname:driverUUID must: be used to determine whether 676 slink:VkPhysicalDeviceIDProperties::pname:driverUUID.
|
D | accelstructures.adoc | 1936 sname:VkPhysicalDeviceIDProperties::pname:driverUUID
|
D | synchronization.adoc | 7279 slink:VkPhysicalDeviceIDProperties::pname:driverUUID.
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 3529 memcpy(to->driverUUID, from->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceIDProperties() 3843 memcpy(to->driverUUID, from->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_marshaling.cpp | 7262 vkStream->write((uint8_t*)forMarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceIDProperties() 7289 vkStream->read((uint8_t*)forUnmarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceIDProperties() 7821 vkStream->write((uint8_t*)forMarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 7862 vkStream->read((uint8_t*)forUnmarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5512 memcpy((uint8_t*)forUnmarshaling->driverUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceIDProperties() 5975 memcpy((uint8_t*)forUnmarshaling->driverUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 3529 memcpy(to->driverUUID, from->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceIDProperties() 3843 memcpy(to->driverUUID, from->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_marshaling_guest.cpp | 6049 vkStream->write((uint8_t*)forMarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceIDProperties() 6064 vkStream->read((uint8_t*)forUnmarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceIDProperties() 6443 vkStream->write((uint8_t*)forMarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 6472 vkStream->read((uint8_t*)forUnmarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4163 memcpy(*ptr, (uint8_t*)forMarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceIDProperties() 4432 memcpy(*ptr, (uint8_t*)forMarshaling->driverUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_opacity_micromap/ |
D | micromaps.adoc | 605 sname:VkPhysicalDeviceIDProperties::pname:driverUUID
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 4951 memcpy(vulkanInfo.driverUUID, m_emu->deviceInfo.idProps.driverUUID, in vkGetBlobInternal() 4952 sizeof(vulkanInfo.driverUUID)); in vkGetBlobInternal()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4276 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.driverUUID[i] ); in operator ()() 5349 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.driverUUID[i] ); in operator ()()
|
D | vulkan_hash.hpp | 8121 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.driverUUID[i] ); in operator ()() 10591 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.driverUUID[i] ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5491 uint8_t driverUUID[VK_UUID_SIZE]; member 5885 uint8_t driverUUID[VK_UUID_SIZE]; member
|