Home
last modified time | relevance | path

Searched refs:subpassDescriptions (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderUtil.cpp227 vector <SubpassDesc> subpassDescriptions; in makeRenderPass() local
250 subpassDescriptions.push_back(subpassDescription); in makeRenderPass()
303 …&subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSu… in makeRenderPass()
432 vector <SubpassDesc> subpassDescriptions; in makeRenderPassWithAttachments() local
454 subpassDescriptions.push_back(subpassDescription); in makeRenderPassWithAttachments()
501 …&subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSu… in makeRenderPassWithAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp227 vector <SubpassDesc> subpassDescriptions; in makeRenderPass() local
250 subpassDescriptions.push_back(subpassDescription); in makeRenderPass()
303 …&subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSu… in makeRenderPass()
432 vector <SubpassDesc> subpassDescriptions; in makeRenderPassWithAttachments() local
454 subpassDescriptions.push_back(subpassDescription); in makeRenderPassWithAttachments()
501 …&subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; || const VkSu… in makeRenderPassWithAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
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()
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()
DvktRenderPassFragmentDensityMapTests.cpp427 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceDynamicDensityMap() local
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() local
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() local
729 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassOutputSubsampledImage()
[all …]
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()
DvktRenderPassUnusedAttachmentTests.cpp170 const SubpassDesc subpassDescriptions[] = in createRenderPass() local
220 subpassDescriptions, // const VkSubpassDescription* pSubpasses in createRenderPass()
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/renderpass/
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()
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()
DvktRenderPassFragmentDensityMapTests.cpp427 std::vector<SubpassDesc> subpassDescriptions in createRenderPassProduceDynamicDensityMap() local
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() local
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() local
729 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount in createRenderPassOutputSubsampledImage()
[all …]
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()
DvktRenderPassUnusedAttachmentTests.cpp170 const SubpassDesc subpassDescriptions[] = in createRenderPass() local
220 subpassDescriptions, // const VkSubpassDescription* pSubpasses in createRenderPass()
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/draw/
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 subpassCo… in makeMultidrawRenderPass()
692 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
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 subpassCo… in makeMultidrawRenderPass()
692 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
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/ray_query/
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_no_buildgn/vulkan/mesh_shader/
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 subpassCo… in createCustomRenderPass()
256 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in createCustomRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
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 subpassCo… in createCustomRenderPass()
256 de::dataOrNull(subpassDescriptions), // const VkSubpassDescription* pSubpasses in createCustomRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp582 std::vector<VkSubpassDescription2> subpassDescriptions in buildComplexRenderPass() local
608 (deUint32)subpassDescriptions.size(), // deUint32 subpassCount in buildComplexRenderPass()
609 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in buildComplexRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp582 std::vector<VkSubpassDescription2> subpassDescriptions in buildComplexRenderPass() local
608 (deUint32)subpassDescriptions.size(), // deUint32 subpassCount in buildComplexRenderPass()
609 subpassDescriptions.data(), // const VkSubpassDescription* pSubpasses in buildComplexRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp383 std::vector<VkSubpassDescription2> subpassDescriptions(subpassCount, { in buildRenderPass() local
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_no_buildgn/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp383 std::vector<VkSubpassDescription2> subpassDescriptions(subpassCount, { in buildRenderPass() local
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_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp462 const VkSubpassDescription subpassDescriptions[] = in makeRenderPass() local
506 DE_LENGTH_OF_ARRAY(subpassDescriptions), // deUint32 subpassCount; in makeRenderPass()
507 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; in makeRenderPass()
539 const VkSubpassDescription subpassDescriptions[] = in makeSingleAttachmentRenderPass() local
561 DE_LENGTH_OF_ARRAY(subpassDescriptions), // deUint32 subpassCount; in makeSingleAttachmentRenderPass()
562 &subpassDescriptions[0], // const VkSubpassDescription* pSubpasses; in makeSingleAttachmentRenderPass()

12