Home
last modified time | relevance | path

Searched refs:VkMemoryAllocateFlags (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device_memory.h38 VkMemoryAllocateFlags alloc_flags;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_tokens.h197 VkMemoryAllocateFlags alloc_flags;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2531 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags
Dvk_enum_string_helper.h4660 static inline std::string string_VkMemoryAllocateFlags(VkMemoryAllocateFlags input_value) in string_VkMemoryAllocateFlags()
Dvulkan_enums.hpp3817 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc3330 [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/
Dgoldfish_vk_reserved_marshaling_guest.cpp3252 memcpy(*ptr, (VkMemoryAllocateFlags*)&forMarshaling->flags, sizeof(VkMemoryAllocateFlags)); in reservedmarshal_VkMemoryAllocateFlagsInfo()
3253 *ptr += sizeof(VkMemoryAllocateFlags); in reservedmarshal_VkMemoryAllocateFlagsInfo()
Dgoldfish_vk_marshaling_guest.cpp4650 vkStream->write((VkMemoryAllocateFlags*)&forMarshaling->flags, sizeof(VkMemoryAllocateFlags)); in marshal_VkMemoryAllocateFlagsInfo()
4662 vkStream->read((VkMemoryAllocateFlags*)&forUnmarshaling->flags, sizeof(VkMemoryAllocateFlags)); in unmarshal_VkMemoryAllocateFlagsInfo()
Dgoldfish_vk_counting_guest.cpp2475 *count += sizeof(VkMemoryAllocateFlags); in count_VkMemoryAllocateFlagsInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4986 typedef VkFlags VkMemoryAllocateFlags; typedef
5139 VkMemoryAllocateFlags flags;
8545 typedef VkMemoryAllocateFlags VkMemoryAllocateFlagsKHR;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp5293 vkStream->write((VkMemoryAllocateFlags*)&forMarshaling->flags, sizeof(VkMemoryAllocateFlags)); in marshal_VkMemoryAllocateFlagsInfo()
5317 vkStream->read((VkMemoryAllocateFlags*)&forUnmarshaling->flags, sizeof(VkMemoryAllocateFlags)); in unmarshal_VkMemoryAllocateFlagsInfo()
Dgoldfish_vk_reserved_marshaling.cpp3936 memcpy((VkMemoryAllocateFlags*)&forUnmarshaling->flags, *ptr, sizeof(VkMemoryAllocateFlags)); in reservedunmarshal_VkMemoryAllocateFlagsInfo()
3937 *ptr += sizeof(VkMemoryAllocateFlags); in reservedunmarshal_VkMemoryAllocateFlagsInfo()