Home
last modified time | relevance | path

Searched refs:operationGroup (Results 1 – 3 of 3) 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.cpp963 …de::MovePtr<tcu::TestCaseGroup> operationGroup(new tcu::TestCaseGroup(testCtx, getAtomicOperationC… in createImageAtomicOperationTests() local
986 operationGroup->addChild(imageTypeGroup.release()); in createImageAtomicOperationTests()
989 imageAtomicOperationsTests->addChild(operationGroup.release()); in createImageAtomicOperationTests()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp1201 …de::MovePtr<tcu::TestCaseGroup> operationGroup (new tcu::TestCaseGroup(testCtx, getAtomicOperatio… in createShaderImageAccessTests() local
1210operationGroup->addChild(new ImageAccessTestCase(testCtx, formats[formatNdx].name, "", Params(shad… in createShaderImageAccessTests()
1213 accessTypeGroup->addChild(operationGroup.release()); in createShaderImageAccessTests()