Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceType (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp61 static std::string deviceTypeToString(VkPhysicalDeviceType type) { in deviceTypeToString()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py866 printer.write_enum("deviceType", VkPhysicalDeviceType, indent)
1707 VkPhysicalDeviceType = { variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc84 * pname:deviceType is a elink:VkPhysicalDeviceType specifying the type of
218 [open,refpage='VkPhysicalDeviceType',desc='Supported physical device types',type='enums']
223 include::{generated}/api/enums/VkPhysicalDeviceType.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h2705 static inline const char* string_VkPhysicalDeviceType(VkPhysicalDeviceType input_value) in string_VkPhysicalDeviceType()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp932 memcpy(*ptr, (VkPhysicalDeviceType*)&forMarshaling->deviceType, sizeof(VkPhysicalDeviceType)); in reservedmarshal_VkPhysicalDeviceProperties()
933 *ptr += sizeof(VkPhysicalDeviceType); in reservedmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling_guest.cpp1082 vkStream->write((VkPhysicalDeviceType*)&forMarshaling->deviceType, in marshal_VkPhysicalDeviceProperties()
1083 sizeof(VkPhysicalDeviceType)); in marshal_VkPhysicalDeviceProperties()
1100 vkStream->read((VkPhysicalDeviceType*)&forUnmarshaling->deviceType, in unmarshal_VkPhysicalDeviceProperties()
1101 sizeof(VkPhysicalDeviceType)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_counting_guest.cpp607 *count += sizeof(VkPhysicalDeviceType); in count_VkPhysicalDeviceProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1751 typedef enum VkPhysicalDeviceType { enum
1758 } VkPhysicalDeviceType; typedef
3202 VkPhysicalDeviceType deviceType;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1143 vkStream->write((VkPhysicalDeviceType*)&forMarshaling->deviceType, in marshal_VkPhysicalDeviceProperties()
1144 sizeof(VkPhysicalDeviceType)); in marshal_VkPhysicalDeviceProperties()
1161 vkStream->read((VkPhysicalDeviceType*)&forUnmarshaling->deviceType, in unmarshal_VkPhysicalDeviceProperties()
1162 sizeof(VkPhysicalDeviceType)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_reserved_marshaling.cpp917 memcpy((VkPhysicalDeviceType*)&forUnmarshaling->deviceType, *ptr, sizeof(VkPhysicalDeviceType)); in reservedunmarshal_VkPhysicalDeviceProperties()
918 *ptr += sizeof(VkPhysicalDeviceType); in reservedunmarshal_VkPhysicalDeviceProperties()