Searched refs:driverID (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 947 CORE_PROPERTY(driverID); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 859 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/ |
D | devsandqueues.adoc | 718 * 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/ |
D | vulkansc_hash.hpp | 3948 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDriverProperties.driverID ); in operator ()() 5436 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.driverID ); in operator ()()
|
D | vulkan_hash.hpp | 7456 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/ |
D | goldfish_vk_marshaling_guest.cpp | 6674 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4617 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/ |
D | goldfish_vk_marshaling.cpp | 8075 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6185 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/ |
D | vulkan_core.h | 5963 VkDriverId driverID; member 6111 VkDriverId driverID; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 8731 slink:VkPhysicalDeviceDriverPropertiesKHR::pname:driverID to use the new
|