Searched refs:colorAspectMask (Results 1 – 2 of 2) sorted by relevance
323 const VkImageAspectFlags colorAspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in createRenderPass() local373 colorAspectMask // VkImageAspectFlags aspectMask in createRenderPass()
328 const VkImageAspectFlags colorAspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in makeRenderPass() local330 …e2 colorAttachmentRef2 = convertAttachmentReference(colorAttachmentRef, colorAspectMask); in makeRenderPass()332 …rResolveAttachmentRef2 = convertAttachmentReference(colorResolveAttachmentRef, colorAspectMask); in makeRenderPass()