/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 1150 …tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].des… in init() local 1152 addChild(opGroup); in init() 1174 …opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + "float_vertex").c_str(), "Matrix-sc… in init() 1175 …opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + "float_fragment").c_str(), "Matrix-s… in init() 1184 …opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(vecType) + "_vertex"… in init() 1185 …opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(vecType) + "_fragmen… in init() 1189 …opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_vertex").c_str(), "Vector-matri… in init() 1190 …opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_fragment").c_str(), "Vector-matr… in init() 1197 …opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + matTypeName + "_vertex").c_str(), "… in init() 1198 …opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + matTypeName + "_fragment").c_str(), … in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationSingleQueueTests.cpp | 405 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local 414 …opGroup->addChild(new SyncTestCase(testCtx, name, "", groups[groupNdx].syncPrimitive, resource, wr… in createTests() 419 synchGroup->addChild(opGroup.release()); in createTests()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 533 MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local 553 …opGroup->addChild(new BaseTestCase(testCtx, name, "", groups[groupNdx].syncPrimitive, resource, wr… in createTests() 558 synchGroup->addChild(opGroup.release()); in createTests()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1328 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createCrossInstanceSharingTest() local 1342 …opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODET… in createCrossInstanceSharingTest() 1349 dedicatedGroup->addChild(opGroup.release()); in createCrossInstanceSharingTest()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1799 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createWin32KeyedMutexTest() local 1819 …opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tc… in createWin32KeyedMutexTest() 1826 group->addChild(opGroup.release()); in createWin32KeyedMutexTest()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 1852 …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/ |
D | vktShaderRenderMatrixTests.cpp | 2040 …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/ |
D | es2pShaderOperatorTests.cpp | 1899 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/ |
D | es3pShaderOperatorTests.cpp | 1907 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()
|