Home
last modified time | relevance | path

Searched refs:SeparateChannelsTestConfig (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp2271 struct SeparateChannelsTestConfig struct
2273 SeparateChannelsTestConfig (VkFormat format_, in SeparateChannelsTestConfig() function
2288 SeparateChannelsTestConfig testConfig);
2307 …sTestInstance::SeparateChannelsTestInstance (Context& context, SeparateChannelsTestConfig testConf… in SeparateChannelsTestInstance()
3788 void init (vk::SourceCollections& dst, SeparateChannelsTestConfig testConfig) const in init()
4191 const SeparateChannelsTestConfig testConfig(configs[configIdx].format, renderPassType); in initTests()
4193 …p->addChild(new InstanceFactory1<SeparateChannelsTestInstance, SeparateChannelsTestConfig, Separat… in initTests()