Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCaseUtil.hpp293 inline TestCase *createFunctionCaseWithPrograms(tcu::TestContext &testCtx, const std::string &name, in createFunctionCaseWithPrograms() function
301 inline TestCase *createFunctionCaseWithPrograms(tcu::TestContext &testCtx, const std::string &name, in createFunctionCaseWithPrograms() function
331 TestCase *createFunctionCaseWithPrograms(tcu::TestContext &testCtx, const std::string &name, in createFunctionCaseWithPrograms() function
341 TestCase *createFunctionCaseWithPrograms(tcu::TestContext &testCtx, const std::string &name, in createFunctionCaseWithPrograms() function
369 …group->addChild(createFunctionCaseWithPrograms(group->getTestContext(), name, initPrograms, testFu… in addFunctionCaseWithPrograms()
377createFunctionCaseWithPrograms(group->getTestContext(), name, checkSupport, initPrograms, testFunc… in addFunctionCaseWithPrograms()
407 …group->addChild(createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), name, initPrograms, … in addFunctionCaseWithPrograms()
416 …group->addChild(createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), name, checkSupport, … in addFunctionCaseWithPrograms()
426createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), type, name, initPrograms, testFunc, … in addFunctionCaseWithPrograms()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp2413 …return createFunctionCaseWithPrograms(testCtx, name, checkSupportCase, initPrograms, test, caseDef… in makeTessCoordRangeTest()
2421 …return createFunctionCaseWithPrograms(testCtx, name, checkSupportCase, initPrograms, test, caseDef… in makeOneMinusTessCoordTest()