Searched refs:VkMemoryAllocateFlags (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device_memory.h | 38 VkMemoryAllocateFlags alloc_flags;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/ |
D | vk_rmv_tokens.h | 197 VkMemoryAllocateFlags alloc_flags;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 2531 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags
|
D | vk_enum_string_helper.h | 4660 static inline std::string string_VkMemoryAllocateFlags(VkMemoryAllocateFlags input_value) in string_VkMemoryAllocateFlags()
|
D | vulkan_enums.hpp | 3817 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 3330 [open,refpage='VkMemoryAllocateFlags',desc='Bitmask of VkMemoryAllocateFlagBits',type='flags'] 3332 include::{generated}/api/flags/VkMemoryAllocateFlags.adoc[] 3340 tname:VkMemoryAllocateFlags is a bitmask type for setting a mask of zero or
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 3252 memcpy(*ptr, (VkMemoryAllocateFlags*)&forMarshaling->flags, sizeof(VkMemoryAllocateFlags)); in reservedmarshal_VkMemoryAllocateFlagsInfo() 3253 *ptr += sizeof(VkMemoryAllocateFlags); in reservedmarshal_VkMemoryAllocateFlagsInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 4650 vkStream->write((VkMemoryAllocateFlags*)&forMarshaling->flags, sizeof(VkMemoryAllocateFlags)); in marshal_VkMemoryAllocateFlagsInfo() 4662 vkStream->read((VkMemoryAllocateFlags*)&forUnmarshaling->flags, sizeof(VkMemoryAllocateFlags)); in unmarshal_VkMemoryAllocateFlagsInfo()
|
D | goldfish_vk_counting_guest.cpp | 2475 *count += sizeof(VkMemoryAllocateFlags); in count_VkMemoryAllocateFlagsInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4986 typedef VkFlags VkMemoryAllocateFlags; typedef 5139 VkMemoryAllocateFlags flags; 8545 typedef VkMemoryAllocateFlags VkMemoryAllocateFlagsKHR;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 5293 vkStream->write((VkMemoryAllocateFlags*)&forMarshaling->flags, sizeof(VkMemoryAllocateFlags)); in marshal_VkMemoryAllocateFlagsInfo() 5317 vkStream->read((VkMemoryAllocateFlags*)&forUnmarshaling->flags, sizeof(VkMemoryAllocateFlags)); in unmarshal_VkMemoryAllocateFlagsInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 3936 memcpy((VkMemoryAllocateFlags*)&forUnmarshaling->flags, *ptr, sizeof(VkMemoryAllocateFlags)); in reservedunmarshal_VkMemoryAllocateFlagsInfo() 3937 *ptr += sizeof(VkMemoryAllocateFlags); in reservedunmarshal_VkMemoryAllocateFlagsInfo()
|