Home
last modified time | relevance | path

Searched refs:randomGroup (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sMemoryTests.cpp84 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init() local
87randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
88randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
89randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
90randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
92randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
93randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
94randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
95randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
98randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sMemoryTests.cpp86 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init() local
89randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
90randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
91randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
92randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
94randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
95randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
96randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
97randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
100randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp710 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
711 addChild(randomGroup); in init()
714 …createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffer… in init()
715 …createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-b… in init()
716 …createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers",… in init()
717 …createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", Un… in init()
719 …createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
720 …createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
721 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays… in init()
722 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_instance_arrays", "Nested structs,… in init()
[all …]
Des3fBufferWriteTests.cpp764 …tcu::TestCaseGroup* const randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized bu… in init() local
765 addChild(randomGroup); in init()
768randomGroup->addChild(new RandomBufferWriteCase(m_context, de::toString(i).c_str(), "", deInt32Has… in init()
Des3fDepthStencilTests.cpp1140 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized Depth an… in init() local
1141 addChild(randomGroup); in init()
1151randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases)… in init()
Des3fFragmentOutputTests.cpp1361 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random fragment out… in init() local
1362 addChild(randomGroup); in init()
1365 randomGroup->addChild(createRandomCase(m_context, 2, 4, seed)); in init()
Des3fTransformFeedbackTests.cpp1778 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized transfor… in init() local
1779 addChild(randomGroup); in init()
1785 randomGroup->addChild(modeGroup); in init()
Des3fUniformApiTests.cpp2952 TestCaseGroup* const randomGroup = new TestCaseGroup(m_context, "random", "Random cases"); in init() local
2953 addChild(randomGroup); in init()
2956randomGroup->addChild(new RandomUniformCase(m_context, de::toString(ndx).c_str(), "", (deUint32)nd… in init()
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp301 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
302 addChild(randomGroup); in init()
304 …createRandomCaseGroup(randomGroup, m_context, "basic_type_arrays", "Arrays, per-block buffers", … in init()
305 …createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-b… in init()
306 …createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared b… in init()
Des31fSSBOLayoutTests.cpp1302 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
1303 addChild(randomGroup); in init()
1306 …createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffe… in init()
1307 …createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-… in init()
1308 …createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers"… in init()
1309 …createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", S… in init()
1310 …createRandomCaseGroup(randomGroup, m_context, "unsized_arrays", "Unsized arrays, per-block buffer… in init()
1311 …createRandomCaseGroup(randomGroup, m_context, "arrays_of_arrays", "Arrays of arrays, per-block buf… in init()
1313 …createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
1314 …createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
[all …]
Des31fDrawBuffersIndexedTests.cpp1643 …TestCaseGroup* const randomGroup = new TestCaseGroup(context, "random", "Random indexed blend sta… in createDrawBuffersIndexedTests() local
1649 group->addChild(randomGroup); in createDrawBuffersIndexedTests()
1651 randomGroup->addChild(maxGroup); in createDrawBuffersIndexedTests()
1652 randomGroup->addChild(maxImplGroup); in createDrawBuffersIndexedTests()
Des31fSeparateShaderTests.cpp1776 TestCaseGroup* randomGroup = new TestCaseGroup( in createSeparateShaderTests() local
1778 group->addChild(randomGroup); in createSeparateShaderTests()
1796 randomGroup->addChild(new SeparateShaderTest( in createSeparateShaderTests()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp591 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random eglChooseCon… in init() local
592 addChild(randomGroup); in init()
601randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size r… in init()
612randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_depth_stencil_sizes", "Rando… in init()
622randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer siz… in init()
629randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "surface_type", "Surface type rules… in init()
636randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer ru… in init()
670randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "all", "All attributes", toSet(allA… in init()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp1236 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
1237 addChild(randomGroup); in init()
1240 …createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffer… in init()
1243 …createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-b… in init()
1246 createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers", in init()
1249 …createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", m_glslV… in init()
1254randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays, per-block buffers", m_gls… in init()
1257 …createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block buffers… in init()
1261randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays, per-block buffers", m_gl… in init()
1265 randomGroup, m_context, "nested_structs_instance_arrays", in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fBufferWriteTests.cpp764 …tcu::TestCaseGroup* const randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized bu… in init() local
765 addChild(randomGroup); in init()
768randomGroup->addChild(new RandomBufferWriteCase(m_context, de::toString(i).c_str(), "", deInt32Has… in init()
Des2fDepthStencilTests.cpp1140 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized Depth an… in init() local
1141 addChild(randomGroup); in init()
1151randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases)… in init()
Des2fUniformApiTests.cpp2417 TestCaseGroup* const randomGroup = new TestCaseGroup(m_context, "random", "Random cases"); in init() local
2418 addChild(randomGroup); in init()
2421randomGroup->addChild(new RandomUniformCase(m_context, de::toString(ndx).c_str(), "", (deUint32)nd… in init()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp845 …de::MovePtr<tcu::TestCaseGroup> randomGroup (new tcu::TestCaseGroup(testCtx, "random", "Random mem… in createAllocationTestsCommon() local
851randomGroup->addChild(new InstanceFactory1<RandomAllocFreeTestInstance, TestConfigRandom>(testCtx,… in createAllocationTestsCommon()
854 group->addChild(randomGroup.release()); in createAllocationTestsCommon()
DvktMemoryMappingTests.cpp1764 …de::MovePtr<tcu::TestCaseGroup> randomGroup (new tcu::TestCaseGroup(testCtx, "random", "Random mem… in createMappingTests() local
1772randomGroup->addChild(new InstanceFactory1<RandomMemoryMappingInstance, deUint32>(testCtx, tcu::NO… in createMappingTests()
1775 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release()); in createMappingTests()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp911 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
912 addChild(randomGroup); in init()
917 tcu::TestCaseGroup* group = randomGroup; in init()
921 randomGroup->addChild(group); in init()
926 randomGroup->addChild(group); in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp1692 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
1693 addChild(randomGroup); in init()
1698 tcu::TestCaseGroup* group = randomGroup; in init()
1702 randomGroup->addChild(group); in init()
1707 randomGroup->addChild(group); in init()