Searched refs:operationGroup (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 906 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 961 …operationGroup->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/ |
D | es31fAtomicCounterTests.cpp | 1339 …TestCaseGroup* operationGroup = new TestCaseGroup(m_context, operationToName(operation, useBranch)… in AtomicCounterTests() local 1369 …operationGroup->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 1447 …operationGroup->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/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 1206 …de::MovePtr<tcu::TestCaseGroup> operationGroup (new tcu::TestCaseGroup(testCtx, getAtomicOperatio… in createShaderImageAccessTests() local 1215 …operationGroup->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/ |
D | vktImageAtomicOperationTests.cpp | 1947 …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()
|