Home
last modified time | relevance | path

Searched refs:attachmentDescriptions (Results 1 – 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp573 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass() local
576 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
578 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
611 …(deUint32)attachmentDescriptions.size(), // deUint32 attachmentCo… in makeRenderPass()
612attachmentDescriptions.size() > 0 ? &attachmentDescriptions[0] : DE_NULL, // const VkAttachmentDes… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp404 std::vector<AttachmentDesc> attachmentDescriptions in createRenderPassProduceDynamicDensityMap() local
461 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount in createRenderPassProduceDynamicDensityMap()
462 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments in createRenderPassProduceDynamicDensityMap()
486 std::vector<AttachmentDesc> attachmentDescriptions in createRenderPassProduceSubsampledImage() local
506 multisampleAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in createRenderPassProduceSubsampledImage()
507 attachmentDescriptions.emplace_back( in createRenderPassProduceSubsampledImage()
524 copyAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in createRenderPassProduceSubsampledImage()
525 attachmentDescriptions.emplace_back( in createRenderPassProduceSubsampledImage()
540 densityMapAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in createRenderPassProduceSubsampledImage()
541 attachmentDescriptions.emplace_back( in createRenderPassProduceSubsampledImage()
[all …]
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp669 std::vector<AttachmentDesc> attachmentDescriptions; in createRenderPass() local
678 attachmentDescriptions.push_back( in createRenderPass()
738 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount in createRenderPass()
739 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments in createRenderPass()
DvktRenderPassUnusedClearAttachmentTests.cpp340 …std::vector<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescr… in createRenderPass() local
351 attachmentDescriptions.emplace_back( in createRenderPass()
407 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount in createRenderPass()
408 …(attachmentDescriptions.empty() ? DE_NULL : attachmentDescriptions.data()), // const VkAttachmentD… in createRenderPass()
DvktRenderPassLoadStoreOpNoneTests.cpp194 std::vector<AttachmentDesc> attachmentDescriptions; in createRenderPass() local
255 attachmentDescriptions.push_back(attachmentDesc); in createRenderPass()
329 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount in createRenderPass()
330 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments in createRenderPass()
DvktRenderPassUnusedAttachmentTests.cpp104 const AttachmentDesc attachmentDescriptions[] = in createRenderPass() local
217 attachmentDescriptions, // const VkAttachmentDescription* pAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp273 std::vector<VkAttachmentDescription> attachmentDescriptions; in VulkanDrawContext() local
316 attachmentDescriptions.push_back(attachDescriptors[0]); in VulkanDrawContext()
320 attachmentDescriptions.push_back(attachDescriptors[1]); in VulkanDrawContext()
343 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount; in VulkanDrawContext()
344 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments; in VulkanDrawContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp726 std::vector<VkAttachmentDescription> attachmentDescriptions; in drawAndSampleInputAttachment() local
736 attachmentDescriptions.push_back(makeAttachmentDescription( in drawAndSampleInputAttachment()
814 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in drawAndSampleInputAttachment()
815 dataOrNullPtr(attachmentDescriptions), // const VkAttachmentDescription* pAttachments; in drawAndSampleInputAttachment()
934 std::vector<VkAttachmentDescription> attachmentDescriptions; in draw() local
945 attachmentDescriptions.push_back(makeAttachmentDescription( in draw()
983 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in draw()
984 dataOrNullPtr(attachmentDescriptions), // const VkAttachmentDescription* pAttachments; in draw()
DvktPipelineFramebufferAttachmentTests.cpp125 vector<VkAttachmentDescription> attachmentDescriptions (numLayers); in makeRenderPass() local
144 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription; in makeRenderPass()
179 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPass()
951 vector<VkAttachmentDescription> attachmentDescriptions (numAttachments); in makeRenderPassDifferentAttachmentSizes() local
968 attachmentDescriptions[i] = colorAttachmentDescription; in makeRenderPassDifferentAttachmentSizes()
998 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPassDifferentAttachmentSizes()
1367 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPassInputResolveSameAttachment() local
1381 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
1396 attachmentDescriptions.push_back(inputAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
1429 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount; in makeRenderPassInputResolveSameAttachment()
[all …]
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp995 std::vector<VkAttachmentDescription> attachmentDescriptions; in draw() local
1006 attachmentDescriptions.push_back(makeAttachmentDescription( in draw()
1018 attachmentDescriptions.push_back(makeAttachmentDescription( in draw()
1076 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in draw()
1077 dataOrNullPtr(attachmentDescriptions), // const VkAttachmentDescription* pAttachments; in draw()
1625 std::vector<VkAttachmentDescription> attachmentDescriptions; in drawResolve() local
1630 attachmentDescriptions.push_back(makeAttachmentDescription( in drawResolve()
1642 attachmentDescriptions.push_back(makeAttachmentDescription( in drawResolve()
1658 attachmentDescriptions.push_back(makeAttachmentDescription( in drawResolve()
1695 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in drawResolve()
[all …]
DvktPipelineDepthRangeUnrestrictedTests.cpp407 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass() local
410 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
412 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
445 …(deUint32)attachmentDescriptions.size(), // deUint32 attachmentCo… in makeRenderPass()
446attachmentDescriptions.size() > 0 ? &attachmentDescriptions[0] : DE_NULL, // const VkAttachmentDes… in makeRenderPass()
DvktPipelineStencilExportTests.cpp163 VkAttachmentDescription attachmentDescriptions[] = in makeTestRenderPass() local
246 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeTestRenderPass()
DvktPipelineColorWriteEnableTests.cpp564 std::vector<vk::VkAttachmentDescription> attachmentDescriptions( in iterate() local
580 attachmentDescriptions.push_back(vk::VkAttachmentDescription in iterate()
598 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in iterate()
599 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments; in iterate()
DvktPipelineRenderToImageTests.cpp454 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass() local
470attachmentDescriptions.insert(attachmentDescriptions.end(), numLayers, depthStencilAttachmentDescr… in makeRenderPass()
516 static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachmentCount; in makeRenderPass()
517 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeRenderPass()
DvktPipelineMultisampleTests.cpp3524 std::vector<VkAttachmentDescription> attachmentDescriptions; in initialize() local
3538 attachmentDescriptions.push_back(colorAttachmentDescription); in initialize()
3545 resolveAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize()
3559 attachmentDescriptions.push_back(resolveAttachmentDescription); in initialize()
3566 perSampleAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize()
3583 attachmentDescriptions.push_back(perSampleAttachmentDescription); in initialize()
3591 depthStencilAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize()
3605 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in initialize()
3810 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount; in initialize()
3811 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp645 std::vector<VkAttachmentDescription> attachmentDescriptions; in iterate() local
647 attachmentDescriptions.push_back( in iterate()
661 attachmentDescriptions.push_back( in iterate()
719 (deUint32)attachmentDescriptions.size(), // attachmentCount in iterate()
720 &attachmentDescriptions[0], // pAttachments in iterate()
DvktAttachmentRateTests.cpp391 std::vector<VkAttachmentDescription2> attachmentDescriptions(2 * subpassCount, { in buildRenderPass() local
409 attachmentDescriptions[1].format = m_params->srFormat; in buildRenderPass()
410 attachmentDescriptions[1].loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in buildRenderPass()
411 attachmentDescriptions[1].storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in buildRenderPass()
412attachmentDescriptions[1].initialLayout = VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL… in buildRenderPass()
425 attachmentDescriptions[3].format = m_params->srFormat; in buildRenderPass()
426 attachmentDescriptions[3].loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in buildRenderPass()
427 attachmentDescriptions[3].storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in buildRenderPass()
428attachmentDescriptions[3].initialLayout = VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL… in buildRenderPass()
437 attachmentDescriptions.data(), // const VkAttachmentDescription2* pAttachments; in buildRenderPass()
DvktFragmentShadingRateBasic.cpp1477 std::vector<VkAttachmentDescription2> attachmentDescriptions in iterate() local
1494 attachmentDescriptions.push_back( in iterate()
1511 attachmentDescriptions.push_back( in iterate()
1532 (deUint32)attachmentDescriptions.size(), // attachmentCount in iterate()
1533 &attachmentDescriptions[0], // pAttachments in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp128 … convertAttachmentDescriptions (const std::vector<VkAttachmentDescription>& attachmentDescriptions) in convertAttachmentDescriptions() argument
132 attachmentDescriptions2.reserve(attachmentDescriptions.size()); in convertAttachmentDescriptions()
134 for (size_t adNdx = 0; adNdx < attachmentDescriptions.size(); ++adNdx) in convertAttachmentDescriptions()
136 const VkAttachmentDescription& attachmentDescription = attachmentDescriptions[adNdx]; in convertAttachmentDescriptions()
298 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass() local
301 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
303 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
305 attachmentDescriptions.push_back(colorResolveAttachmentDescription); in makeRenderPass()
307 attachmentDescriptions.push_back(depthStencilResolveAttachmentDescription); in makeRenderPass()
365 …escription2> attachmentDescriptions2 = convertAttachmentDescriptions(attachmentDescriptions); in makeRenderPass()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1098 std::vector<VkAttachmentDescription2> attachmentDescriptions; in makeRenderPass() local
1101 attachmentDescriptions.push_back(colorAttachmentDescription); in makeRenderPass()
1103 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
1105 attachmentDescriptions.push_back(resolveAttachmentDescription); in makeRenderPass()
1107 attachmentDescriptions.push_back(resolveDepthStencilAttachmentDescription); in makeRenderPass()
1177 …(deUint32)attachmentDescriptions.size(), // deUint32 attachmentCo… in makeRenderPass()
1178attachmentDescriptions.size() > 0 ? &attachmentDescriptions[0] : DE_NULL, // const VkAttachmentDes… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp219 const AttachmentDesc attachmentDescriptions[] = in makeRenderPass() local
301attachmentDescriptions, // const VkAttachmentDescription* pAttachments; || const V… in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp704 std::vector<VkAttachmentDescription> attachmentDescriptions; in createRenderPass() local
705 attachmentDescriptions.push_back(colorAttachmentDescription); in createRenderPass()
732 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount in createRenderPass()
733 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp820 std::vector<VkAttachmentDescription2> attachmentDescriptions; in iterate() local
837 attachmentDescriptions.push_back(colorAttachmentDesc); in iterate()
869 attachmentDescriptions.push_back(dsAttachmentDesc); in iterate()
907 static_cast<uint32_t>(attachmentDescriptions.size()), // uint32_t attachmentCount; in iterate()
908 de::dataOrNull(attachmentDescriptions), // const VkAttachmentDescription* pAttachments; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp590 …const std::vector<VkAttachmentDescription> attachmentDescriptions = { colorAttachmentDescription,… in makeMultidrawRenderPass() local
678 …static_cast<deUint32>(attachmentDescriptions.size()), // deUint32 attachm… in makeMultidrawRenderPass()
679 de::dataOrNull(attachmentDescriptions), // const VkAttachmentDescription* pAttachments in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp540 std::vector<VkAttachmentDescription2> attachmentDescriptions in buildComplexRenderPass() local
606 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount in buildComplexRenderPass()
607 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments in buildComplexRenderPass()

12