Searched refs:VkPhysicalDeviceType (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 61 static std::string deviceTypeToString(VkPhysicalDeviceType type) { in deviceTypeToString()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 866 printer.write_enum("deviceType", VkPhysicalDeviceType, indent) 1707 VkPhysicalDeviceType = { variable
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 84 * 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/ |
D | vk_enum_string_helper.h | 2705 static inline const char* string_VkPhysicalDeviceType(VkPhysicalDeviceType input_value) in string_VkPhysicalDeviceType()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 932 memcpy(*ptr, (VkPhysicalDeviceType*)&forMarshaling->deviceType, sizeof(VkPhysicalDeviceType)); in reservedmarshal_VkPhysicalDeviceProperties() 933 *ptr += sizeof(VkPhysicalDeviceType); in reservedmarshal_VkPhysicalDeviceProperties()
|
D | goldfish_vk_marshaling_guest.cpp | 1082 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()
|
D | goldfish_vk_counting_guest.cpp | 607 *count += sizeof(VkPhysicalDeviceType); in count_VkPhysicalDeviceProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 1751 typedef enum VkPhysicalDeviceType { enum 1758 } VkPhysicalDeviceType; typedef 3202 VkPhysicalDeviceType deviceType;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1143 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 917 memcpy((VkPhysicalDeviceType*)&forUnmarshaling->deviceType, *ptr, sizeof(VkPhysicalDeviceType)); in reservedunmarshal_VkPhysicalDeviceProperties() 918 *ptr += sizeof(VkPhysicalDeviceType); in reservedunmarshal_VkPhysicalDeviceProperties()
|