Searched refs:maxAttachmentsTestConfig (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 3152 TestConfig maxAttachmentsTestConfig = testConfig; in initTests() local 3153 maxAttachmentsTestConfig.testType = MAX_ATTACHMENTS; in initTests() 3154 maxAttachmentsTestConfig.attachmentCount = attachmentCount; in initTests() 3156 formatGroup->addChild(new InstanceFactory1WithSupport<MaxAttachmenstsRenderPassTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, maxAttName.c_str(), maxAttachmentsTestConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, maxAttachmentsTestConfig))); in initTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 3111 TestConfig maxAttachmentsTestConfig = testConfig; in initTests() local 3112 maxAttachmentsTestConfig.testType = MAX_ATTACHMENTS; in initTests() 3113 maxAttachmentsTestConfig.attachmentCount = attachmentCount; in initTests() 3115 formatGroup->addChild(new InstanceFactory1WithSupport<MaxAttachmenstsRenderPassTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, maxAttName.c_str(), maxAttName.c_str(), maxAttachmentsTestConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, maxAttachmentsTestConfig))); in initTests()
|
Completed in 12 milliseconds