Searched refs:VkAttachmentDescriptionFlags (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 2661 memcpy(*ptr, (VkAttachmentDescriptionFlags*)&forMarshaling->flags, in reservedmarshal_VkAttachmentDescription() 2662 sizeof(VkAttachmentDescriptionFlags)); in reservedmarshal_VkAttachmentDescription() 2663 *ptr += sizeof(VkAttachmentDescriptionFlags); in reservedmarshal_VkAttachmentDescription() 4781 memcpy(*ptr, (VkAttachmentDescriptionFlags*)&forMarshaling->flags, in reservedmarshal_VkAttachmentDescription2() 4782 sizeof(VkAttachmentDescriptionFlags)); in reservedmarshal_VkAttachmentDescription2() 4783 *ptr += sizeof(VkAttachmentDescriptionFlags); in reservedmarshal_VkAttachmentDescription2()
|
D | goldfish_vk_marshaling_guest.cpp | 3712 vkStream->write((VkAttachmentDescriptionFlags*)&forMarshaling->flags, in marshal_VkAttachmentDescription() 3713 sizeof(VkAttachmentDescriptionFlags)); in marshal_VkAttachmentDescription() 3728 vkStream->read((VkAttachmentDescriptionFlags*)&forUnmarshaling->flags, in unmarshal_VkAttachmentDescription() 3729 sizeof(VkAttachmentDescriptionFlags)); in unmarshal_VkAttachmentDescription() 6894 vkStream->write((VkAttachmentDescriptionFlags*)&forMarshaling->flags, in marshal_VkAttachmentDescription2() 6895 sizeof(VkAttachmentDescriptionFlags)); in marshal_VkAttachmentDescription2() 6915 vkStream->read((VkAttachmentDescriptionFlags*)&forUnmarshaling->flags, in unmarshal_VkAttachmentDescription2() 6916 sizeof(VkAttachmentDescriptionFlags)); in unmarshal_VkAttachmentDescription2()
|
D | goldfish_vk_counting_guest.cpp | 1968 *count += sizeof(VkAttachmentDescriptionFlags); in count_VkAttachmentDescription() 3718 *count += sizeof(VkAttachmentDescriptionFlags); in count_VkAttachmentDescription2()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 2266 enum class AttachmentDescriptionFlagBits : VkAttachmentDescriptionFlags
|
D | vk_enum_string_helper.h | 4169 static inline std::string string_VkAttachmentDescriptionFlags(VkAttachmentDescriptionFlags input_va… in string_VkAttachmentDescriptionFlags()
|
D | vulkan_enums.hpp | 3505 enum class AttachmentDescriptionFlagBits : VkAttachmentDescriptionFlags
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 4196 vkStream->write((VkAttachmentDescriptionFlags*)&forMarshaling->flags, in marshal_VkAttachmentDescription() 4197 sizeof(VkAttachmentDescriptionFlags)); in marshal_VkAttachmentDescription() 4212 vkStream->read((VkAttachmentDescriptionFlags*)&forUnmarshaling->flags, in unmarshal_VkAttachmentDescription() 4213 sizeof(VkAttachmentDescriptionFlags)); in unmarshal_VkAttachmentDescription() 8321 vkStream->write((VkAttachmentDescriptionFlags*)&forMarshaling->flags, in marshal_VkAttachmentDescription2() 8322 sizeof(VkAttachmentDescriptionFlags)); in marshal_VkAttachmentDescription2() 8354 vkStream->read((VkAttachmentDescriptionFlags*)&forUnmarshaling->flags, in unmarshal_VkAttachmentDescription2() 8355 sizeof(VkAttachmentDescriptionFlags)); in unmarshal_VkAttachmentDescription2()
|
D | goldfish_vk_reserved_marshaling.cpp | 3138 memcpy((VkAttachmentDescriptionFlags*)&forUnmarshaling->flags, *ptr, in reservedunmarshal_VkAttachmentDescription() 3139 sizeof(VkAttachmentDescriptionFlags)); in reservedunmarshal_VkAttachmentDescription() 3140 *ptr += sizeof(VkAttachmentDescriptionFlags); in reservedunmarshal_VkAttachmentDescription() 6380 memcpy((VkAttachmentDescriptionFlags*)&forUnmarshaling->flags, *ptr, in reservedunmarshal_VkAttachmentDescription2() 6381 sizeof(VkAttachmentDescriptionFlags)); in reservedunmarshal_VkAttachmentDescription2() 6382 *ptr += sizeof(VkAttachmentDescriptionFlags); in reservedunmarshal_VkAttachmentDescription2()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2741 typedef VkFlags VkAttachmentDescriptionFlags; typedef 3769 VkAttachmentDescriptionFlags flags; 6027 VkAttachmentDescriptionFlags flags;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 2062 [open,refpage='VkAttachmentDescriptionFlags',desc='Bitmask of VkAttachmentDescriptionFlagBits',type… 2064 include::{generated}/api/flags/VkAttachmentDescriptionFlags.adoc[] 2066 tname:VkAttachmentDescriptionFlags is a bitmask type for setting a mask of
|