Home
last modified time | relevance | path

Searched refs:operationGroup (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp906 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name, "")); in createDynamicStateComputeTests() local
927 operationGroup->addChild(stateGroup.release()); in createDynamicStateComputeTests()
930 singleStateGroup->addChild(operationGroup.release()); in createDynamicStateComputeTests()
942 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name, "")); in createDynamicStateComputeTests() local
961operationGroup->addChild(new DynamicStateComputeCase(testCtx, moments[momentIdx].name, "", testPar… in createDynamicStateComputeTests()
964 multiStateGroup->addChild(operationGroup.release()); in createDynamicStateComputeTests()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAtomicCounterTests.cpp1339 …TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, useBranch)… in AtomicCounterTests() local
1369operationGroup->addChild(new AtomicCounterTest(m_context, specToTestName(spec).c_str(), specToTest… in AtomicCounterTests()
1374 addChild(operationGroup); in AtomicCounterTests()
1411 …TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, false).c_s… in AtomicCounterTests() local
1447operationGroup->addChild(new AtomicCounterTest(m_context, specToTestName(spec).c_str(), specToTest… in AtomicCounterTests()
1451 layoutQualifierGroup->addChild(operationGroup); in AtomicCounterTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp1206 …de::MovePtr<tcu::TestCaseGroup> operationGroup (new tcu::TestCaseGroup(testCtx, getAtomicOperatio… in createShaderImageAccessTests() local
1215operationGroup->addChild(new ImageAccessTestCase(testCtx, formats[formatNdx].name, "", Params(shad… in createShaderImageAccessTests()
1218 accessTypeGroup->addChild(operationGroup.release()); in createShaderImageAccessTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp1947 …de::MovePtr<tcu::TestCaseGroup> operationGroup(new tcu::TestCaseGroup(testCtx, getAtomicOperationC… in createImageAtomicOperationTests() local
2032 operationGroup->addChild(imageTypeGroup.release()); in createImageAtomicOperationTests()
2035 imageAtomicOperationsTests->addChild(operationGroup.release()); in createImageAtomicOperationTests()