Searched defs:VkAttachmentReference (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/include/vulkan/
H A Dvulkan.h2052 typedef struct VkAttachmentReference { struct
2055 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
2061 const VkAttachmentReference* pInputAttachments;
2063 const VkAttachmentReference* pColorAttachments;
2064 const VkAttachmentReference* pResolveAttachments;
2065 const VkAttachmentReference* pDepthStencilAttachment;
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2149 typedef struct VkAttachmentReference { struct
2152 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
2158 const VkAttachmentReference* pInputAttachments;
2160 const VkAttachmentReference* pColorAttachments;
2161 const VkAttachmentReference* pResolveAttachments;
2162 const VkAttachmentReference* pDepthStencilAttachment;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2043 typedef struct VkAttachmentReference { struct
2046 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
2052 const VkAttachmentReference* pInputAttachments;
2054 const VkAttachmentReference* pColorAttachments;
2055 const VkAttachmentReference* pResolveAttachments;
2056 const VkAttachmentReference* pDepthStencilAttachment;
H A Dvulkan.hpp4296 AttachmentReference( VkAttachmentReference const & rhs )
4301 AttachmentReference& operator=( VkAttachmentReference const & rhs )
4319 operator const VkAttachmentReference&() const
4321 return *reinterpret_cast<const VkAttachmentReference*>(this);
4338 static_assert( sizeof( AttachmentReference ) == sizeof( VkAttachmentReference ), "struct and wrapper have different size!" );

Completed in 608 milliseconds