Searched refs:VkQueueFlags (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 77 static std::string queueFlagsToString(VkQueueFlags queueFlags) { in queueFlagsToString()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 119 VkQueueFlags flags;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1207 enum class QueueFlagBits : VkQueueFlags
|
D | vk_enum_string_helper.h | 2751 static inline std::string string_VkQueueFlags(VkQueueFlags input_value) in string_VkQueueFlags()
|
D | vulkan_enums.hpp | 2068 enum class QueueFlagBits : VkQueueFlags
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 1417 [open,refpage='VkQueueFlags',desc='Bitmask of VkQueueFlagBits',type='flags'] 1419 include::{generated}/api/flags/VkQueueFlags.adoc[] 1421 tname:VkQueueFlags is a bitmask type for setting a mask of zero or more
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 950 memcpy(*ptr, (VkQueueFlags*)&forMarshaling->queueFlags, sizeof(VkQueueFlags)); in reservedmarshal_VkQueueFamilyProperties() 951 *ptr += sizeof(VkQueueFlags); in reservedmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_marshaling_guest.cpp | 1115 vkStream->write((VkQueueFlags*)&forMarshaling->queueFlags, sizeof(VkQueueFlags)); in marshal_VkQueueFamilyProperties() 1125 vkStream->read((VkQueueFlags*)&forUnmarshaling->queueFlags, sizeof(VkQueueFlags)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_counting_guest.cpp | 623 *count += sizeof(VkQueueFlags); in count_VkQueueFamilyProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2395 typedef VkFlags VkQueueFlags; typedef 3210 VkQueueFlags queueFlags; 16546 VkQueueFlags supportedQueues;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1176 vkStream->write((VkQueueFlags*)&forMarshaling->queueFlags, sizeof(VkQueueFlags)); in marshal_VkQueueFamilyProperties() 1186 vkStream->read((VkQueueFlags*)&forUnmarshaling->queueFlags, sizeof(VkQueueFlags)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 934 memcpy((VkQueueFlags*)&forUnmarshaling->queueFlags, *ptr, sizeof(VkQueueFlags)); in reservedunmarshal_VkQueueFamilyProperties() 935 *ptr += sizeof(VkQueueFlags); in reservedunmarshal_VkQueueFamilyProperties()
|