Lines Matching refs:VkAttachmentReference
225 const VkAttachmentReference attachmentMSColorRef =
231 const VkAttachmentReference attachmentMSInputRef =
237 const VkAttachmentReference attachmentRSColorRef =
243 std::vector<VkAttachmentReference> perSampleAttachmentRef(numSamples);
247 const VkAttachmentReference attachmentRef =
271 DE_NULL, // const VkAttachmentReference* pInputAttachments;
273 &attachmentMSColorRef, // const VkAttachmentReference* pColorAttachments;
274 &attachmentRSColorRef, // const VkAttachmentReference* pResolveAttachments;
275 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment;
289 &attachmentMSInputRef, // const VkAttachmentReference* pInputAttachments;
291 &perSampleAttachmentRef[sampleNdx], // const VkAttachmentReference* pColorAttachments;
292 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
293 DE_NULL, // const VkAttachmentReference* pDepthStencilAttachment;