HomeSort by relevance Sort by last modified time
    Searched refs:TestCaseGroup (Results 601 - 625 of 1015) sorted by null

<<21222324252627282930>>

  /external/deqp/modules/internal/
ditImageCompareTests.cpp 157 class FuzzyComparisonMetricTests : public tcu::TestCaseGroup
161 : tcu::TestCaseGroup(testCtx, "fuzzy_metric", "Fuzzy comparison metrics")
183 class BilinearCompareTests : public tcu::TestCaseGroup
187 : tcu::TestCaseGroup(testCtx, "bilinear_compare", "Bilinear Image Comparison Tests")
221 : tcu::TestCaseGroup(testCtx, "image_compare", "Image comparison tests")
ditTestLogTests.cpp 73 : TestCaseGroup(testCtx, "testlog", "Test Log Tests")
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp 732 tcu::TestCaseGroup* createDefaultValueTests (tcu::TestContext& testCtx, const VkShaderStageFlagBits shaderStage)
734 de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "default_value", "use default constant value"));
805 tcu::TestCaseGroup* createBasicSpecializationTests (tcu::TestContext& testCtx, const VkShaderStageFlagBits shaderStage)
807 de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "basic", "specialize a constant"));
    [all...]
vktPipelineImageViewTests.cpp 332 static de::MovePtr<tcu::TestCaseGroup> createSubresourceRangeTests(tcu::TestContext& testCtx, VkImageViewType viewType, VkFormat imageFormat)
346 de::MovePtr<tcu::TestCaseGroup> rangeTests (new tcu::TestCaseGroup(testCtx, "subresource_range", ""));
600 static de::MovePtr<tcu::TestCaseGroup> createComponentSwizzleTests (tcu::TestContext& testCtx, VkImageViewType viewType, VkFormat imageFormat)
637 de::MovePtr<tcu::TestCaseGroup> swizzleTests (new tcu::TestCaseGroup(testCtx, "component_swizzle", ""));
656 tcu::TestCaseGroup* createImageViewTests (tcu::TestContext& testCtx)
797 de::MovePtr<tcu::TestCaseGroup> imageTests (new tcu::TestCaseGroup(testCtx, "image_view", "Image tests"));
798 de::MovePtr<tcu::TestCaseGroup> viewTypeTests (new tcu::TestCaseGroup(testCtx, "view_type", ""))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 211 tcu::TestCaseGroup* createBufferViewCreateTests (tcu::TestContext& testCtx)
213 de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "create", "BufferView Construction Tests"));
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 299 : TestCaseGroup(context, "blend", "Blend tests")
346 TestCaseGroup* group = new TestCaseGroup(m_context, "equation_src_func_dst_func", "Combinations of Blend Equations and Functions");
377 TestCaseGroup* mainGroup = new TestCaseGroup(m_context, "rgb_func_alpha_func", "Combinations of RGB and Alpha Functions");
379 TestCaseGroup* srcGroup = new TestCaseGroup(m_context, "src", "Source functions");
380 TestCaseGroup* dstGroup = new TestCaseGroup(m_context, "dst", "Destination functions");
389 TestCaseGroup* curGroup = isSrc ? srcGroup : dstGroup
    [all...]
es2fDebugMarkerTests.cpp 196 tcu::TestCaseGroup* createDebugMarkerTests (Context& context)
198 de::MovePtr<tcu::TestCaseGroup> debugMarkerGroup (new tcu::TestCaseGroup(context.getTestContext(), "debug_marker", "GL_EXT_debug_marker tests"));
es2fDrawTests.cpp 111 class AttributeGroup : public TestCaseGroup
127 : TestCaseGroup (context, name, descr)
285 class IndexGroup : public TestCaseGroup
298 : TestCaseGroup (context, name, descr)
330 tcu::TestCaseGroup* userPtrGroup = new tcu::TestCaseGroup(m_testCtx, "user_ptr", "user pointer");
331 tcu::TestCaseGroup* unalignedUserPtrGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned_user_ptr", "unaligned user pointer");
332 tcu::TestCaseGroup* bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer")
    [all...]
