| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassLoadStoreOpNoneTests.cpp | 105 RenderingType renderingType; member 192 …const VkImageAspectFlags aspectMask = testParams.renderingType == RENDERING_TYPE_RENDERPASS_L… in createRenderPass() 193 …const VkImageAspectFlags depthStencilAspectMask = testParams.renderingType == RENDERING_TYPE_REN… in createRenderPass() 410 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport() 414 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport() 508 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in createCommandBuffer() 638 …DE_ASSERT(m_testParams.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING); // multi subpass tests… in createCommandBuffer() 658 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in createCommandBuffer() 778 if (m_testParams.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) in iterate() 781 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in iterate() [all …]
|
| D | vktRenderPassSampleReadTests.cpp | 258 RenderingType renderingType) in createRenderPass() argument 261 …const VkImageAspectFlagBits aspectFlag ((renderingType == RENDERING_TYPE_RENDERPASS2) ? VK_… in createRenderPass() 416 RenderingType renderingType) in createRenderPass() argument 418 switch (renderingType) in createRenderPass() 421 …Dependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass() 423 …Dependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass() 734 , renderingType (renderingType_) in TestConfig() 741 RenderingType renderingType; member 800 …((config.renderingType != RENDERING_TYPE_RENDERPASS2) || context.requireDeviceFunctionality("VK_KH… in SampleReadTestInstance() 801 , m_renderingType (config.renderingType) in SampleReadTestInstance() [all …]
|
| D | vktRenderPassUnusedClearAttachmentTests.cpp | 165 , renderingType(renderingType_) in TestParams() 172 RenderingType renderingType; member 255 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport() 259 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport() 687 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedClearAttachmentTestInstance() 689 else if (testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedClearAttachmentTestInstance() 693 if (testParams.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) in UnusedClearAttachmentTestInstance() 797 if (testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in UnusedClearAttachmentTestInstance() 827 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedClearAttachmentTestInstance() 873 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in createCommandBuffer() [all …]
|
| D | vktRenderPassSparseRenderTargetTests.cpp | 260 const RenderingType renderingType) in createRenderPass() argument 262 switch (renderingType) in createRenderPass() 394 , renderingType (renderingType_) in TestConfig() 399 RenderingType renderingType; member 442 , m_renderingType (testConfig.renderingType) in SparseRenderTargetTestInstance() 451 …eRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.renderingType)) in SparseRenderTargetTestInstance() 700 if (config.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport() 703 if (config.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport() 707 void initTests (tcu::TestCaseGroup* group, const RenderingType renderingType) in initTests() argument 767 const TestConfig testConfig (format, renderingType); in initTests()
|
| D | vktRenderPassUnusedAttachmentTests.cpp | 68 RenderingType renderingType; member 103 …const VkImageAspectFlags aspectMask = testParams.renderingType == RENDERING_TYPE_RENDERPASS_L… in createRenderPass() 363 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedAttachmentTestInstance() 580 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedAttachmentTestInstance() 832 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedAttachmentTestInstance() 969 …reateRenderPassUnusedAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType) in createRenderPassUnusedAttachmentTests() argument 1007 params.renderingType = renderingType; in createRenderPassUnusedAttachmentTests()
|
| D | vktRenderPassTests.cpp | 124 , renderingType (renderingType_) in TestConfigExternal() 129 RenderingType renderingType; member 773 , renderingType (renderingType_) in TestConfig() 796 RenderingType renderingType; member 3040 RenderingType renderingType) in pushRenderPassCommands() argument 3042 switch (renderingType) in pushRenderPassCommands() 4993 if (config.renderingType == RENDERING_TYPE_RENDERPASS2) in renderPassTest() 4996 if (config.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in renderPassTest() 5117 if (config.renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) in renderPassTest() 5118 renderPass = createRenderPass(vk, device, renderPassInfo, config.renderingType); in renderPassTest() [all …]
|
| D | vktRenderPassSubpassDependencyTests.cpp | 393 , renderingType (renderingType_) in ExternalTestConfig() 402 RenderingType renderingType; member 430 const RenderingType renderingType, 499 …, m_renderPass2Supported ((testConfig.renderingType == RENDERING_TYPE_RENDERPASS2) && context.req… in ExternalDependencyTestInstance() 501 , m_renderingType (testConfig.renderingType) in ExternalDependencyTestInstance() 511 …Interface(), context.getDevice(), testConfig.renderPasses, testConfig.renderingType, testConfig.sy… in ExternalDependencyTestInstance() 615 const RenderingType renderingType, in createRenderPasses() argument 622 …renderPasses.push_back(makeSharedPtr(createRenderPass(vkd, device, renderPassInfo, renderingType, … in createRenderPasses() 997 , renderingType (renderingType_) in SubpassTestConfig() 1004 RenderingType renderingType; member [all …]
|
| D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 76 RenderingType renderingType; member 246 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport() 377 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in InputAttachmentSparseFillingTestInstance() 557 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in InputAttachmentSparseFillingTestInstance() 668 …const VkImageAspectFlags aspectMask = m_testParams.renderingType == RENDERING_TYPE_RENDERPASS… in createRenderPass() 791 …ssUnusedAttachmentSparseFillingTests (tcu::TestContext& testCtx, const RenderingType renderingType) in createRenderPassUnusedAttachmentSparseFillingTests() argument 808 TestParams testParams{ renderingType, activeInputAttachmentCount[attachmentNdx] }; in createRenderPassUnusedAttachmentSparseFillingTests()
|
| D | vktRenderPassMultisampleTests.cpp | 539 RenderingType renderingType, in createRenderPass() argument 570 …(renderingType == RENDERING_TYPE_RENDERPASS2) // || VkImageAspectFlags aspe… in createRenderPass() 761 const RenderingType renderingType, in createRenderPass() argument 764 switch (renderingType) in createRenderPass() 767 …enderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType, separateStenc… in createRenderPass() 769 …enderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType, separateStenc… in createRenderPass() 1232 , renderingType (renderingType_) in TestConfig() 1239 RenderingType renderingType; member 1269 bool isExtensionSupported(Context& context, RenderingType renderingType, TestSeparateUsage separate… in isExtensionSupported() argument 1271 if (renderingType == RENDERING_TYPE_RENDERPASS2) in isExtensionSupported() [all …]
|
| D | vktRenderPassUnusedAttachmentTests.hpp | 36 …eateRenderPassUnusedAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType);
|
| D | vktRenderPassUnusedClearAttachmentTests.hpp | 35 …enderPassUnusedClearAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType);
|
| D | vktRenderPassFragmentDensityMapTests.hpp | 34 …tCaseGroup* createFragmentDensityMapTests (tcu::TestContext& testCtx, RenderingType renderingType);
|
| D | vktRenderPassLoadStoreOpNoneTests.hpp | 35 …reateRenderPassLoadStoreOpNoneTests (tcu::TestContext& testCtx, const RenderingType renderingType);
|
| D | vktRenderPassUnusedAttachmentSparseFillingTests.hpp | 36 …sUnusedAttachmentSparseFillingTests (tcu::TestContext& testCtx, const RenderingType renderingType);
|
| D | vktRenderPassMultisampleResolveTests.cpp | 120 RenderingType renderingType; member 211 , m_renderingType (config.renderingType) in MultisampleRenderPassTestBase() 604 void submitSwitch (RenderingType renderingType); 899 void MultisampleRenderPassTestInstance::submitSwitch (RenderingType renderingType) in submitSwitch() argument 901 switch (renderingType) in submitSwitch() 1721 void submitSwitch (RenderingType renderingType); 1730 Move<VkRenderPass> createRenderPassSwitch (const RenderingType renderingType); 1778 , m_renderPass (createRenderPassSwitch(config.renderingType)) in MaxAttachmenstsRenderPassTestInstance() 1976 void MaxAttachmenstsRenderPassTestInstance::submitSwitch (RenderingType renderingType) in submitSwitch() argument 1978 switch (renderingType) in submitSwitch() [all …]
|
| D | vktRenderPassFragmentDensityMapTests.cpp | 99 RenderingType renderingType; member 1325 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport() 1440 bool isDynamicRendering = m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING; in FragmentDensityMapTestInstance() 1580 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in FragmentDensityMapTestInstance() 2258 static void createChildren (tcu::TestCaseGroup* fdmTests, RenderingType renderingType) in createChildren() argument 2315 if ((renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) && view.viewCount > 1) in createChildren() 2321 if ((renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) && render.makeCopy) in createChildren() 2351 renderingType // RenderingType renderingType; in createChildren() 2413 renderingType // RenderingType renderingType; in createChildren() 2418 if (renderingType == RENDERING_TYPE_RENDERPASS2) in createChildren() [all …]
|
| D | vktRenderPassTestsUtil.cpp | 823 RenderingType renderingType, in createRenderPass() argument 826 switch (renderingType) in createRenderPass()
|
| D | vktRenderPassTestsUtil.hpp | 425 RenderingType renderingType,
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
| D | vktMultiViewRenderTests.cpp | 109 RenderingType renderingType; member 119 RenderingType renderingType, in makeRenderPass() argument 124 switch (renderingType) in makeRenderPass() 139 RenderingType renderingType) in makeRenderPassWithAttachments() argument 141 switch (renderingType) in makeRenderPassWithAttachments() 157 RenderingType renderingType) in makeRenderPassWithDepth() argument 159 switch (renderingType) in makeRenderPassWithDepth() 178 …nderPassBeginInfo* pRenderPassBegin, const VkSubpassContents contents, RenderingType renderingType) in cmdBeginRenderPass() argument 180 switch (renderingType) in cmdBeginRenderPass() 197 …ace& vkd, VkCommandBuffer cmdBuffer, const VkSubpassContents contents, RenderingType renderingType) in cmdNextSubpass() argument [all …]
|