Home
last modified time | relevance | path

Searched refs:subpassDescriptions (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp227 vector <SubpassDesc> subpassDescriptions; in makeRenderPass() local
250 subpassDescriptions.push_back(subpassDescription); in makeRenderPass()
303 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSubpassDescription2KHR* pSubpasses; in makeRenderPass()
432 vector <SubpassDesc> subpassDescriptions; in makeRenderPassWithAttachments() local
454 subpassDescriptions.push_back(subpassDescription); in makeRenderPassWithAttachments()
501 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSubpassDescription2KHR* pSubpasses; in makeRenderPassWithAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp227 vector <SubpassDesc> subpassDescriptions; in makeRenderPass() local
250 subpassDescriptions.push_back(subpassDescription); in makeRenderPass()
303 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSubpassDescription2KHR* pSubpasses; in makeRenderPass()
432 vector <SubpassDesc> subpassDescriptions; in makeRenderPassWithAttachments() local
454 subpassDescriptions.push_back(subpassDescription); in makeRenderPassWithAttachments()
501 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSubpassDescription2KHR* pSubpasses; in makeRenderPassWithAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassMergeFeedbackTests.cpp145 std::vector<SubpassDescription2> subpassDescriptions; in createRenderPassAndVerify() local
209 subpassDescriptions.emplace_back ( in createRenderPassAndVerify()
273 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassAndVerify()
274 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPassAndVerify()
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp203 std::vector<vk::VkSubpassDescription> subpassDescriptions; in createRenderPass() local
218 subpassDescriptions.emplace_back(subpassDescription); in createRenderPass()
219 subpassDescriptions.emplace_back(subpassDescription); in createRenderPass()
220 subpassDescriptions.emplace_back(subpassDescription); in createRenderPass()
249 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPass()
250 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPass()
H A DvktRenderPassFragmentDensityMapTests.cpp431 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceDynamicDensityMap()
469 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassProduceDynamicDensityMap()
470 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPassProduceDynamicDensityMap()
578 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceSubsampledImage()
608 subpassDescriptions.push_back({ in createRenderPassProduceSubsampledImage()
648 static_cast<deUint32>(subpassDescriptions.size())-1u, // uint32_t srcSubpass in createRenderPassProduceSubsampledImage()
672 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassProduceSubsampledImage()
673 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPassProduceSubsampledImage()
710 std::vector<SubpassDesc> subpassDescriptions in createRenderPassOutputSubsampledImage()
733 static_cast<deUint32>(subpassDescriptions in createRenderPassOutputSubsampledImage()
[all...]
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp702 std::vector<SubpassDesc> subpassDescriptions = in createRenderPass() local
739 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPass()
740 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPass()
H A DvktRenderPassUnusedAttachmentTests.cpp170 const SubpassDesc subpassDescriptions[] = in createRenderPass() local
220 subpassDescriptions, // const VkSubpassDescription* pSubpasses in createRenderPass()
H A DvktRenderPassLoadStoreOpNoneTests.cpp208 std::vector<SubpassDesc> subpassDescriptions; in createRenderPass() local
321 subpassDescriptions.push_back(subpassDescription); in createRenderPass()
345 (deUint32)subpassDescriptions.size(), // deUint32 subpassCount in createRenderPass()
346 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassMergeFeedbackTests.cpp147 std::vector<SubpassDescription2> subpassDescriptions; in createRenderPassAndVerify() local
211 subpassDescriptions.emplace_back ( in createRenderPassAndVerify()
275 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassAndVerify()
276 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPassAndVerify()
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp204 std::vector<vk::VkSubpassDescription> subpassDescriptions; in createRenderPass() local
219 subpassDescriptions.emplace_back(subpassDescription); in createRenderPass()
220 subpassDescriptions.emplace_back(subpassDescription); in createRenderPass()
221 subpassDescriptions.emplace_back(subpassDescription); in createRenderPass()
250 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPass()
251 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPass()
H A DvktRenderPassFragmentDensityMapTests.cpp427 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceDynamicDensityMap()
465 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassProduceDynamicDensityMap()
466 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPassProduceDynamicDensityMap()
574 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceSubsampledImage()
604 subpassDescriptions.push_back({ in createRenderPassProduceSubsampledImage()
644 static_cast<deUint32>(subpassDescriptions.size())-1u, // uint32_t srcSubpass in createRenderPassProduceSubsampledImage()
668 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassProduceSubsampledImage()
669 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPassProduceSubsampledImage()
706 std::vector<SubpassDesc> subpassDescriptions in createRenderPassOutputSubsampledImage()
729 static_cast<deUint32>(subpassDescriptions in createRenderPassOutputSubsampledImage()
[all...]
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp704 std::vector<SubpassDesc> subpassDescriptions = in createRenderPass() local
741 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPass()
742 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPass()
H A DvktRenderPassUnusedAttachmentTests.cpp170 const SubpassDesc subpassDescriptions[] = in createRenderPass() local
220 subpassDescriptions, // const VkSubpassDescription* pSubpasses in createRenderPass()
H A DvktRenderPassLoadStoreOpNoneTests.cpp208 std::vector<SubpassDesc> subpassDescriptions; in createRenderPass() local
321 subpassDescriptions.push_back(subpassDescription); in createRenderPass()
345 (deUint32)subpassDescriptions.size(), // deUint32 subpassCount in createRenderPass()
346 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryPositionFetchTests.cpp274 std::vector<VkSubpassDescription> subpassDescriptions; in makeEmptyRenderPass() local
289 subpassDescriptions.push_back(description); in makeEmptyRenderPass()
298 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount; in makeEmptyRenderPass()
299 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; in makeEmptyRenderPass()
H A DvktRayQueryOpacityMicromapTests.cpp382 std::vector<VkSubpassDescription> subpassDescriptions; in makeEmptyRenderPass() local
398 subpassDescriptions.push_back(description); in makeEmptyRenderPass()
419 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount; in makeEmptyRenderPass()
420 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; in makeEmptyRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryOpacityMicromapTests.cpp377 std::vector<VkSubpassDescription> subpassDescriptions; in makeEmptyRenderPass() local
393 subpassDescriptions.push_back(description); in makeEmptyRenderPass()
414 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount; in makeEmptyRenderPass()
415 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; in makeEmptyRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp621 std::vector<VkSubpassDescription> subpassDescriptions; in makeMultidrawRenderPass() local
623 subpassDescriptions.reserve(layerCount); in makeMultidrawRenderPass()
625 subpassDescriptions.push_back(subpassDescription); in makeMultidrawRenderPass()
637 viewMasks.resize(subpassDescriptions.size()); in makeMultidrawRenderPass()
693 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in makeMultidrawRenderPass()
694 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp206 std::vector<VkSubpassDescription> subpassDescriptions; in createCustomRenderPass() local
208 subpassDescriptions.reserve(numSubpasses); in createCustomRenderPass()
210 subpassDescriptions.push_back(subpassDescription); in createCustomRenderPass()
240 viewMasks.resize(subpassDescriptions.size()); in createCustomRenderPass()
255 static_cast<uint32_t>(subpassDescriptions.size()), // deUint32 subpassCount in createCustomRenderPass()
256 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in createCustomRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp619 std::vector<VkSubpassDescription> subpassDescriptions; in makeMultidrawRenderPass() local
621 subpassDescriptions.reserve(layerCount); in makeMultidrawRenderPass()
623 subpassDescriptions.push_back(subpassDescription); in makeMultidrawRenderPass()
635 viewMasks.resize(subpassDescriptions.size()); in makeMultidrawRenderPass()
691 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in makeMultidrawRenderPass()
692 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp206 std::vector<VkSubpassDescription> subpassDescriptions; in createCustomRenderPass() local
208 subpassDescriptions.reserve(numSubpasses); in createCustomRenderPass()
210 subpassDescriptions.push_back(subpassDescription); in createCustomRenderPass()
240 viewMasks.resize(subpassDescriptions.size()); in createCustomRenderPass()
255 static_cast<uint32_t>(subpassDescriptions.size()), // deUint32 subpassCount in createCustomRenderPass()
256 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in createCustomRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp584 std::vector<VkSubpassDescription2> subpassDescriptions in buildComplexRenderPass()
610 (deUint32)subpassDescriptions.size(), // deUint32 subpassCount in buildComplexRenderPass()
611 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in buildComplexRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp582 std::vector<VkSubpassDescription2> subpassDescriptions in buildComplexRenderPass()
608 (deUint32)subpassDescriptions.size(), // deUint32 subpassCount in buildComplexRenderPass()
609 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in buildComplexRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp383 std::vector<VkSubpassDescription2> subpassDescriptions(subpassCount, { in buildRenderPass()
416 subpassDescriptions[0].pNext = &shadingRateAttachmentInfos[0]; in buildRenderPass()
430 subpassDescriptions[1].pNext = &shadingRateAttachmentInfos[1]; in buildRenderPass()
431 subpassDescriptions[1].pColorAttachments = &colorAttachmentReferences[1]; in buildRenderPass()
447 subpassDescriptions.data(), // const VkSubpassDescription2* pSubpasses; in buildRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp501 std::vector<VkSubpassDescription2> subpassDescriptions(subpassCount, { in buildRenderPass()
534 subpassDescriptions[0].pNext = &shadingRateAttachmentInfos[0]; in buildRenderPass()
548 subpassDescriptions[1].pNext = &shadingRateAttachmentInfos[1]; in buildRenderPass()
549 subpassDescriptions[1].pColorAttachments = &colorAttachmentReferences[1]; in buildRenderPass()
593 for (auto& desc : subpassDescriptions) in buildRenderPass()
605 subpassDescriptions.data(), // const VkSubpassDescription2* pSubpasses; in buildRenderPass()

Completed in 60 milliseconds

12