Searched refs:numInputAttachments (Results 1 – 3 of 3) sorted by relevance
1614 deUint32 numInputAttachments = 0; in run() local1678 numInputAttachments += arraySize; in run()1721 if (numInputAttachments > limits.maxDescriptorSetInputAttachments) in run()1729 numPerStageInputAttachments += numInputAttachments; in run()
432 deUint32 numInputAttachments = 0; in generateRandomLayout() local630 if (numInputAttachments < caseDef.maxPerStageInputAttachments) in generateRandomLayout()632 …= randRange(&rnd, 0, de::min(maxArray, caseDef.maxPerStageInputAttachments - numInputAttachments)); in generateRandomLayout()634 numInputAttachments += binding.descriptorCount; in generateRandomLayout()
4803 const auto numInputAttachments = numDstLayers + 1u; // For the source image. in checkIntermediateCopy() local4824 poolBuilder.addType(VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, numInputAttachments); in checkIntermediateCopy()4832 for (deUint32 i = 0u; i < numInputAttachments; ++i) in checkIntermediateCopy()4886 …const std::vector<VkAttachmentDescription> attachmentDescriptions(numInputAttachments, commonAttac… in checkIntermediateCopy()4889 inputAttachmentReferences.reserve(numInputAttachments); in checkIntermediateCopy()4890 for (deUint32 i = 0u; i < numInputAttachments; ++i) in checkIntermediateCopy()