Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_MSFT_layered_driver.adoc76 reached with the `VkDriverId` enum.
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp4617 memcpy(*ptr, (VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
4618 *ptr += sizeof(VkDriverId); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5008 memcpy(*ptr, (VkDriverId*)&forMarshaling->driverID, sizeof(VkDriverId)); in reservedmarshal_VkPhysicalDeviceDriverProperties()
5009 *ptr += sizeof(VkDriverId); in reservedmarshal_VkPhysicalDeviceDriverProperties()
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_counting_guest.cpp3635 *count += sizeof(VkDriverId); in count_VkPhysicalDeviceVulkan12Properties()
3918 *count += sizeof(VkDriverId); in count_VkPhysicalDeviceDriverProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5761 typedef enum VkDriverId { enum
5800 } VkDriverId; typedef
5963 VkDriverId driverID;
6111 VkDriverId driverID;
9649 typedef VkDriverId VkDriverIdKHR;
/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()
6186 *ptr += sizeof(VkDriverId); in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
6738 memcpy((VkDriverId*)&forUnmarshaling->driverID, *ptr, sizeof(VkDriverId)); in reservedunmarshal_VkPhysicalDeviceDriverProperties()
6739 *ptr += sizeof(VkDriverId); in reservedunmarshal_VkPhysicalDeviceDriverProperties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h5024 static inline const char* string_VkDriverId(VkDriverId input_value) in string_VkDriverId()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc741 [open,refpage='VkDriverId',desc='Khronos driver IDs',type='enums',alias='VkDriverIdKHR']
746 include::{generated}/api/enums/VkDriverId.adoc[]
Dfundamentals.adoc1046 This is particularly true for enums such as elink:VkDriverId, which may have
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc6164 * Assign new elink:VkDriverId and elink:VkVendorId enums for Mesa (public