Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp137 class InterfaceMatchingTestInstance : public vkt::TestInstance class
140 InterfaceMatchingTestInstance(Context &context, const TestParamsSp params);
141 virtual ~InterfaceMatchingTestInstance(void) = default;
173 InterfaceMatchingTestInstance::InterfaceMatchingTestInstance(Context &context, const TestParamsSp p… in InterfaceMatchingTestInstance() function in vkt::pipeline::__anon3e9852b40111::InterfaceMatchingTestInstance
183 tcu::TestStatus InterfaceMatchingTestInstance::iterate(void) in iterate()
941 return new InterfaceMatchingTestInstance(context, m_params); in createInstance()