Searched refs:createFunctionCaseWithPrograms (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 145 inline TestCase* createFunctionCaseWithPrograms (tcu::TestContext& testCtx, in createFunctionCaseWithPrograms() function 169 TestCase* createFunctionCaseWithPrograms (tcu::TestContext& testCtx, in createFunctionCaseWithPrograms() function 197 …group->addChild(createFunctionCaseWithPrograms(group->getTestContext(), tcu::NODETYPE_SELF_VALIDAT… in addFunctionCaseWithPrograms() 229 …group->addChild(createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_V… in addFunctionCaseWithPrograms() 241 …group->addChild(createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), type, name, desc, in… in addFunctionCaseWithPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationInvarianceTests.cpp | 2126 …return createFunctionCaseWithPrograms(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, description, ini… in makeTessCoordRangeTest() 2132 …return createFunctionCaseWithPrograms(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, description, ini… in makeOneMinusTessCoordTest()
|