Home
last modified time | relevance | path

Searched refs:opGroup (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp1150 …tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].des… in init() local
1152 addChild(opGroup); in init()
1174opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + "float_vertex").c_str(), "Matrix-sc… in init()
1175opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + "float_fragment").c_str(), "Matrix-s… in init()
1184opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(vecType) + "_vertex"… in init()
1185opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(vecType) + "_fragmen… in init()
1189opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_vertex").c_str(), "Vector-matri… in init()
1190opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_fragment").c_str(), "Vector-matr… in init()
1197opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + matTypeName + "_vertex").c_str(), "… in init()
1198opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + matTypeName + "_fragment").c_str(), … in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationSingleQueueTests.cpp405 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local
414opGroup->addChild(new SyncTestCase(testCtx, name, "", groups[groupNdx].syncPrimitive, resource, wr… in createTests()
419 synchGroup->addChild(opGroup.release()); in createTests()
DvktSynchronizationOperationMultiQueueTests.cpp533 MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local
553opGroup->addChild(new BaseTestCase(testCtx, name, "", groups[groupNdx].syncPrimitive, resource, wr… in createTests()
558 synchGroup->addChild(opGroup.release()); in createTests()
DvktSynchronizationCrossInstanceSharingTests.cpp1328 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createCrossInstanceSharingTest() local
1342opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODET… in createCrossInstanceSharingTest()
1349 dedicatedGroup->addChild(opGroup.release()); in createCrossInstanceSharingTest()
DvktSynchronizationWin32KeyedMutexTests.cpp1799 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createWin32KeyedMutexTest() local
1819opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tc… in createWin32KeyedMutexTest()
1826 group->addChild(opGroup.release()); in createWin32KeyedMutexTest()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1852 …tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].des… in init() local
1854 addChild(opGroup); in init()
1864 opGroup->addChild(inGroup); in init()
1867 inGroup = opGroup; in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp2040 …tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].des… in init() local
2042 addChild(opGroup); in init()
2052 opGroup->addChild(inGroup); in init()
2055 inGroup = opGroup; in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1899 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); in init() local
1900 binaryOpsGroup->addChild(opGroup); in init()
1907 opGroup->addChild(shaderGroup); in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1907 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); in init() local
1908 binaryOpsGroup->addChild(opGroup); in init()
1915 opGroup->addChild(shaderGroup); in init()