/external/deqp/modules/gles2/stress/ |
D | es2sMemoryTests.cpp | 58 …tcu::TestCaseGroup *basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local 61 basicGroup->addChild(new MemoryStressCase( in init() 64 basicGroup->addChild(new MemoryStressCase( in init() 67 basicGroup->addChild(new MemoryStressCase( in init() 70 basicGroup->addChild(new MemoryStressCase( in init() 74 basicGroup->addChild(new MemoryStressCase( in init() 77 basicGroup->addChild(new MemoryStressCase( in init() 80 basicGroup->addChild(new MemoryStressCase( in init() 83 basicGroup->addChild(new MemoryStressCase( in init() 87 basicGroup->addChild(new MemoryStressCase( in init() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sMemoryTests.cpp | 60 …tcu::TestCaseGroup *basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local 63 basicGroup->addChild(new MemoryStressCase( in init() 66 basicGroup->addChild(new MemoryStressCase( in init() 69 basicGroup->addChild(new MemoryStressCase( in init() 72 basicGroup->addChild(new MemoryStressCase( in init() 76 basicGroup->addChild(new MemoryStressCase( in init() 79 basicGroup->addChild(new MemoryStressCase( in init() 82 basicGroup->addChild(new MemoryStressCase( in init() 85 basicGroup->addChild(new MemoryStressCase( in init() 89 basicGroup->addChild(new MemoryStressCase( in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 1090 MovePtr<TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic")); in createBasicGeometryShaderTests() local 1093 basicGroup->addChild(new GeometryOutputCountTest(testCtx, "output_10", createPattern(10))); in createBasicGeometryShaderTests() 1094 basicGroup->addChild(new GeometryOutputCountTest(testCtx, "output_128", createPattern(128))); in createBasicGeometryShaderTests() 1096 …basicGroup->addChild(new GeometryOutputCountTest(testCtx, "output_10_and_100", createPattern(10, 1… in createBasicGeometryShaderTests() 1097 …basicGroup->addChild(new GeometryOutputCountTest(testCtx, "output_100_and_10", createPattern(100, … in createBasicGeometryShaderTests() 1098 …basicGroup->addChild(new GeometryOutputCountTest(testCtx, "output_0_and_128", createPattern(0, 128… in createBasicGeometryShaderTests() 1099 …basicGroup->addChild(new GeometryOutputCountTest(testCtx, "output_128_and_0", createPattern(128, 0… in createBasicGeometryShaderTests() 1102 basicGroup->addChild( in createBasicGeometryShaderTests() 1104 basicGroup->addChild( in createBasicGeometryShaderTests() 1106 basicGroup->addChild( in createBasicGeometryShaderTests() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragOpInteractionTests.cpp | 50 …tcu::TestCaseGroup *const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local 55 addChild(basicGroup); in init() 79 basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), in init()
|
D | es3fFboStencilbufferTests.cpp | 254 …tcu::TestCaseGroup *basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic stencil tests"); in init() local 255 addChild(basicGroup); in init() 262 basicGroup->addChild( in init() 266 basicGroup->addChild(new BasicFboStencilCase( in init()
|
D | es3fBufferCopyTests.cpp | 232 …tcu::TestCaseGroup *basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic buffer copy cas… in init() local 233 addChild(basicGroup); in init() 249 … basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, in init()
|
D | es3fFboDepthbufferTests.cpp | 324 … tcu::TestCaseGroup *basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic depth tests"); in init() local 325 addChild(basicGroup); in init() 328 … basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", in init()
|
D | es3fBufferWriteTests.cpp | 553 tcu::TestCaseGroup *const basicGroup = in init() local 555 addChild(basicGroup); in init() 567 …basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init() 660 tcu::TestCaseGroup *const basicGroup = in init() local 662 addChild(basicGroup); in init() 674 …basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
|
D | es3fFragmentOutputTests.cpp | 1075 …tcu::TestCaseGroup *basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic fragment output… in init() local 1076 addChild(basicGroup); in init() 1084 basicGroup->addChild(floatGroup); in init() 1115 basicGroup->addChild(fixedGroup); in init() 1146 basicGroup->addChild(intGroup); in init() 1177 basicGroup->addChild(uintGroup); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFragOpInteractionTests.cpp | 50 …tcu::TestCaseGroup *const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local 55 addChild(basicGroup); in init() 79 basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), in init()
|
D | es2fBufferWriteTests.cpp | 554 tcu::TestCaseGroup *const basicGroup = in init() local 556 addChild(basicGroup); in init() 568 …basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init() 677 tcu::TestCaseGroup *const basicGroup = in init() local 679 addChild(basicGroup); in init() 691 …basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCombinationTests.cpp | 401 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic")); in populateDescriptorCombinationTests() local 402 basicGroup->addChild( in populateDescriptorCombinationTests() 406 topGroup->addChild(basicGroup.release()); in populateDescriptorCombinationTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmCrossStageInterfaceTests.cpp | 2721 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic_type")); in createCrossStageInterfaceTests() local 2728 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "flat", parm)); in createCrossStageInterfaceTests() 2732 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "no_perspective", parm)); in createCrossStageInterfaceTests() 2739 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "relaxedprecision", parm)); in createCrossStageInterfaceTests() 2742 testGroup->addChild(basicGroup.release()); in createCrossStageInterfaceTests()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 987 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic")); in createAllocationTestsCommon() local 1038 basicGroup->addChild(sizeGroup.release()); in createAllocationTestsCommon() 1089 basicGroup->addChild(percentGroup.release()); in createAllocationTestsCommon() 1092 group->addChild(basicGroup.release()); in createAllocationTestsCommon()
|
/external/deqp/modules/gles31/functional/ |
D | es31fAdvancedBlendTests.cpp | 799 …tcu::TestCaseGroup *const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Single qua… in init() local 810 addChild(basicGroup); in init() 863 …basicGroup->addChild(new AdvancedBlendCase(m_context, name, desc, mode, 1, false, RENDERTARGETTYPE… in init()
|
D | es31fGeometryShaderTests.cpp | 6606 … tcu::TestCaseGroup *const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic tests."); in init() local 6620 this->addChild(basicGroup); in init() 6728 basicGroup->addChild( in init() 6730 basicGroup->addChild( in init() 6732 basicGroup->addChild( in init() 6734 basicGroup->addChild( in init() 6736 basicGroup->addChild(new OutputCountCase(m_context, "output_10_and_100", in init() 6739 basicGroup->addChild(new OutputCountCase(m_context, "output_100_and_10", in init() 6742 basicGroup->addChild(new OutputCountCase(m_context, "output_0_and_128", in init() 6745 basicGroup->addChild(new OutputCountCase(m_context, "output_128_and_0", in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktDeviceObjectReservationTests.cpp | 1930 …de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(group->getTestContext(), "basic"… in createDeviceObjectReservationTests() local 1932 basicGroup->addChild( in createDeviceObjectReservationTests() 1934 basicGroup->addChild(new InstanceFactory1<MultipleReservation, TestParams>( in createDeviceObjectReservationTests() 1937 group->addChild(basicGroup.release()); in createDeviceObjectReservationTests()
|