/external/deqp/modules/gles2/functional/ |
D | es2fRandomShaderTests.cpp | 49 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 …]
|
D | es2fAttribLocationTests.cpp | 47 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests() 61 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests() 65 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic attribute bind… in createAttributeLocationTests() 78 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Te… in createAttributeLocationTests() 91 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test attribute l… in createAttributeLocationTests() 116 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() 131 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() 144 …TestCaseGroup* const relinkHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test relink… in createAttributeLocationTests()
|
D | es2fFunctionalTests.cpp | 115 class ShadersTestGroup : public TestCaseGroup 119 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup() 166 class TextureTestGroup : public TestCaseGroup 170 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup() 196 class BufferTests : public TestCaseGroup 200 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests() 212 class FboTestGroup : public TestCaseGroup 216 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup() 234 class NegativeApiTestGroup : public TestCaseGroup 238 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomShaderTests.cpp | 51 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 …]
|
D | es3fAttribLocationTests.cpp | 40 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests() 88 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests() 92 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute… in createAttributeLocationTests() 105 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Us… in createAttributeLocationTests() 118 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding ali… in createAttributeLocationTests() 143 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() 158 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() 171 …TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout loc… in createAttributeLocationTests() 184 …TestCaseGroup* const layoutMaxAttributeGroup = new TestCaseGroup(context, "layout_max_attributes",… in createAttributeLocationTests() 197 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests() [all …]
|
D | es3fFunctionalTests.cpp | 153 class ShaderLibraryTest : public TestCaseGroup 157 : TestCaseGroup(context, name, description) in ShaderLibraryTest() 172 class ShaderBuiltinFunctionTests : public TestCaseGroup 176 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests() 188 class ShaderTests : public TestCaseGroup 192 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests() 239 class TextureTests : public TestCaseGroup 243 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests() 263 class FboTests : public TestCaseGroup 267 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestCase.hpp | 34 class TestCaseGroup : public tcu::TestCaseGroup class 37 TestCaseGroup(Context& context, const char* name, const char* description); 38 …TestCaseGroup(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;
|
D | glcNoDefaultContextPackage.cpp | 90 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/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemTests.cpp | 50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() 52 …de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, "protected_memory"… in createTests() 56 …de::MovePtr<tcu::TestCaseGroup> attachmentTestGroup (new tcu::TestCaseGroup(testCtx, "attachment",… in createTests() 64 …de::MovePtr<tcu::TestCaseGroup> imageTestGroup (new tcu::TestCaseGroup(testCtx, "image", "Protecte… in createTests() 75 …de::MovePtr<tcu::TestCaseGroup> bufferTestGroup (new tcu::TestCaseGroup(testCtx, "buffer", "Protec… in createTests() 85 …de::MovePtr<tcu::TestCaseGroup> ssboTestGroup (new tcu::TestCaseGroup(testCtx, "ssbo", "Storage Bu… in createTests() 93 …de::MovePtr<tcu::TestCaseGroup> interactionTestGroup (new tcu::TestCaseGroup(testCtx, "interaction… in createTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 103 class ShaderLibraryTest : public TestCaseGroup 107 : TestCaseGroup (context, name, description) in ShaderLibraryTest() 126 class ShaderLibraryGroup : public TestCaseGroup 137 : TestCaseGroup (context, name, description) in ShaderLibraryGroup() 153 class ShaderBuiltinVarTests : public TestCaseGroup 157 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests() 167 class ShaderBuiltinFunctionTests : public TestCaseGroup 171 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests() 186 class ShaderLinkageTests : public TestCaseGroup 190 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests() [all …]
|
D | es31fProgramInterfaceQueryTests.cpp | 3168 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableCases() 3208 tcu::TestCaseGroup* group; in generateVariableCases() 3212 group = new tcu::TestCaseGroup(context.getTestContext(), "basic_type", "Basic variable"); in generateVariableCases() 3228 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateOpaqueTypeCases() 3283 tcu::TestCaseGroup* group; in generateOpaqueTypeCases() 3287 group = new tcu::TestCaseGroup(context.getTestContext(), "opaque_type", "Opaque types"); in generateOpaqueTypeCases() 3310 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… 3312 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableArrayCases() 3317 …tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "arra… in generateVariableArrayCases() 3335 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateCompoundVariableCases() [all …]
|
D | es31fUniformBlockTests.cpp | 47 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 …]
|
/external/deqp/modules/gles3/ |
D | tes3TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (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/ |
D | tes2TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (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/ |
D | tes31TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (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/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTests.cpp | 49 …: 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/external/vulkancts/modules/vulkan/ |
D | vktTestGroupUtil.hpp | 32 class TestGroupHelper0 : public tcu::TestCaseGroup 35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup); 36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup); 43 : tcu::TestCaseGroup(testCtx, name.c_str(), description.c_str()) in TestGroupHelper0() 70 class TestGroupHelper1 : public tcu::TestCaseGroup 73 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 74 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 82 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str()) in TestGroupHelper1() 98 class TestGroupHelper2 : public tcu::TestCaseGroup 101 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1); [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTests.cpp | 64 void createChildren (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const SharedGroupParams … in createChildren() 106 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() 108 …de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "draw", "Simple Dr… in createTests() 109 …de::MovePtr<tcu::TestCaseGroup> renderpassGroup (new tcu::TestCaseGroup(testCtx, "renderpass",… in createTests() 121 …de::MovePtr<tcu::TestCaseGroup> dynamicRenderingGroup (new tcu::TestCaseGroup(testCtx, "dynamic_… in createTests() 122 …de::MovePtr<tcu::TestCaseGroup> drPrimaryCmdBuffGroup (new tcu::TestCaseGroup(testCtx, "primary_… in createTests() 123 …de::MovePtr<tcu::TestCaseGroup> drPartialSecondaryCmdBuffGroup (new tcu::TestCaseGroup(testCtx, "p… in createTests() 124 …de::MovePtr<tcu::TestCaseGroup> drCompleteSecondaryCmdBuffGroup (new tcu::TestCaseGroup(testCtx, "… in createTests()
|
/external/deqp/modules/gles3/performance/ |
D | es3pPerformanceTests.cpp | 49 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/texture/ |
D | vktTextureTexelBufferTests.cpp | 38 tcu::TestCaseGroup* createUniformTexelBufferTests (tcu::TestContext& testCtx) in createUniformTexelBufferTests() 40 …de::MovePtr<tcu::TestCaseGroup> uniform (new tcu::TestCaseGroup(testCtx, "uniform", "Test uniform… in createUniformTexelBufferTests() 44 …tcu::TestCaseGroup* const srgb = new tcu::TestCaseGroup(testCtx, "srgb", "Test uniform texel buff… in createUniformTexelBufferTests() 106 …tcu::TestCaseGroup* const packed = new tcu::TestCaseGroup(testCtx, "packed", "Test uniform texel … in createUniformTexelBufferTests() 135 …tcu::TestCaseGroup* const snorm = new tcu::TestCaseGroup(testCtx, "snorm", "Test uniform texel bu… in createUniformTexelBufferTests() 182 tcu::TestCaseGroup* createTextureTexelBufferTests (tcu::TestContext& testCtx) in createTextureTexelBufferTests() 184 …de::MovePtr<tcu::TestCaseGroup> texelBuffer (new tcu::TestCaseGroup(testCtx, "texel_buffer", "Test… in createTextureTexelBufferTests()
|
D | vktTextureMultisampleTests.cpp | 38 tcu::TestCaseGroup* createAtomicTests (tcu::TestContext& testCtx) in createAtomicTests() 40 …de::MovePtr<tcu::TestCaseGroup> atomic (new tcu::TestCaseGroup(testCtx, "atomic", "Test atomic op… in createAtomicTests() 66 tcu::TestCaseGroup* createInvalidSampleIndexTests(tcu::TestContext& testCtx) in createInvalidSampleIndexTests() 78 …de::MovePtr<tcu::TestCaseGroup> invalidWrites (new tcu::TestCaseGroup(testCtx, "invalid_sample… in createInvalidSampleIndexTests() 114 tcu::TestCaseGroup* createTextureMultisampleTests (tcu::TestContext& testCtx) in createTextureMultisampleTests() 116 …de::MovePtr<tcu::TestCaseGroup> multisample (new tcu::TestCaseGroup(testCtx, "multisample", "Multi… in createTextureMultisampleTests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 476 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind all… in createImageSizeTests() 482 de::MovePtr<tcu::TestCaseGroup> imageSizeTests (new tcu::TestCaseGroup(testCtx, "size", "")); in createImageSizeTests() 643 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationK… in createImageCountTests() 658 …de::MovePtr<tcu::TestCaseGroup> countGroup(new tcu::TestCaseGroup(testCtx, caseName.str().c_str(),… in createImageCountTests() 659 …de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, pipeline… in createImageCountTests() 666 de::MovePtr<tcu::TestCaseGroup> createImageFormatTests (tcu::TestContext& testCtx, AllocationKind a… in createImageFormatTests() 809 …de::MovePtr<tcu::TestCaseGroup> imageFormatTests(new tcu::TestCaseGroup(testCtx, "format", "Tests … in createImageFormatTests() 822 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests() 833 de::MovePtr<tcu::TestCaseGroup> createImageViewTypeTests (tcu::TestContext& testCtx, AllocationKind… in createImageViewTypeTests() 851 …de::MovePtr<tcu::TestCaseGroup> imageViewTypeTests(new tcu::TestCaseGroup(testCtx, "view_type", ""… in createImageViewTypeTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBallotTests.cpp | 973 TestCaseGroup* createSubgroupsBallotTests(TestContext& testCtx) in createSubgroupsBallotTests() 975 …de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "ballot", "Subgroup ballot categor… in createSubgroupsBallotTests() 976 …de::MovePtr<TestCaseGroup> graphicGroup (new TestCaseGroup(testCtx, "graphics", "Subgroup ballot … in createSubgroupsBallotTests() 977 …de::MovePtr<TestCaseGroup> computeGroup (new TestCaseGroup(testCtx, "compute", "Subgroup ballot c… in createSubgroupsBallotTests() 978 …de::MovePtr<TestCaseGroup> framebufferGroup (new TestCaseGroup(testCtx, "framebuffer", "Subgroup b… in createSubgroupsBallotTests() 980 …de::MovePtr<TestCaseGroup> raytracingGroup (new TestCaseGroup(testCtx, "ray_tracing", "Subgroup b… in createSubgroupsBallotTests() 981 …de::MovePtr<TestCaseGroup> meshGroup (new TestCaseGroup(testCtx, "mesh", "Subgroup ballot catego… in createSubgroupsBallotTests() 982 …de::MovePtr<TestCaseGroup> meshGroupEXT (new TestCaseGroup(testCtx, "mesh", "VK_EXT_shader_subgro… in createSubgroupsBallotTests() 984 …de::MovePtr<TestCaseGroup> groupEXT (new TestCaseGroup(testCtx, "ext_shader_subgroup_ballot", "V… in createSubgroupsBallotTests() 985 …de::MovePtr<TestCaseGroup> graphicGroupEXT (new TestCaseGroup(testCtx, "graphics", "VK_EXT_shader… in createSubgroupsBallotTests() [all …]
|
D | vktSubgroupsVoteTests.cpp | 512 TestCaseGroup* createSubgroupsVoteTests (TestContext& testCtx) in createSubgroupsVoteTests() 514 …de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "vote", "Subgroup vote category te… in createSubgroupsVoteTests() 515 …de::MovePtr<TestCaseGroup> graphicGroup (new TestCaseGroup(testCtx, "graphics", "Subgroup vote ca… in createSubgroupsVoteTests() 516 …de::MovePtr<TestCaseGroup> computeGroup (new TestCaseGroup(testCtx, "compute", "Subgroup vote cat… in createSubgroupsVoteTests() 517 …de::MovePtr<TestCaseGroup> framebufferGroup (new TestCaseGroup(testCtx, "framebuffer", "Subgroup v… in createSubgroupsVoteTests() 518 …de::MovePtr<TestCaseGroup> fragHelperGroup (new TestCaseGroup(testCtx, "frag_helper", "Subgroup v… in createSubgroupsVoteTests() 520 …de::MovePtr<TestCaseGroup> raytracingGroup (new TestCaseGroup(testCtx, "ray_tracing", "Subgroup v… in createSubgroupsVoteTests() 521 …de::MovePtr<TestCaseGroup> meshGroup (new TestCaseGroup(testCtx, "mesh", "Subgroup vote category… in createSubgroupsVoteTests() 522 …de::MovePtr<TestCaseGroup> meshGroupARB (new TestCaseGroup(testCtx, "mesh", "Subgroup vote catego… in createSubgroupsVoteTests() 525 …de::MovePtr<TestCaseGroup> groupARB (new TestCaseGroup(testCtx, "ext_shader_subgroup_vote", "VK_… in createSubgroupsVoteTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 52 tcu::TestCaseGroup* createBasicTests (tcu::TestContext& testCtx, SynchronizationType type, VideoCod… in createBasicTests() 54 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "basic", "")); in createBasicTests() 72 class OperationTests : public tcu::TestCaseGroup 76 : tcu::TestCaseGroup(testCtx, "op", "Synchronization of a memory-modifying operation") in OperationTests() 119 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type, Video… in createTestsInternal() 124 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str(),… in createTestsInternal() 167 tcu::TestCaseGroup* createSynchronizationTests (tcu::TestContext& testCtx, synchronization::VideoCo… in createSynchronizationTests() 171 …de::MovePtr<tcu::TestCaseGroup> testGroup (createTestsInternal(testCtx, SynchronizationType::LEGAC… in createSynchronizationTests() 176 tcu::TestCaseGroup* createSynchronization2Tests (tcu::TestContext& testCtx, synchronization::VideoC… in createSynchronization2Tests() 180 …de::MovePtr<tcu::TestCaseGroup> testGroup(createTestsInternal(testCtx, SynchronizationType::SYNCHR… in createSynchronization2Tests()
|