Home
last modified time | relevance | path

Searched refs:numInputAttachments (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp1010 deUint32 numInputAttachments = 0u; in iterate() local
1039 numInputAttachments++; in iterate()
1103 if (numInputAttachments > 0u) in iterate()
1106 DE_ASSERT(numInputAttachments == 1u); in iterate()
1257 if (numInputAttachments > 0u) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp1009 deUint32 numInputAttachments = 0u; in iterate() local
1037 numInputAttachments++; in iterate()
1098 if (numInputAttachments > 0u) in iterate()
1101 DE_ASSERT(numInputAttachments == 1u); in iterate()
1252 if (numInputAttachments > 0u) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1617 deUint32 numInputAttachments = 0;
1689 numInputAttachments += arraySize;
1739 if (numInputAttachments > limits.maxDescriptorSetInputAttachments)
1747 numPerStageInputAttachments += numInputAttachments;
H A DvktBindingDescriptorSetRandomTests.cpp507 deUint32 numInputAttachments = 0; in generateRandomLayout() local
718 if (numInputAttachments < caseDef.maxPerStageInputAttachments) in generateRandomLayout()
720 arraySizes[b] = randRange(&rnd, 0, de::min(maxArray, caseDef.maxPerStageInputAttachments - numInputAttachments)); in generateRandomLayout()
722 numInputAttachments += binding.descriptorCount; in generateRandomLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1617 deUint32 numInputAttachments = 0;
1689 numInputAttachments += arraySize;
1739 if (numInputAttachments > limits.maxDescriptorSetInputAttachments)
1747 numPerStageInputAttachments += numInputAttachments;
H A DvktBindingDescriptorSetRandomTests.cpp507 deUint32 numInputAttachments = 0; in generateRandomLayout() local
718 if (numInputAttachments < caseDef.maxPerStageInputAttachments) in generateRandomLayout()
720 arraySizes[b] = randRange(&rnd, 0, de::min(maxArray, caseDef.maxPerStageInputAttachments - numInputAttachments)); in generateRandomLayout()
722 numInputAttachments += binding.descriptorCount; in generateRandomLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp6702 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, commonAttachmentDescriptio
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp6415 const auto numInputAttachments = m_options == COPY_MS_IMAGE_LAYER_TO_MS_IMAGE ? 2u : numDstLayers + 1u; // For the source image. in checkIntermediateCopy() local
6436 poolBuilder.addType(VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, numInputAttachments); in checkIntermediateCopy()
6444 for (deUint32 i = 0u; i < numInputAttachments; ++i) in checkIntermediateCopy()
6498 const std::vector<VkAttachmentDescription> attachmentDescriptions(numInputAttachments, commonAttachmentDescription); in checkIntermediateCopy()
6501 inputAttachmentReferences.reserve(numInputAttachments); in checkIntermediateCopy()
6502 for (deUint32 i = 0u; i < numInputAttachments; ++i) in checkIntermediateCopy()
7942 const auto numInputAttachments = layerCount + 1u; // +1 for the source image. in checkCopyResults() local
7956 poolBuilder.addType(VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, numInputAttachments); in checkCopyResults()
7965 for (deUint32 i = 0u; i < numInputAttachments; ++i) in checkCopyResults()
8030 std::vector<VkAttachmentDescription> attachmentDescriptions(numInputAttachments, commonAttachmentDescriptio in checkCopyResults()
[all...]

Completed in 49 milliseconds