Searched defs:attachmentReference (Results 1 – 10 of 10) sorted by relevance
197 const VkAttachmentReference attachmentReference in createRenderPass() local
192 const VkAttachmentReference attachmentReference = in drawTriangleTest() local498 const VkAttachmentReference attachmentReference = in createSimpleRenderPass() local
358 const VkAttachmentReference attachmentReference = in createRenderPass() local1133 const VkAttachmentReference attachmentReference = in createRenderPass() local
362 const VkAttachmentReference attachmentReference = in createRenderPass() local
1783 auto attachmentReference = subpass.pColorAttachments[i]; in bindAttachments() local1790 auto attachmentReference = subpass.pDepthStencilAttachment; in bindAttachments() local
192 …const auto &attachmentReference = subpassDescription.pInputAttachments[aspectReference.inputAttach… in ValidateRenderPassPNextChain() local
2419 VkAttachmentReference attachmentReference = in iterate() local
1183 const VkAttachmentReference attachmentReference = in getAttachmentReferences() local
2007 const VkAttachmentReference attachmentReference = in render() local
114 VkAttachmentReference2 convertAttachmentReference (const VkAttachmentReference& attachmentReference… in convertAttachmentReference()