HomeSort by relevance Sort by last modified time
    Searched refs:TestCaseGroup (Results 151 - 175 of 874) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTests.cpp 40 void createChildren (tcu::TestCaseGroup* group)
51 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
vktDrawIndexedTest.hpp 33 class DrawIndexedTests : public tcu::TestCaseGroup
vktDrawIndirectTest.hpp 33 class IndirectDrawTests : public tcu::TestCaseGroup
vktDrawSimpleTest.hpp 33 class SimpleDrawTests : public tcu::TestCaseGroup
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryTests.cpp 39 void createChildren (tcu::TestCaseGroup* memoryTests)
50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolTests.cpp 38 void createChildren (tcu::TestCaseGroup* queryPoolTests)
47 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
vktQueryPoolOcclusionTests.hpp 34 class QueryPoolOcclusionTests : public tcu::TestCaseGroup
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmTests.cpp 37 void createChildren (tcu::TestCaseGroup* spirVAssemblyTests)
49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
  /external/deqp/modules/gles3/functional/
es3fAttribLocationTests.cpp 40 TestCaseGroup* createAttributeLocationTests (Context& context)
88 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests");
92 TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute location tests.");
105 TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Use bind with maximum number of attributes.");
118 TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding aliasing locations.");
143 TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attribute and leave (…)
    [all...]
es3fBuiltinPrecisionTests.cpp 39 TestCaseGroup* createBuiltinPrecisionTests (Context& context)
41 TestCaseGroup* group = new TestCaseGroup(
  /external/deqp/modules/gles2/performance/
es2pPerformanceTests.cpp 49 class TextureTestGroup : public TestCaseGroup
53 : TestCaseGroup(context, "texture", "Texture Performance Tests")
68 class ShadersTestGroup : public TestCaseGroup
72 : TestCaseGroup(context, "shader", "Shader Performance Tests")
85 class APITestGroup : public TestCaseGroup
89 : TestCaseGroup(context, "api", "API Performance Tests")
105 : TestCaseGroup(context, "performance", "Performance Tests")
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestGroupUtil.hpp 23 * \brief TestCaseGroup utilities
32 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())
72 inline tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx,
81 tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx,
90 inline void addTestGroup (tcu::TestCaseGroup* parent,
99 void addTestGroup (tcu::TestCaseGroup* parent
    [all...]
vktShaderLibrary.hpp 33 de::MovePtr<tcu::TestCaseGroup> createShaderLibraryGroup (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const std::string& filename);
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTests.cpp 38 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
40 de::MovePtr<tcu::TestCaseGroup> sparseTests (new tcu::TestCaseGroup(testCtx, "sparse_resources", "Sparse Resources Tests"));
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiTests.cpp 39 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType)
45 void createWsiTests (tcu::TestCaseGroup* apiTests)
57 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
  /external/deqp/modules/gles2/functional/
es2fLifetimeTests.cpp 44 class TestGroup : public TestCaseGroup
48 : TestCaseGroup (context, "lifetime", "Object lifetime tests")
67 TestCaseGroup* createLifetimeTests (Context& context)
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCBTests.hpp 35 class DynamicStateCBTests : public tcu::TestCaseGroup
vktDynamicStateDSTests.hpp 35 class DynamicStateDSTests : public tcu::TestCaseGroup
vktDynamicStateGeneralTests.hpp 35 class DynamicStateGeneralTests : public tcu::TestCaseGroup
vktDynamicStateRSTests.hpp 35 class DynamicStateRSTests : public tcu::TestCaseGroup
vktDynamicStateVPTests.hpp 35 class DynamicStateVPTests : public tcu::TestCaseGroup
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.hpp 36 class BuiltinPrecisionTests : public tcu::TestCaseGroup
vktShaderCommonFunctionTests.hpp 36 class ShaderCommonFunctionTests : public tcu::TestCaseGroup
vktShaderIntegerFunctionTests.hpp 36 class ShaderIntegerFunctionTests : public tcu::TestCaseGroup
vktShaderPackingFunctionTests.hpp 34 class ShaderPackingFunctionTests : public tcu::TestCaseGroup

Completed in 208 milliseconds

1 2 3 4 5 67 8 91011>>