Home
last modified time | relevance | path

Searched refs:driverUUID (Results 1 – 19 of 19) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DHostmemIdMapping.h56 uint8_t driverUUID[16]; member
/hardware/google/gfxstream/host/
DBlobManager.h68 uint8_t driverUUID[16]; member
Dvirtio-gpu-gfxstream-renderer.cpp1868 (*entry.descriptorInfo->vulkanInfoOpt).driverUUID, in vulkanInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c849 CORE_PROPERTY(driverUUID); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc544 | 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…
Ddevsandqueues.adoc562 * 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.
Daccelstructures.adoc1936 sname:VkPhysicalDeviceIDProperties::pname:driverUUID
Dsynchronization.adoc7279 slink:VkPhysicalDeviceIDProperties::pname:driverUUID.
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp3529 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()
Dgoldfish_vk_marshaling.cpp7262 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()
Dgoldfish_vk_reserved_marshaling.cpp5512 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/
Dgoldfish_vk_deepcopy_guest.cpp3529 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()
Dgoldfish_vk_marshaling_guest.cpp6049 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp4163 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/
Dmicromaps.adoc605 sname:VkPhysicalDeviceIDProperties::pname:driverUUID
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4951 memcpy(vulkanInfo.driverUUID, m_emu->deviceInfo.idProps.driverUUID, in vkGetBlobInternal()
4952 sizeof(vulkanInfo.driverUUID)); in vkGetBlobInternal()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4276 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceIDProperties.driverUUID[i] ); in operator ()()
5349 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.driverUUID[i] ); in operator ()()
Dvulkan_hash.hpp8121 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/
Dvulkan_core.h5491 uint8_t driverUUID[VK_UUID_SIZE]; member
5885 uint8_t driverUUID[VK_UUID_SIZE]; member