Home
last modified time | relevance | path

Searched refs:TestCaseGroup (Results 1 – 25 of 1483) sorted by relevance

12345678910>>...60

/external/deqp/modules/gles2/functional/
Des2fRandomShaderTests.cpp49 class BasicExpressionGroup : public TestCaseGroup
53 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup()
61 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
64 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
67 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
79 class ScalarConversionGroup : public TestCaseGroup
83 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup()
92 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
95 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
98 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
[all …]
Des2fAttribLocationTests.cpp47 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests()
61TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests()
65TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic attribute bind… in createAttributeLocationTests()
78TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Te… in createAttributeLocationTests()
91TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test attribute l… in createAttributeLocationTests()
116TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests()
131TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests()
144TestCaseGroup* const relinkHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test relink… in createAttributeLocationTests()
Des2fFunctionalTests.cpp113 class ShadersTestGroup : public TestCaseGroup
117 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup()
163 class TextureTestGroup : public TestCaseGroup
167 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup()
193 class BufferTests : public TestCaseGroup
197 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
209 class FboTestGroup : public TestCaseGroup
213 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup()
231 class NegativeApiTestGroup : public TestCaseGroup
235 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
[all …]
/external/deqp/modules/gles3/functional/
Des3fRandomShaderTests.cpp51 class BasicExpressionGroup : public TestCaseGroup
55 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup()
63 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
66 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
69 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
81 class ScalarConversionGroup : public TestCaseGroup
85 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup()
94 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
97 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
100 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
[all …]
Des3fAttribLocationTests.cpp40 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests()
88TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests()
92TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute… in createAttributeLocationTests()
105TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Us… in createAttributeLocationTests()
118TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding ali… in createAttributeLocationTests()
143TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests()
158TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests()
171TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout loc… in createAttributeLocationTests()
184TestCaseGroup* const layoutMaxAttributeGroup = new TestCaseGroup(context, "layout_max_attributes",… in createAttributeLocationTests()
197TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests()
[all …]
Des3fFunctionalTests.cpp151 class ShaderLibraryTest : public TestCaseGroup
155 : TestCaseGroup(context, name, description) in ShaderLibraryTest()
170 class ShaderBuiltinFunctionTests : public TestCaseGroup
174 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
186 class ShaderTests : public TestCaseGroup
190 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests()
236 class TextureTests : public TestCaseGroup
240 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests()
260 class FboTests : public TestCaseGroup
264 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests()
[all …]
Des3fUniformBlockTests.cpp45 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup()
47 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup()
75 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* nam… in createBlockBasicTypeCases()
325 : TestCaseGroup(context, "ubo", "Uniform Block tests") in UniformBlockTests()
408 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init()
413 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
445 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init()
450 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
476 …tcu::TestCaseGroup* singleStructGroup = new tcu::TestCaseGroup(m_testCtx, "single_struct", "Single… in init()
481 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fFunctionalTests.cpp104 class ShaderLibraryTest : public TestCaseGroup
108 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
127 class ShaderLibraryGroup : public TestCaseGroup
138 : TestCaseGroup (context, name, description) in ShaderLibraryGroup()
154 class ShaderBuiltinVarTests : public TestCaseGroup
158 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests()
168 class ShaderBuiltinFunctionTests : public TestCaseGroup
172 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
187 class ShaderLinkageTests : public TestCaseGroup
191 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests()
[all …]
Des31fProgramInterfaceQueryTests.cpp3159 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableCases()
3199 tcu::TestCaseGroup* group; in generateVariableCases()
3203 group = new tcu::TestCaseGroup(context.getTestContext(), "basic_type", "Basic variable"); in generateVariableCases()
3219 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateOpaqueTypeCases()
3274 tcu::TestCaseGroup* group; in generateOpaqueTypeCases()
3278 group = new tcu::TestCaseGroup(context.getTestContext(), "opaque_type", "Opaque types"); in generateOpaqueTypeCases()
3301 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG…
3303 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableArrayCases()
3308 …tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "arra… in generateVariableArrayCases()
3326 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateCompoundVariableCases()
[all …]
Des31fUniformBlockTests.cpp47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupNam… in createRandomCaseGroup()
49 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup()
77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* nam… in createBlockBasicTypeCases()
124 : TestCaseGroup(context, "ubo", "Uniform Block tests") in UniformBlockTests()
196 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
201 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
227 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init()
232 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
260 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init()
265 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init()
[all …]
Des31fSSBOLayoutTests.cpp340 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup()
342 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup()
731 : TestCaseGroup(context, "layout", "SSBO Layout Tests") in SSBOLayoutTests()
804 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init()
809 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
849 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init()
854 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
880 …tcu::TestCaseGroup* basicUnsizedArray = new tcu::TestCaseGroup(m_testCtx, "basic_unsized_array", "… in init()
885 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
911 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemTests.cpp49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests()
51 …de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, "protected_memory"… in createTests()
55 …de::MovePtr<tcu::TestCaseGroup> attachmentTestGroup (new tcu::TestCaseGroup(testCtx, "attachment",… in createTests()
63 …de::MovePtr<tcu::TestCaseGroup> imageTestGroup (new tcu::TestCaseGroup(testCtx, "image", "Protecte… in createTests()
74 …de::MovePtr<tcu::TestCaseGroup> bufferTestGroup (new tcu::TestCaseGroup(testCtx, "buffer", "Protec… in createTests()
84 …de::MovePtr<tcu::TestCaseGroup> ssboTestGroup (new tcu::TestCaseGroup(testCtx, "ssbo", "Storage Bu… in createTests()
92 …de::MovePtr<tcu::TestCaseGroup> interactionTestGroup (new tcu::TestCaseGroup(testCtx, "interaction… in createTests()
DvktProtectedMemFillUpdateCopyBufferTests.cpp298 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdTyp… in createFillUpdateCopyBufferFloatTests()
347 …de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testCtx, "static", (desc + " … in createFillUpdateCopyBufferFloatTests()
361 …de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testCtx, "random", (desc + " … in createFillUpdateCopyBufferFloatTests()
391 …de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (… in createFillUpdateCopyBufferFloatTests()
398 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdTyp… in createFillUpdateCopyBufferFloatTests()
401 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests()
407 tcu::TestCaseGroup* createFillUpdateCopyBufferIntegerTests (tcu::TestContext& testCtx, CmdType cmdT… in createFillUpdateCopyBufferIntegerTests()
456 …de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testCtx, "static", (desc + " … in createFillUpdateCopyBufferIntegerTests()
470 …de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testCtx, "random", (desc + " … in createFillUpdateCopyBufferIntegerTests()
500 …de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (… in createFillUpdateCopyBufferIntegerTests()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcTestCase.hpp34 class TestCaseGroup : public tcu::TestCaseGroup class
37 TestCaseGroup(Context& context, const char* name, const char* description);
38TestCaseGroup(Context& context, const char* name, const char* description, const std::vector<TestN…
40 virtual ~TestCaseGroup(void) in ~TestCaseGroup()
66 inline TestCaseGroup::TestCaseGroup(Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::TestCaseGroup
67 : tcu::TestCaseGroup(context.getTestContext(), name, description), m_context(context) in TestCaseGroup()
71 inline TestCaseGroup::TestCaseGroup(Context& context, const char* name, const char* description, in TestCaseGroup() function in deqp::TestCaseGroup
73 : tcu::TestCaseGroup(context.getTestContext(), name, description, children), m_context(context) in TestCaseGroup()
92 using deqp::TestCaseGroup;
DglcNoDefaultContextPackage.cpp90 tcu::TestCaseGroup* gl30Group = new tcu::TestCaseGroup(getTestContext(), "gl30", ""); in init()
94 tcu::TestCaseGroup* gl40Group = new tcu::TestCaseGroup(getTestContext(), "gl40", ""); in init()
98 tcu::TestCaseGroup* gl43Group = new tcu::TestCaseGroup(getTestContext(), "gl43", ""); in init()
103 tcu::TestCaseGroup* gl45Group = new tcu::TestCaseGroup(getTestContext(), "gl45", ""); in init()
108 tcu::TestCaseGroup* es2Group = new tcu::TestCaseGroup(getTestContext(), "es2", ""); in init()
112 tcu::TestCaseGroup* es32Group = new tcu::TestCaseGroup(getTestContext(), "es32", ""); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleTests.cpp49 …: TestCaseGroup(context, "texture_storage_multisample", "Multisample texture storage conformance t… in TextureStorageMultisampleTests()
60 tcu::TestCaseGroup* apiGLGetActiveUniformTestGroup = in init()
61 new tcu::TestCaseGroup(m_testCtx, "APIGLGetActiveUniform", "glGetActiveUniform()"); in init()
62 tcu::TestCaseGroup* apiGLTexStorage2DMultisampleTestGroup = in init()
63 new tcu::TestCaseGroup(m_testCtx, "APIGLTexStorage2DMultisample", "glTexStorage2DMultisample()"); in init()
64 tcu::TestCaseGroup* apiGLTexStorage3DMultisampleTestGroup = in init()
65 …new tcu::TestCaseGroup(m_testCtx, "APIGLTexStorage3DMultisample", "glTexStorage3DMultisampleOES()"… in init()
66 tcu::TestCaseGroup* apiGLGetMultisamplefvTestGroup = in init()
67 new tcu::TestCaseGroup(m_testCtx, "APIGLGetMultisamplefv", "glGetMultisamplefv()"); in init()
68 tcu::TestCaseGroup* apiGLGetTexLevelParameterifvTestGroup = in init()
[all …]
/external/deqp/modules/gles31/
Dtes31TestCase.hpp35 class TestCaseGroup : public tcu::TestCaseGroup class
38 TestCaseGroup (Context& context, const char* name, const char* description);
39TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes…
40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup()
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles31::TestCaseGroup
60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup()
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles31::TestCaseGroup
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
/external/deqp/modules/gles2/
Dtes2TestCase.hpp35 class TestCaseGroup : public tcu::TestCaseGroup class
38 TestCaseGroup (Context& context, const char* name, const char* description);
39TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes…
40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup()
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles2::TestCaseGroup
60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup()
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles2::TestCaseGroup
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
/external/deqp/modules/gles3/
Dtes3TestCase.hpp35 class TestCaseGroup : public tcu::TestCaseGroup class
38 TestCaseGroup (Context& context, const char* name, const char* description);
39TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes…
40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup()
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles3::TestCaseGroup
60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup()
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles3::TestCaseGroup
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp414 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind all… in createImageSizeTests()
420 de::MovePtr<tcu::TestCaseGroup> imageSizeTests (new tcu::TestCaseGroup(testCtx, "size", "")); in createImageSizeTests()
559 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationK… in createImageCountTests()
574 …de::MovePtr<tcu::TestCaseGroup> countGroup(new tcu::TestCaseGroup(testCtx, caseName.str().c_str(),… in createImageCountTests()
575 …de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, sampling… in createImageCountTests()
582 de::MovePtr<tcu::TestCaseGroup> createImageFormatTests (tcu::TestContext& testCtx, AllocationKind a… in createImageFormatTests()
720 …de::MovePtr<tcu::TestCaseGroup> imageFormatTests(new tcu::TestCaseGroup(testCtx, "format", "Tests … in createImageFormatTests()
733 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests()
744 de::MovePtr<tcu::TestCaseGroup> createImageViewTypeTests (tcu::TestContext& testCtx, AllocationKind… in createImageViewTypeTests()
762 …de::MovePtr<tcu::TestCaseGroup> imageViewTypeTests(new tcu::TestCaseGroup(testCtx, "view_type", ""… in createImageViewTypeTests()
[all …]
DvktPipelineSamplerTests.cpp728 MovePtr<tcu::TestCaseGroup> createSamplerMagFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMagFilterTests()
730 …MovePtr<tcu::TestCaseGroup> samplerMagFilterTests (new tcu::TestCaseGroup(testCtx, "mag_filter", "… in createSamplerMagFilterTests()
739 MovePtr<tcu::TestCaseGroup> createSamplerMinFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMinFilterTests()
741 …MovePtr<tcu::TestCaseGroup> samplerMinFilterTests (new tcu::TestCaseGroup(testCtx, "min_filter", "… in createSamplerMinFilterTests()
785 MovePtr<tcu::TestCaseGroup> createSamplerMagReduceFilterTests (tcu::TestContext& testCtx, VkImageVi… in createSamplerMagReduceFilterTests()
787 …MovePtr<tcu::TestCaseGroup> samplerMagReduceFilterTests (new tcu::TestCaseGroup(testCtx, "mag_redu… in createSamplerMagReduceFilterTests()
793 …MovePtr<tcu::TestCaseGroup> componentGroup (new tcu::TestCaseGroup(testCtx, getComponentMappingGro… in createSamplerMagReduceFilterTests()
806 MovePtr<tcu::TestCaseGroup> createSamplerMinReduceFilterTests (tcu::TestContext& testCtx, VkImageVi… in createSamplerMinReduceFilterTests()
808 …MovePtr<tcu::TestCaseGroup> samplerMinReduceFilterTests (new tcu::TestCaseGroup(testCtx, "min_redu… in createSamplerMinReduceFilterTests()
814 …MovePtr<tcu::TestCaseGroup> componentGroup (new tcu::TestCaseGroup(testCtx, getComponentMappingGro… in createSamplerMinReduceFilterTests()
[all …]
/external/deqp/modules/gles3/performance/
Des3pPerformanceTests.cpp49 class TextureTestGroup : public TestCaseGroup
53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup()
67 class ShadersTestGroup : public TestCaseGroup
71 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup()
84 class APITests : public TestCaseGroup
88 : TestCaseGroup(context, "api", "API Performance Tests") in APITests()
102 class BufferTestGroup : public TestCaseGroup
106 : TestCaseGroup(context, "buffer", "Buffer Performance Tests") in BufferTestGroup()
119 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp85 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::st… in createBlockBasicTypeCases()
87 …de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_st… in createBlockBasicTypeCases()
351 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, const char*… in createRandomCaseGroup()
353 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup()
364 class UniformBlockTests : public tcu::TestCaseGroup
378 : TestCaseGroup(testCtx, "ubo", "Uniform Block tests") in UniformBlockTests()
482 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
487 …de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFl… in init()
513 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init()
518 …de::MovePtr<tcu::TestCaseGroup> layoutGroup(new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFl… in init()
[all …]
/external/deqp/modules/egl/
DteglColorClearTests.cpp39 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs") in ColorClearTests()
57 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const Co… in createColorClearGroups()
61 …tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->n… in createColorClearGroups()
108 …tcu::TestCaseGroup* singleContextGroup = new tcu::TestCaseGroup(m_testCtx, "single_context", "Sing… in init()
112 …tcu::TestCaseGroup* multiContextGroup = new tcu::TestCaseGroup(m_testCtx, "multi_context", "Multi-… in init()
116 …tcu::TestCaseGroup* multiThreadGroup = new tcu::TestCaseGroup(m_testCtx, "multi_thread", "Multi-th… in init()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestGroupUtil.hpp32 class TestGroupHelper0 : public tcu::TestCaseGroup
35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup);
50 class TestGroupHelper1 : public tcu::TestCaseGroup
53 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
60 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str()) in TestGroupHelper1()
72 inline tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx, in createTestGroup()
81 tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx, in createTestGroup()
90 inline void addTestGroup (tcu::TestCaseGroup* parent, in addTestGroup()
99 void addTestGroup (tcu::TestCaseGroup* parent, in addTestGroup()

12345678910>>...60