Home
last modified time | relevance | path

Searched refs:VkSubpassDescriptionFlagBits (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_rasterization_order_attachment_access.adoc65 rasterization order access. The following flags are added to VkSubpassDescriptionFlagBits:
69 typedef enum VkSubpassDescriptionFlagBits {
75 } VkSubpassDescriptionFlagBits;
DVK_EXT_legacy_dithering.adoc148 Extending `VkSubpassDescriptionFlagBits`,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h4319 static inline const char* string_VkSubpassDescriptionFlagBits(VkSubpassDescriptionFlagBits input_va… in string_VkSubpassDescriptionFlagBits()
4343 …ret.append(string_VkSubpassDescriptionFlagBits(static_cast<VkSubpassDescriptionFlagBits>(1U << ind… in string_VkSubpassDescriptionFlags()
4348 …y()) ret.append(string_VkSubpassDescriptionFlagBits(static_cast<VkSubpassDescriptionFlagBits>(0))); in string_VkSubpassDescriptionFlags()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc2158 * pname:flags is a bitmask of elink:VkSubpassDescriptionFlagBits
2432 [open,refpage='VkSubpassDescriptionFlagBits',desc='Bitmask specifying usage of a subpass',type='enu…
2437 include::{generated}/api/enums/VkSubpassDescriptionFlagBits.adoc[]
2502 [open,refpage='VkSubpassDescriptionFlags',desc='Bitmask of VkSubpassDescriptionFlagBits',type='flag…
2507 or more elink:VkSubpassDescriptionFlagBits.
3533 * pname:flags is a bitmask of elink:VkSubpassDescriptionFlagBits
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2767 typedef enum VkSubpassDescriptionFlagBits { enum
2780 } VkSubpassDescriptionFlagBits; typedef
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10247 elink:VkSubpassDescriptionFlagBits (internal issue 864).