/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderMatrixTests.cpp | 1150 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc); in init() local 1152 addChild(opGroup); in init() 1174 opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + "float_vertex").c_str(), "Matrix-scalar case", matIn, scalarIn, op, true)); in init() 1175 opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + "float_fragment").c_str(), "Matrix-scalar case", matIn, scalarIn, op, false)); in init() 1184 opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(vecType) + "_vertex").c_str(), "Matrix-vector case", matIn, vecIn, op, true)); in init() 1185 opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(vecType) + "_fragment").c_str(), "Matrix-vector case", matIn, vecIn, op, false)); in init() 1189 opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_vertex").c_str(), "Vector-matrix case", vecIn, matIn, op, true)); in init() 1190 opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_fragment").c_str(), "Vector-matrix case", vecIn, matIn, op, false)); in init() 1197 opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + matTypeName + "_vertex").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, true)); in init() 1198 opGroup in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 736 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str())); in createTests() 750 opGroup->addChild(new SyncTestCase(testCtx, nameSp, data.type, groups[groupNdx].syncPrimitive, resource, writeOp, readOp, true, *data.pipelineCacheData)); in createTests() 754 opGroup->addChild(new SyncTestCase(testCtx, name, data.type, groups[groupNdx].syncPrimitive, resource, writeOp, readOp, false, *data.pipelineCacheData)); in createTests() 760 synchGroup->addChild(opGroup.release()); in createTests()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 1222 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str())); in init() 1235 opGroup->addChild(new QueueSubmitSignalOrderSharedTestCase(m_testCtx, in init() 1250 addChild(opGroup.release()); in init() 1760 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str())); in init() 1768 opGroup->addChild(new QueueSubmitSignalOrderTestCase(m_testCtx, in init() 1780 addChild(opGroup.release()); in init()
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1197 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str())); in initCommonTests() 1206 opGroup->addChild(new DeviceHostSyncTestCase(m_testCtx, name, m_type, resource, writeOp, readOp, m_pipelineCacheData)); in initCommonTests() 1211 addChild(opGroup.release()); in initCommonTests() 1837 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str())); in init() 1846 opGroup->addChild(new WaitBeforeSignalTestCase(m_testCtx, name, m_type, resource, writeOp, readOp, m_pipelineCacheData)); in init() 1851 addChild(opGroup.release()); in init() 2338 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str())); in init() 2347 opGroup->addChild(new OneToNTestCase(m_testCtx, name, m_type, resource, writeOp, readOp, m_pipelineCacheData)); in init() 2352 addChild(opGroup.release()); in init()
|
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 995 MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str())); in createTests() 1015 opGroup->addChild(new BaseTestCase(testCtx, name, data.type, groups[groupNdx].syncPrimitive, resource, writeOp, readOp, sharingMode, *data.pipelineCacheData)); in createTests() 1020 synchGroup->addChild(opGroup.release()); in createTests()
|
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1403 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str())); in createTests() 1424 opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, Progs(), config)); in createTests() 1432 dedicatedGroup->addChild(opGroup.release()); in createTests()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1886 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str())); in createTests() 1906 opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, Progs(), config)); in createTests() 1913 group->addChild(opGroup.release()); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 736 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() 745 opGroup->addChild(new SyncTestCase(testCtx, name, "", data.type, groups[groupNdx].syncPrimitive, resource, writeOp, readOp, *data.pipelineCacheData)); in createTests() 750 synchGroup->addChild(opGroup.release()); in createTests()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 1203 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), "")); in init() 1216 opGroup->addChild(new QueueSubmitSignalOrderSharedTestCase(m_testCtx, in init() 1231 addChild(opGroup.release()); in init() 1740 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), "")); in init() 1748 opGroup->addChild(new QueueSubmitSignalOrderTestCase(m_testCtx, in init() 1760 addChild(opGroup.release()); in init()
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1192 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), "")); in initCommonTests() 1201 opGroup->addChild(new DeviceHostSyncTestCase(m_testCtx, name, "", m_type, resource, writeOp, readOp, m_pipelineCacheData)); in initCommonTests() 1206 addChild(opGroup.release()); in initCommonTests() 1837 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), "")); in init() 1846 opGroup->addChild(new WaitBeforeSignalTestCase(m_testCtx, name, "", m_type, resource, writeOp, readOp, m_pipelineCacheData)); in init() 1851 addChild(opGroup.release()); in init() 2328 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), "")); in init() 2337 opGroup->addChild(new OneToNTestCase(m_testCtx, name, "", m_type, resource, writeOp, readOp, m_pipelineCacheData)); in init() 2342 addChild(opGroup.release()); in init()
|
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 981 MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() 1001 opGroup->addChild(new BaseTestCase(testCtx, name, "", data.type, groups[groupNdx].syncPrimitive, resource, writeOp, readOp, sharingMode, *data.pipelineCacheData)); in createTests() 1006 synchGroup->addChild(opGroup.release()); in createTests()
|
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 1394 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() 1415 opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, "", Progs(), config)); in createTests() 1423 dedicatedGroup->addChild(opGroup.release()); in createTests()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1885 de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests() 1905 opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, name, "", Progs(), config)); in createTests() 1912 group->addChild(opGroup.release()); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 866 de::MovePtr<tcu::TestCaseGroup> opGroup{new tcu::TestCaseGroup{testCtx, opType.second.c_str(), opDesc.c_str()}}; in createTrinaryMinMaxGroup() 893 opGroup->addChild(typeGroup.release()); in createTrinaryMinMaxGroup() 896 group->addChild(opGroup.release()); in createTrinaryMinMaxGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 866 de::MovePtr<tcu::TestCaseGroup> opGroup{new tcu::TestCaseGroup{testCtx, opType.second.c_str(), opDesc.c_str()}}; in createTrinaryMinMaxGroup() 893 opGroup->addChild(typeGroup.release()); in createTrinaryMinMaxGroup() 896 group->addChild(opGroup.release()); in createTrinaryMinMaxGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 2057 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name); in init() local 2059 addChild(opGroup); in init() 2069 opGroup->addChild(inGroup); in init() 2072 inGroup = opGroup; in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderMatrixTests.cpp | 1867 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc); in init() local 1869 addChild(opGroup); in init() 1879 opGroup->addChild(inGroup); in init() 1882 inGroup = opGroup; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 2039 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc); in init() local 2041 addChild(opGroup); in init() 2051 opGroup->addChild(inGroup); in init() 2054 inGroup = opGroup; in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1907 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); 1908 binaryOpsGroup->addChild(opGroup); 1915 opGroup->addChild(shaderGroup);
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1899 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); 1900 binaryOpsGroup->addChild(opGroup); 1907 opGroup->addChild(shaderGroup);
|