Home
last modified time | relevance | path

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

12345678910>>...35

/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.cpp149 class ShaderLibraryTest : public TestCaseGroup
153 : TestCaseGroup(context, name, description) in ShaderLibraryTest()
168 class ShaderBuiltinFunctionTests : public TestCaseGroup
172 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
184 class ShaderTests : public TestCaseGroup
188 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests()
231 class TextureTests : public TestCaseGroup
235 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests()
255 class FboTests : public TestCaseGroup
259 : 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 …]
Des3fCompressedTextureTests.cpp56 : TestCaseGroup (context, "compressed", "Compressed Texture Tests") in CompressedTextureTests()
68 TestCaseGroup* const astcGroup = new TestCaseGroup(m_context, "astc", "ASTC Tests"); in init()
76TestCaseGroup* const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestT… in init()
95TestCaseGroup* const blockSizeRemainderGroup = new TestCaseGroup(m_context, "block_size_remainder"… in init()
/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.cpp112 class ShadersTestGroup : public TestCaseGroup
116 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup()
159 class TextureTestGroup : public TestCaseGroup
163 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup()
189 class BufferTests : public TestCaseGroup
193 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
205 class FboTestGroup : public TestCaseGroup
209 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup()
227 class NegativeApiTestGroup : public TestCaseGroup
231 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
[all …]
/external/deqp/modules/gles31/functional/
Des31fFunctionalTests.cpp99 class ShaderLibraryTest : public TestCaseGroup
103 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
109 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
128 class ShaderBuiltinVarTests : public TestCaseGroup
132 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests()
142 class ShaderBuiltinFunctionTests : public TestCaseGroup
146 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
160 class ShaderLinkageTests : public TestCaseGroup
164 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests()
179 class ShaderTests : public TestCaseGroup
[all …]
Des31fProgramInterfaceQueryTests.cpp3142 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableCases()
3182 tcu::TestCaseGroup* group; in generateVariableCases()
3186 group = new tcu::TestCaseGroup(context.getTestContext(), "basic_type", "Basic variable"); in generateVariableCases()
3202 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateOpaqueTypeCases()
3257 tcu::TestCaseGroup* group; in generateOpaqueTypeCases()
3261 group = new tcu::TestCaseGroup(context.getTestContext(), "opaque_type", "Opaque types"); in generateOpaqueTypeCases()
3284 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG…
3286 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableArrayCases()
3291 …tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "arra… in generateVariableArrayCases()
3309 …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/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/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/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/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.cpp62 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, tcu::TestContext& testCtx, const … in createBlockBasicTypeCases()
321 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, const char*… in createRandomCaseGroup()
323 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup()
334 class UniformBlockTests : public tcu::TestCaseGroup
348 : TestCaseGroup(testCtx, "ubo", "Uniform Block tests") in UniformBlockTests()
430 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
435 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
461 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init()
466 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
494 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init()
[all …]
/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()
/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/ssbo/
DvktSSBOLayoutTests.cpp331 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, cons… in createRandomCaseGroup()
333 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup()
701 class SSBOLayoutTests : public tcu::TestCaseGroup
716 : TestCaseGroup(testCtx, "layout", "SSBO Layout Tests") in SSBOLayoutTests()
787 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init()
792 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
832 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init()
837 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
863 …tcu::TestCaseGroup* basicUnsizedArray = new tcu::TestCaseGroup(m_testCtx, "basic_unsized_array", "… in init()
868 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
[all …]
/external/deqp/modules/gles2/performance/
Des2pPerformanceTests.cpp49 class TextureTestGroup : public TestCaseGroup
53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup()
68 class ShadersTestGroup : public TestCaseGroup
72 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup()
85 class APITestGroup : public TestCaseGroup
89 : TestCaseGroup(context, "api", "API Performance Tests") in APITestGroup()
105 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
/external/deqp/modules/internal/
DditDelibsTests.cpp71 class DepoolTests : public tcu::TestCaseGroup
75 : tcu::TestCaseGroup(testCtx, "depool", "depool self-tests") in DepoolTests()
116 class DethreadTests : public tcu::TestCaseGroup
120 : tcu::TestCaseGroup(testCtx, "dethread", "dethread self-tests") in DethreadTests()
137 class DeutilTests : public tcu::TestCaseGroup
141 : tcu::TestCaseGroup(testCtx, "deutil", "deutil self-tests") in DeutilTests()
152 class DebaseTests : public tcu::TestCaseGroup
156 : tcu::TestCaseGroup(testCtx, "debase", "debase self-tests") in DebaseTests()
169 class DecppTests : public tcu::TestCaseGroup
173 : tcu::TestCaseGroup(testCtx, "decpp", "decpp self-tests") in DecppTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp572 MovePtr<tcu::TestCaseGroup> createSamplerMagFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMagFilterTests()
574 …MovePtr<tcu::TestCaseGroup> samplerMagFilterTests (new tcu::TestCaseGroup(testCtx, "mag_filter", "… in createSamplerMagFilterTests()
583 MovePtr<tcu::TestCaseGroup> createSamplerMinFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMinFilterTests()
585 …MovePtr<tcu::TestCaseGroup> samplerMinFilterTests (new tcu::TestCaseGroup(testCtx, "min_filter", "… in createSamplerMinFilterTests()
594 MovePtr<tcu::TestCaseGroup> createSamplerLodTests (tcu::TestContext& testCtx, VkImageViewType image… in createSamplerLodTests()
617 …MovePtr<tcu::TestCaseGroup> samplerLodTests (new tcu::TestCaseGroup(testCtx, "lod", "Tests for sam… in createSamplerLodTests()
629 MovePtr<tcu::TestCaseGroup> createSamplerMipmapTests (tcu::TestContext& testCtx, VkImageViewType im… in createSamplerMipmapTests()
631 …MovePtr<tcu::TestCaseGroup> samplerMipmapTests (new tcu::TestCaseGroup(testCtx, "mipmap", "Tests f… in createSamplerMipmapTests()
634 …MovePtr<tcu::TestCaseGroup> mipmapNearestTests (new tcu::TestCaseGroup(testCtx, "nearest", "Uses V… in createSamplerMipmapTests()
641 …MovePtr<tcu::TestCaseGroup> mipmapLinearTests(new tcu::TestCaseGroup(testCtx, "linear", "Uses VK_T… in createSamplerMipmapTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp172 tcu::TestCaseGroup* createOpNopGroup (tcu::TestContext& testCtx) in createOpNopGroup()
174 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opnop", "Test the OpNop … in createOpNopGroup()
225 tcu::TestCaseGroup* createOpLineGroup (tcu::TestContext& testCtx) in createOpLineGroup()
227 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opline", "Test the OpLin… in createOpLineGroup()
289 tcu::TestCaseGroup* createOpNoLineGroup (tcu::TestContext& testCtx) in createOpNoLineGroup()
291 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opnoline", "Test the OpN… in createOpNoLineGroup()
376 tcu::TestCaseGroup* createNoContractionGroup (tcu::TestContext& testCtx) in createNoContractionGroup()
378 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "nocontraction", "Test th… in createNoContractionGroup()
488 tcu::TestCaseGroup* createOpFRemGroup (tcu::TestContext& testCtx) in createOpFRemGroup()
490 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opfrem", "Test the OpFRe… in createOpFRemGroup()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinTests.cpp40 tcu::TestCaseGroup* createBuiltinTests (tcu::TestContext& testCtx) in createBuiltinTests()
42 …de::MovePtr<tcu::TestCaseGroup> builtinTests (new tcu::TestCaseGroup(testCtx, "builtin", "Built… in createBuiltinTests()
43 …de::MovePtr<tcu::TestCaseGroup> builtinFunctionTests (new tcu::TestCaseGroup(testCtx, "function", … in createBuiltinTests()

12345678910>>...35