Searched defs:VkAttachmentReference (Results 1 - 5 of 5) 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/skqp/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.h2346 typedef struct VkAttachmentReference { struct
2349 } VkAttachmentReference; typedef in typeref:struct:VkAttachmentReference
2355 const VkAttachmentReference* pInputAttachments;
2357 const VkAttachmentReference* pColorAttachments;
2358 const VkAttachmentReference* pResolveAttachments;
2359 const VkAttachmentReference* pDepthStencilAttachment;
H A Dvulkan.hpp5698 AttachmentReference( VkAttachmentReference const & rhs )
5703 AttachmentReference& operator=( VkAttachmentReference const & rhs )
5720 operator const VkAttachmentReference&() const
5722 return *reinterpret_cast<const VkAttachmentReference*>(this);
5739 static_assert( sizeof( AttachmentReference ) == sizeof( VkAttachmentReference ), "struct and wrapper have different size!" );
[all...]

Completed in 346 milliseconds