Searched refs:colorAttachmentRef (Results 1 – 7 of 7) sorted by relevance
428 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local447 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
206 const VkAttachmentReference colorAttachmentRef = { 0, VK_IMAGE_LAYOUT_GENERAL }; in iterate() local212 &colorAttachmentRef, in iterate()
244 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local257 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
385 const VkAttachmentReference colorAttachmentRef = in makeRenderPass() local398 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
303 VkAttachmentReference colorAttachmentRef; in createColorOnlyRenderPass() local319 colorAttachmentRef.attachment = 0; in createColorOnlyRenderPass()320 colorAttachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass()330 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
693 const VkAttachmentReference colorAttachmentRef = in createRenderPass() local706 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments in createRenderPass()
396 const VkAttachmentReference colorAttachmentRef = in makeSimpleRenderPass() local409 &colorAttachmentRef, // const VkAttachmentReference* pColorAttachments; in makeSimpleRenderPass()