Lines Matching refs:numInputAttachments
6702 const auto numInputAttachments = m_options == COPY_MS_IMAGE_LAYER_TO_MS_IMAGE ? 2u : numDstLayers + 1u; // For the source image.
6723 poolBuilder.addType(VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, numInputAttachments);
6731 for (deUint32 i = 0u; i < numInputAttachments; ++i)
6785 const std::vector<VkAttachmentDescription> attachmentDescriptions(numInputAttachments, commonAttachmentDescription);
6788 inputAttachmentReferences.reserve(numInputAttachments);
6789 for (deUint32 i = 0u; i < numInputAttachments; ++i)
8220 const auto numInputAttachments = layerCount + 1u; // +1 for the source image.
8234 poolBuilder.addType(VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, numInputAttachments);
8243 for (deUint32 i = 0u; i < numInputAttachments; ++i)
8308 std::vector<VkAttachmentDescription> attachmentDescriptions(numInputAttachments, commonAttachmentDescription);
8313 inputAttachmentReferences.reserve(numInputAttachments);
8314 for (deUint32 i = 0u; i < numInputAttachments; ++i)