Searched refs:matchGroup (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineIdentifierTests.cpp | 611 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 D | vktPipelineIdentifierTests.cpp | 610 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 D | ditFrameworkTests.cpp | 110 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 D | vktImageLoadStoreTests.cpp | 3159 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 D | vktImageLoadStoreTests.cpp | 3099 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