Home
last modified time | relevance | path

Searched refs:matchGroup (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp611 de::MovePtr<tcu::TestCaseGroup> matchGroup(new tcu::TestCaseGroup(testCtx, matchControls[matchIdx].name)); in createPipelineIdentifierTests()
617 addFunctionCaseWithPrograms(matchGroup.get(), cardinalities[cardIdx].name, pipelineTypes[pipelineIdx].initPrograms, pipelineTypes[pipelineIdx].testFunction, testParams); in createPipelineIdentifierTests()
619 typeGroup->addChild(matchGroup.release()); in createPipelineIdentifierTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp610 de::MovePtr<tcu::TestCaseGroup> matchGroup(new tcu::TestCaseGroup(testCtx, matchControls[matchIdx].name, "")); in createPipelineIdentifierTests()
616 addFunctionCaseWithPrograms(matchGroup.get(), cardinalities[cardIdx].name, "", pipelineTypes[pipelineIdx].initPrograms, pipelineTypes[pipelineIdx].testFunction, testParams); in createPipelineIdentifierTests()
618 typeGroup->addChild(matchGroup.release()); in createPipelineIdentifierTests()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp110 bool matchGroup; in iterate() local
117 matchGroup = caseListFilter->checkTestGroupName(curCase.path); in iterate()
120 if ((matchGroup == (curCase.expected == MatchCase::MATCH_GROUP)) && in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp3159 GroupPtr matchGroup (new tcu::TestCaseGroup(testCtx, matchGroupName)); in createImageExtendOperandsTests()
3177 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testType.testType)); in createImageExtendOperandsTests()
3180 testTypeGroup->addChild(matchGroup.release()); in createImageExtendOperandsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp3099 GroupPtr matchGroup (new tcu::TestCaseGroup(testCtx, matchGroupName, "")); in createImageExtendOperandsTests()
3117 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testType.testType)); in createImageExtendOperandsTests()
3120 testTypeGroup->addChild(matchGroup.release()); in createImageExtendOperandsTests()

Completed in 16 milliseconds