Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp2848 struct SingleAttachmentTestConfig struct
2850 SingleAttachmentTestConfig (VkFormat format_, in SingleAttachmentTestConfig() argument
2865 SingleAttachmentTestConfig testConfig);
2884 …tTestInstance::SingleAttachmentTestInstance (Context& context, SingleAttachmentTestConfig testConf… in SingleAttachmentTestInstance()
3825 void init (vk::SourceCollections& dst, SingleAttachmentTestConfig testConfig) const in init()
4218 const SingleAttachmentTestConfig testConfig(configs[configIdx].format, renderPassType); in initTests()
4220 …p->addChild(new InstanceFactory1<SingleAttachmentTestInstance, SingleAttachmentTestConfig, SingleA… in initTests()