Searched refs:createFunctionCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 136 inline TestCase* createFunctionCase (tcu::TestContext& testCtx, in createFunctionCase() function 157 TestCase* createFunctionCase (tcu::TestContext& testCtx, in createFunctionCase() function 188 …group->addChild(createFunctionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, des… in addFunctionCase() 207 …group->addChild(createFunctionCase<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, nam… in addFunctionCase() 218 …group->addChild(createFunctionCase<Arg0>(group->getTestContext(), type, name, desc, testFunc, arg0… in addFunctionCase()
|