es2fFboCompletenessTests.cpp 343 class TestGroup : public TestCaseGroup
354 : TestCaseGroup (ctx, "completeness", "Completeness tests")
369 tcu::TestCaseGroup* attCombTests = m_fboc.createAttachmentTests();
379 tcu::TestCaseGroup* createFboCompletenessTests (Context& context)
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 83 class IndexGroup : public TestCaseGroup
96 : TestCaseGroup (context, name, descr)
122 tcu::TestCaseGroup* unalignedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned_buffer", "unaligned buffer");
134 tcu::TestCaseGroup* group = unalignedBufferGroup;
156 class MethodGroup : public TestCaseGroup
169 : TestCaseGroup (context, name, descr)
188 class RandomGroup : public TestCaseGroup
210 : TestCaseGroup (context, name, descr)
406 : TestCaseGroup(context, "draw", "Drawing tests"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCaseUtil.hpp 183 inline void addFunctionCase (tcu::TestCaseGroup* group,
191 inline void addFunctionCaseWithPrograms (tcu::TestCaseGroup* group,
201 void addFunctionCase (tcu::TestCaseGroup* group,
211 void addFunctionCase (tcu::TestCaseGroup* group,
222 void addFunctionCaseWithPrograms (tcu::TestCaseGroup* group,
233 void addFunctionCaseWithPrograms (tcu::TestCaseGroup* group,
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 42 using tcu::TestCaseGroup;
966 TestCaseGroup* Context::createRenderableTests (void)
968 TestCaseGroup* const renderableTests = new TestCaseGroup(
971 TestCaseGroup* const rbRenderableTests = new TestCaseGroup(
974 TestCaseGroup* const texRenderableTests = new TestCaseGroup(
995 TestCaseGroup* const rbAttTests = new TestCaseGroup(m_testCtx, it->name, it->desc)
    [all...]
glsShaderPerformanceCase.hpp 87 class ShaderPerformanceCaseGroup : public tcu::TestCaseGroup
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 511 : TestCaseGroup(eglTestCtx, "choose_config", "eglChooseConfig() tests")
573 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple tests");
576 tcu::TestCaseGroup* selectionGroup = new tcu::TestCaseGroup(m_testCtx, "selection_only", "Selection tests, order ignored");
579 tcu::TestCaseGroup* sortGroup = new tcu::TestCaseGroup(m_testCtx, "selection_and_sort", "Selection and ordering tests");
591 tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random eglChooseConfig() usage");
675 de::MovePtr<tcu::TestCaseGroup> colorComponentTypeGroup (new tcu::TestCaseGroup(m_testCtx, "color_component_type_ext", "EGL_EXT_p (…)
    [all...]
teglQuerySurfaceTests.cpp 673 : TestCaseGroup(eglTestCtx, "query_surface", "Surface Query Tests")
691 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple queries");
696 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces");
711 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces");
726 tcu::TestCaseGroup* pbufferGroup = new tcu::TestCaseGroup(m_testCtx, "pbuffer", "Pbuffer surfaces");
742 tcu::TestCaseGroup* setAttributeGroup = new tcu::TestCaseGroup(m_testCtx, "set_attribute", "Setting attributes")
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 419 : TestCaseGroup(context, "filtering", "Texture Filtering Tests")
497 tcu::TestCaseGroup* const groupCubeArray = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Cube Map Array Texture Filtering");
502 tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Cube Map Array Texture Formats");
533 tcu::TestCaseGroup* const sizesGroup = new tcu::TestCaseGroup(m_testCtx, "sizes", "Texture Sizes");
563 tcu::TestCaseGroup* const combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter and wrap mode combinations");
597 tcu::TestCaseGroup* const onlyFaceInteriorGroup = new tcu::TestCaseGroup(m_testCtx, "no_edges_visible", "Don't sample (…)
    [all...]
es31fSampleVariableTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
es2pTextureCountTests.cpp 42 : TestCaseGroup(context, "count", "Texture Count Performance Tests")
es2pTextureFormatTests.cpp 40 : TestCaseGroup(context, "format", "Texture Format Performance Tests")
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp     [all...]
es3pTextureCountTests.cpp 42 : TestCaseGroup(context, "count", "Texture Count Performance Tests")
es3pTextureFormatTests.cpp 40 : TestCaseGroup(context, "format", "Texture Format Performance Tests")
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.cpp 61 : TestCaseGroup(context, "sampler", "Sampler State Query tests")

Completed in 1678 milliseconds

<<21222324252627282930>>