Home
last modified time | relevance | path

Searched refs:basicGroup (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sMemoryTests.cpp59 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local
62basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
63basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
64basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
68basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sMemoryTests.cpp61 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local
64basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
66basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
71basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
74basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp1045 MovePtr<TestCaseGroup> basicGroup (new tcu::TestCaseGroup(testCtx, "basic", "Basic tests.")); in createBasicGeometryShaderTests() local
1047basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10", "Output 10 vertices", … in createBasicGeometryShaderTests()
1048basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128", "Output 128 vertices",… in createBasicGeometryShaderTests()
1049basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10_and_100", "Output 10 and 10… in createBasicGeometryShaderTests()
1050basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_100_and_10", "Output 100 and 1… in createBasicGeometryShaderTests()
1051basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_0_and_128", "Output 0 and 128… in createBasicGeometryShaderTests()
1052basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128_and_0", "Output 128 and 0… in createBasicGeometryShaderTests()
1054basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_attribute", "Output … in createBasicGeometryShaderTests()
1055basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_uniform", "Output va… in createBasicGeometryShaderTests()
1056basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_texture", "Output va… in createBasicGeometryShaderTests()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFragOpInteractionTests.cpp50 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local
55 addChild(basicGroup); in init()
79basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.… in init()
Des2fBufferWriteTests.cpp571 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload wi… in init() local
572 addChild(basicGroup); in init()
584basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
687 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_subdata", "Basic g… in init() local
688 addChild(basicGroup); in init()
700basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
/external/deqp/modules/gles3/functional/
Des3fFragOpInteractionTests.cpp50 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local
55 addChild(basicGroup); in init()
79basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.… in init()
Des3fFboStencilbufferTests.cpp257 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic stencil tests"); in init() local
258 addChild(basicGroup); in init()
265basicGroup->addChild(new BasicFboStencilCase(m_context, getFormatName(format), "", format, IVec2(1… in init()
268basicGroup->addChild(new BasicFboStencilCase(m_context, (string(getFormatName(format)) + "_depth")… in init()
Des3fBufferCopyTests.cpp255 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic buffer copy cas… in init() local
256 addChild(basicGroup); in init()
272basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, d… in init()
Des3fBufferWriteTests.cpp586 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload wi… in init() local
587 addChild(basicGroup); in init()
599basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
687 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_subdata", "Basic g… in init() local
688 addChild(basicGroup); in init()
700basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
Des3fFboDepthbufferTests.cpp329 tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic depth tests"); in init() local
330 addChild(basicGroup); in init()
333basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", dep… in init()
Des3fFragmentOutputTests.cpp1152 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic fragment output… in init() local
1153 addChild(basicGroup); in init()
1161 basicGroup->addChild(floatGroup); in init()
1184 basicGroup->addChild(fixedGroup); in init()
1207 basicGroup->addChild(intGroup); in init()
1230 basicGroup->addChild(uintGroup); in init()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp2732 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic_type", "")); in createCrossStageInterfaceTests() local
2739 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "flat", "", parm)); in createCrossStageInterfaceTests()
2743 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "no_perspective", "", parm)); in createCrossStageInterfaceTests()
2750 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "relaxedprecision", "", parm)); in createCrossStageInterfaceTests()
2753 testGroup->addChild(basicGroup.release()); in createCrossStageInterfaceTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp739 …de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic", "Basic memory … in createAllocationTestsCommon() local
789 basicGroup->addChild(sizeGroup.release()); in createAllocationTestsCommon()
837 basicGroup->addChild(percentGroup.release()); in createAllocationTestsCommon()
840 group->addChild(basicGroup.release()); in createAllocationTestsCommon()
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp776 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Single quad… in init() local
784 addChild(basicGroup); in init()
818basicGroup->addChild (new AdvancedBlendCase(m_context, name, desc, mode, 1, false, RENDERTARGETTY… in init()
Des31fGeometryShaderTests.cpp6067 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic tests.… in init() local
6078 this->addChild(basicGroup); in init()
6139basicGroup->addChild(new OutputCountCase (m_context, "output_10", "Output 10 vertices", … in init()
6140basicGroup->addChild(new OutputCountCase (m_context, "output_128", "Output 128 vertices", … in init()
6141basicGroup->addChild(new OutputCountCase (m_context, "output_256", "Output 256 vertices", … in init()
6142basicGroup->addChild(new OutputCountCase (m_context, "output_max", "Output max vertices", … in init()
6143basicGroup->addChild(new OutputCountCase (m_context, "output_10_and_100", "Output 10 and 100 ve… in init()
6144basicGroup->addChild(new OutputCountCase (m_context, "output_100_and_10", "Output 100 and 10 ve… in init()
6145basicGroup->addChild(new OutputCountCase (m_context, "output_0_and_128", "Output 0 and 128 ver… in init()
6146basicGroup->addChild(new OutputCountCase (m_context, "output_128_and_0", "Output 128 and 0 ver… in init()
[all …]