/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 573 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() 612 …attachmentDescriptions.size() > 0 ? &attachmentDescriptions[0] : DE_NULL, // const VkAttachmentDes… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 404 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 …]
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 669 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()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 340 …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()
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 194 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()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 104 const AttachmentDesc attachmentDescriptions[] = in createRenderPass() local 217 attachmentDescriptions, // const VkAttachmentDescription* pAttachments in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 273 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/ |
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 726 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()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 125 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 …]
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 995 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 …]
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 407 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() 446 …attachmentDescriptions.size() > 0 ? &attachmentDescriptions[0] : DE_NULL, // const VkAttachmentDes… in makeRenderPass()
|
D | vktPipelineStencilExportTests.cpp | 163 VkAttachmentDescription attachmentDescriptions[] = in makeTestRenderPass() local 246 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments; in makeTestRenderPass()
|
D | vktPipelineColorWriteEnableTests.cpp | 564 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()
|
D | vktPipelineRenderToImageTests.cpp | 454 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription); in makeRenderPass() local 470 …attachmentDescriptions.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()
|
D | vktPipelineMultisampleTests.cpp | 3524 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/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 645 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()
|
D | vktAttachmentRateTests.cpp | 391 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() 412 …attachmentDescriptions[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() 428 …attachmentDescriptions[3].initialLayout = VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL… in buildRenderPass() 437 attachmentDescriptions.data(), // const VkAttachmentDescription2* pAttachments; in buildRenderPass()
|
D | vktFragmentShadingRateBasic.cpp | 1477 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/ |
D | vktImagelessFramebufferTests.cpp | 128 … 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/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 1098 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() 1178 …attachmentDescriptions.size() > 0 ? &attachmentDescriptions[0] : DE_NULL, // const VkAttachmentDes… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 219 const AttachmentDesc attachmentDescriptions[] = in makeRenderPass() local 301 …attachmentDescriptions, // const VkAttachmentDescription* pAttachments; || const V… in makeRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 704 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/ |
D | vktImageDepthStencilDescriptorTests.cpp | 820 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/ |
D | vktDrawMultiExtTests.cpp | 590 …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/ |
D | vktSynchronizationNoneStageTests.cpp | 540 std::vector<VkAttachmentDescription2> attachmentDescriptions in buildComplexRenderPass() local 606 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount in buildComplexRenderPass() 607 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments in buildComplexRenderPass()
|