/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 | vktSynchronizationTimelineSemaphoreTests.cpp | 1176 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in initCommonTests() local 1185 …opGroup->addChild(new DeviceHostSyncTestCase(m_testCtx, name, "", m_type, resource, writeOp, readO… in initCommonTests() 1190 addChild(opGroup.release()); in initCommonTests() 1754 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init() local 1763 …opGroup->addChild(new WaitBeforeSignalTestCase(m_testCtx, name, "", m_type, resource, writeOp, rea… in init() 1768 addChild(opGroup.release()); in init() 2230 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init() local 2239 …opGroup->addChild(new OneToNTestCase(m_testCtx, name, "", m_type, resource, writeOp, readOp, m_pip… in init() 2244 addChild(opGroup.release()); in init()
|
D | vktSynchronizationSignalOrderTests.cpp | 1201 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init() local 1214 opGroup->addChild(new QueueSubmitSignalOrderSharedTestCase(m_testCtx, in init() 1229 addChild(opGroup.release()); in init() 1740 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init() local 1748 opGroup->addChild(new QueueSubmitSignalOrderTestCase(m_testCtx, in init() 1760 addChild(opGroup.release()); in init()
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 717 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local 726 …opGroup->addChild(new SyncTestCase(testCtx, name, "", data.type, groups[groupNdx].syncPrimitive, r… in createTests() 731 synchGroup->addChild(opGroup.release()); in createTests()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 896 MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local 916 …opGroup->addChild(new BaseTestCase(testCtx, name, "", data.type, groups[groupNdx].syncPrimitive, r… in createTests() 921 synchGroup->addChild(opGroup.release()); in createTests()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1371 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local 1386 …opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODET… in createTests() 1394 dedicatedGroup->addChild(opGroup.release()); in createTests()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1880 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() local 1900 …opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tc… in createTests() 1907 group->addChild(opGroup.release()); in createTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTrinaryMinMaxTests.cpp | 866 …de::MovePtr<tcu::TestCaseGroup> opGroup{new tcu::TestCaseGroup{testCtx, opType.second.c_str(), opD… in createTrinaryMinMaxGroup() local 893 opGroup->addChild(typeGroup.release()); in createTrinaryMinMaxGroup() 896 group->addChild(opGroup.release()); in createTrinaryMinMaxGroup()
|
/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()
|