Home
last modified time | relevance | path

Searched refs:driverID (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c947 CORE_PROPERTY(driverID); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp859 if (deviceInfos[i].supportsDriverProperties && driverProps.driverID) { in createGlobalVkEmulation()
862 string_VkDriverId(driverProps.driverID) + " " + driverVersion + ")"; in createGlobalVkEmulation()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc718 * pname:driverID is a unique identifier for the driver of the physical
735 pname:driverID must: be immutable for a given driver across instances,
744 slink:VkPhysicalDeviceDriverProperties::pname:driverID are:
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3948 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDriverProperties.driverID ); in operator ()()
5436 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.driverID ); in operator ()()
Dvulkan_hash.hpp7456 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDriverProperties.driverID ); in operator ()()
10678 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.driverID ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6674 vkStream->write((VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in marshal_VkPhysicalDeviceVulkan12Properties()
6769 vkStream->read((VkDriverId*)&forUnmarshaling->driverID, sizeof(VkDriverId)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
7269 vkStream->write((VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in marshal_VkPhysicalDeviceDriverProperties()
7285 vkStream->read((VkDriverId*)&forUnmarshaling->driverID, sizeof(VkDriverId)); in unmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4617 memcpy(*ptr, (VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5008 memcpy(*ptr, (VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in reservedmarshal_VkPhysicalDeviceDriverProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8075 vkStream->write((VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in marshal_VkPhysicalDeviceVulkan12Properties()
8182 vkStream->read((VkDriverId*)&forUnmarshaling->driverID, sizeof(VkDriverId)); in unmarshal_VkPhysicalDeviceVulkan12Properties()
8801 vkStream->write((VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in marshal_VkPhysicalDeviceDriverProperties()
8828 vkStream->read((VkDriverId*)&forUnmarshaling->driverID, sizeof(VkDriverId)); in unmarshal_VkPhysicalDeviceDriverProperties()
Dgoldfish_vk_reserved_marshaling.cpp6185 memcpy((VkDriverId*)&forUnmarshaling->driverID, *ptr, sizeof(VkDriverId)); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6738 memcpy((VkDriverId*)&forUnmarshaling->driverID, *ptr, sizeof(VkDriverId)); in reservedunmarshal_VkPhysicalDeviceDriverProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5963 VkDriverId driverID; member
6111 VkDriverId driverID; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc8731 slink:VkPhysicalDeviceDriverPropertiesKHR::pname:driverID to use the new