Searched refs:colorRefs (Results 1 – 3 of 3) sorted by relevance
642 const gl::DrawBuffersVector<VkAttachmentReference2KHR> &colorRefs, in ToSubpassDescription2() argument655 desc2Out->colorAttachmentCount = static_cast<uint32_t>(colorRefs.size()); in ToSubpassDescription2()656 desc2Out->pColorAttachments = !colorRefs.empty() ? colorRefs.data() : nullptr; in ToSubpassDescription2()709 gl::DrawBuffersVector<VkAttachmentReference2KHR> &colorRefs = in CreateRenderPass2() local716 colorRefs.resize(desc.colorAttachmentCount); in CreateRenderPass2()745 &colorRefs[index]); in CreateRenderPass2()764 ToSubpassDescription2(desc, inputRefs, colorRefs, resolveRefs, depthStencilRef, in CreateRenderPass2()
3301 std::vector<VkAttachmentReference> colorRefs; in createGraphicsPipeline() local3315 …colorRefs.emplace_back(makeAttachmentReference(u32(attachments.size()), VK_IMAGE_LAYOUT_COLOR_ATTA… in createGraphicsPipeline()3355 subpass.colorAttachmentCount = u32(colorRefs.size()); in createGraphicsPipeline()3356 subpass.pColorAttachments = colorRefs.data(); in createGraphicsPipeline()