Searched refs:VkFlags64 (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fundamentals.adoc | 1055 …,refpage='VkFlags',desc='Vulkan bitmasks',type='basetypes',xrefs='VkColorComponentFlags VkFlags64'] 1098 [open,refpage='VkFlags64',desc='Vulkan 64-bit bitmasks',type='basetypes',xrefs='VkFlags'] 1101 basetype:VkFlags64: 1103 include::{generated}/api/basetypes/VkFlags64.adoc[] 1106 basetype:VkFlags64 type can be passed to commands and structures to 1108 basetype:VkFlags64 is not used directly in the API. 1109 Instead, a etext:Vk*Flags2 type which is an alias of basetype:VkFlags64, and
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6513 typedef uint64_t VkFlags64; typedef 6544 typedef VkFlags64 VkPipelineStageFlags2; 6547 typedef VkFlags64 VkPipelineStageFlagBits2; 6626 typedef VkFlags64 VkAccessFlags2; 6629 typedef VkFlags64 VkAccessFlagBits2; 6721 typedef VkFlags64 VkFormatFeatureFlags2; 6724 typedef VkFlags64 VkFormatFeatureFlagBits2; 10437 typedef VkFlags64 VkPipelineCreateFlags2KHR; 10440 typedef VkFlags64 VkPipelineCreateFlagBits2KHR; 10473 typedef VkFlags64 VkBufferUsageFlags2KHR; [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 2766 typedef VkFlags64 VkExampleFlagBits; 2771 typedef VkFlags64 VkExampleFlags; 2786 At the end of the list of `VkFlags` and `VkFlags64` types, add a definition 2791 <type bitvalues="VkExampleFlagBits" category="bitmask">typedef <type>VkFlags64</type> <name>VkExamp… 2877 `VkFlags64`, and require the flag bits type, instead of specifying the
|
D | ChangeLog.adoc | 3396 refpages by adding missing API language for basetype:VkFlags64;
|