Searched refs:colorAttachmentDescription (Results 1 – 10 of 10) sorted by relevance
246 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAtt… in makeRenderPass() local298 colorAttachmentDescription, in makeRenderPass()444 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments() local475 attachments.push_back(colorAttachmentDescription); in makeRenderPassWithAttachments()
395 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local424 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
318 const VkAttachmentDescription colorAttachmentDescription = in makeMultisampleRenderPass() local330 …std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeMultisampleRenderPass()383 const VkAttachmentDescription colorAttachmentDescription = in makeSimpleRenderPass() local422 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments; in makeSimpleRenderPass()
132 VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass()970 VkAttachmentDescription colorAttachmentDescription = in makeRenderPassDifferentAttachmentSizes() local982 attachmentDescriptions[i] = colorAttachmentDescription; in makeRenderPassDifferentAttachmentSizes()
439 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local451 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()
2239 const VkAttachmentDescription colorAttachmentDescription = in initialize() local2251 attachmentDescriptions.push_back(colorAttachmentDescription); in initialize()
231 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local270 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments; in makeRenderPass()
677 const VkAttachmentDescription colorAttachmentDescription = in createRenderPass() local691 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
987 const VkAttachmentDescription colorAttachmentDescription = in execute() local1010 attachments.push_back(colorAttachmentDescription); in execute()2622 const VkAttachmentDescription colorAttachmentDescription = in renderTess() local2637 colorAttachmentDescription in renderTess()
708 const VkAttachmentDescription colorAttachmentDescription = in makeRenderPass() local720 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass()