Home
last modified time | relevance | path

Searched refs:VkMemoryPropertyFlagBits (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h2662 static inline const char* string_VkMemoryPropertyFlagBits(VkMemoryPropertyFlagBits input_value) in string_VkMemoryPropertyFlagBits()
2696 … ret.append(string_VkMemoryPropertyFlagBits(static_cast<VkMemoryPropertyFlagBits>(1U << index))); in string_VkMemoryPropertyFlags()
2701 …ret.empty()) ret.append(string_VkMemoryPropertyFlagBits(static_cast<VkMemoryPropertyFlagBits>(0))); in string_VkMemoryPropertyFlags()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc882 * pname:propertyFlags is a bitmask of elink:VkMemoryPropertyFlagBits of
888 [open,refpage='VkMemoryPropertyFlagBits',desc='Bitmask specifying properties for a memory type',typ…
893 include::{generated}/api/enums/VkMemoryPropertyFlagBits.adoc[]
965 [open,refpage='VkMemoryPropertyFlags',desc='Bitmask of VkMemoryPropertyFlagBits',type='flags']
970 more elink:VkMemoryPropertyFlagBits.
Dfeatures.adoc3979 that the implementation supports <<VkMemoryPropertyFlagBits,device
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2368 typedef enum VkMemoryPropertyFlagBits { enum
2379 } VkMemoryPropertyFlagBits; typedef