Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp955 …de::MovePtr<tcu::TestCaseGroup> operationGroup(new tcu::TestCaseGroup(testCtx, getAtomicOperationC… in createImageAtomicOperationTests() local
978 operationGroup->addChild(imageTypeGroup.release()); in createImageAtomicOperationTests()
981 imageAtomicOperationsTests->addChild(operationGroup.release()); in createImageAtomicOperationTests()