Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp119 struct TestConfigExternal struct
121 TestConfigExternal (AllocationKind allocationKind_, in TestConfigExternal() function
5234 void addAttachmentTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal) in addAttachmentTests()
5463 void addAttachmentWriteMaskTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExt… in addAttachmentWriteMaskTests()
5560 void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigEx… in addAttachmentAllocationTests()
6217 void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal) in addSimpleTests()
6589 void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal) in addFormatTests()
7527 const TestConfigExternal testConfigExternal (allocationKind, renderingType); in addRenderPassTests()