Searched defs:VkAttachmentDescription (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/include/vulkan/
H A Dvulkan.h2040 typedef struct VkAttachmentDescription { struct
2050 } VkAttachmentDescription; typedef in typeref:struct:VkAttachmentDescription
2085 const VkAttachmentDescription* pAttachments;
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2137 typedef struct VkAttachmentDescription { struct
2147 } VkAttachmentDescription; typedef in typeref:struct:VkAttachmentDescription
2182 const VkAttachmentDescription* pAttachments;
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2137 typedef struct VkAttachmentDescription { struct
2147 } VkAttachmentDescription; typedef in typeref:struct:VkAttachmentDescription
2182 const VkAttachmentDescription* pAttachments;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2334 typedef struct VkAttachmentDescription { struct
2344 } VkAttachmentDescription; typedef in typeref:struct:VkAttachmentDescription
2379 const VkAttachmentDescription* pAttachments;
H A Dvulkan.hpp19654 AttachmentDescription( VkAttachmentDescription const & rhs )
19659 AttachmentDescription& operator=( VkAttachmentDescription const & rhs )
19718 operator const VkAttachmentDescription&() const
19720 return *reinterpret_cast<const VkAttachmentDescription*>(this);
19751 static_assert( sizeof( AttachmentDescription ) == sizeof( VkAttachmentDescription ), "struct and wrapper have different size!" );
[all...]

Completed in 840 milliseconds