HomeSort by relevance Sort by last modified time
    Searched full:deqp (Results 351 - 375 of 1719) sorted by null

<<11121314151617181920>>

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderGroupVoteTests.hpp 49 bool validateScreenPixels(deqp::Context& context, tcu::Vec4 desiredColor);
57 void create(deqp::Context& context);
58 void execute(deqp::Context& context);
59 void validate(deqp::Context& context);
63 ShaderGroupVoteTestCaseBase(deqp::Context& context, const char* name, const char* description);
85 ShaderGroupVoteAvailabilityTestCase(deqp::Context& context);
96 ShaderGroupVoteFunctionTestCaseBase(deqp::Context& context, const char* name, const char* description);
105 ShaderGroupVoteAllInvocationsTestCase(deqp::Context& context);
114 ShaderGroupVoteAnyInvocationTestCase(deqp::Context& context);
123 ShaderGroupVoteAllInvocationsEqualTestCase(deqp::Context& context)
    [all...]
gl4cShaderDrawParametersTests.hpp 75 class ShaderDrawParametersExtensionTestCase : public deqp::TestCase
79 ShaderDrawParametersExtensionTestCase(deqp::Context& context);
89 class ShaderDrawParametersTestBase : public deqp::TestCase
93 ShaderDrawParametersTestBase(deqp::Context& context, const char* name, const char* description);
124 ShaderDrawArraysParametersTestCase(deqp::Context& context)
141 ShaderDrawElementsParametersTestCase(deqp::Context& context)
158 ShaderDrawArraysIndirectParametersTestCase(deqp::Context& context)
175 ShaderDrawElementsIndirectParametersTestCase(deqp::Context& context)
192 ShaderDrawArraysInstancedParametersTestCase(deqp::Context& context)
209 ShaderDrawElementsInstancedParametersTestCase(deqp::Context& context
    [all...]
gl4cShaderBallotTests.hpp 50 void renderQuad(deqp::Context& context);
51 void executeComputeShader(deqp::Context& context);
61 void use(deqp::Context& context);
74 void test(deqp::Context& context);
88 ShaderBallotBaseTestCase(deqp::Context& context, const char* name, const char* description)
96 static bool validateScreenPixels(deqp::Context& context, tcu::Vec4 desiredColor, tcu::Vec4 ignoredColor);
97 static bool validateScreenPixelsSameColor(deqp::Context& context, tcu::Vec4 ignoredColor);
107 ShaderBallotAvailabilityTestCase(deqp::Context& context);
120 ShaderBallotBitmasksTestCase(deqp::Context& context);
139 ShaderBallotFunctionBallotTestCase(deqp::Context& context)
    [all...]
  /external/deqp/scripts/
run_nightly.py 34 BASE_NIGHTLY_DIR = os.path.normpath(os.path.join(DEQP_DIR, "..", "deqp-nightly"))
360 BASE_ARGS = ['--deqp-visibility=hidden', '--deqp-watchdog=enable', '--deqp-crashhandler=enable']
367 binaryName = "modules/gles2/deqp-gles2",
368 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
369 testset = ["dEQP-GLES2.info.*", "dEQP-GLES2.functional.*", "dEQP-GLES2.usecases.*"],
371 "dEQP-GLES2.functional.shaders.loops.*while*unconditional_continue*"
    [all...]
build_caselists.py 42 Module("dEQP-EGL", "egl", "deqp-egl"),
43 Module("dEQP-GLES2", "gles2", "deqp-gles2"),
44 Module("dEQP-GLES3", "gles3", "deqp-gles3"),
45 Module("dEQP-GLES31", "gles31", "deqp-gles31"),
46 Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk")
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 21 * \brief dEQP instrumentation
24 package com.drawelements.deqp.testercore;
34 private static final String LOG_TAG = "dEQP/Instrumentation";
172 info.putString("dEQP-EventType", "TestCaseResult");
173 info.putString("dEQP-TestCaseResult-Code", code);
174 info.putString("dEQP-TestCaseResult-Details", details);
183 info.putString("dEQP-EventType", "BeginTestCase");
184 info.putString("dEQP-BeginTestCase-TestCasePath", testCase);
193 info.putString("dEQP-EventType", "EndTestCase");
220 info.putString("dEQP-EventType", "TestLogData")
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
CMakeLists.txt 36 add_library(deqp-vk-draw STATIC ${DEQP_VK_DRAW_SRCS})
37 target_link_libraries(deqp-vk-draw ${DEQP_VK_DRAW_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/image/
CMakeLists.txt 35 add_library(deqp-vk-image STATIC ${DEQP_VK_IMAGE_SRCS})
36 target_link_libraries(deqp-vk-image ${DEQP_VK_IMAGE_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
CMakeLists.txt 39 add_library(deqp-vk-shaderrender STATIC ${DEQP_VK_SHADERRENDER_SRCS})
40 target_link_libraries(deqp-vk-shaderrender ${DEQP_VK_SHADERRENDER_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
CMakeLists.txt 39 add_library(deqp-vk-subgroups STATIC ${DEQP_VK_SUBGROUPS_SRCS})
40 target_link_libraries(deqp-vk-subgroups ${DEQP_VK_SUBGROUPS_LIBS})
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
CMakeLists.txt 36 add_library(deqp-vk-synchronization STATIC ${DEQP_VK_SYNCHRONIZATION_SRCS})
37 target_link_libraries(deqp-vk-synchronization ${DEQP_VK_SYNCHRONIZATION_LIBS})
  /external/deqp/
README.md 0 dEQP README
4 This repository contains a GPU testing suite called dEQP (drawElements Quality Program).
5 dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.
10 Up-to-date documentation for the dEQP is available at
CMakeLists.txt 0 # dEQP cmake file
5 # dEQP Target.
6 set(DEQP_TARGET "default" CACHE STRING "dEQP Target (default, android...)")
13 project(dEQP-Core-${DEQP_TARGET})
20 # dEQP-specific configuration. Target file should override these.
67 # The FindPNG module defines PNG_INCLUDE_DIRS and PNG_LIBRARIES. But dEQP's
69 # non-standard variables here to retain compatibility with dEQP's existing
178 # On Android deqp modules are compiled as libraries and linked into final .so
203 # Macro for adding dEQP module
242 add_custom_command(TARGET "${MODULE_NAME}${MODULE_DATA_TARGET_POSTFIX}" POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/${SRC_DIR} ${CMAKE_BINARY_DIR}/\${CONFIGURATION}\${EFFECTIVE_PLATFORM_NAME}/deqp.app/${DST_DIR}
    [all...]
  /external/deqp/external/openglcts/modules/gles3/
es3cTestPackage.cpp 118 class ShaderTests : public deqp::TestCaseGroup
121 ShaderTests(deqp::Context& context) : TestCaseGroup(context, "shaders", "Shading Language Tests")
127 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "arrays.test"));
128 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_300_ES));
129 addChild(new deqp::ShaderIndexingTests(m_context, glu::GLSL_VERSION_300_ES));
130 addChild(new deqp::ShaderLoopTests(m_context, glu::GLSL_VERSION_300_ES));
131 addChild(new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "preprocessor.test"));
132 addChild(new deqp::ShaderLibraryGroup(m_context, "literal_parsing", "Literal Parsing Tests",
134 addChild(new deqp::ShaderStructTests(m_context, glu::GLSL_VERSION_300_ES));
135 addChild(new deqp::ShaderSwitchTests(m_context, glu::GLSL_VERSION_300_ES))
    [all...]
tes3TestCase.hpp 27 namespace deqp namespace
32 using deqp::Context;
33 using deqp::TestCaseGroup;
34 using deqp::TestCase;
37 } // deqp
  /external/deqp/external/vulkancts/modules/vulkan/api/
CMakeLists.txt 53 deqp-vk-package
56 deqp-vk-package
59 add_library(deqp-vk-api STATIC ${DEQP_VK_API_SRCS})
60 target_link_libraries(deqp-vk-api ${DEQP_VK_API_LIBS})
  /external/deqp/external/openglcts/modules/common/
glcParallelShaderCompileTests.hpp 42 class SimpleQueriesTest : public deqp::TestCase
46 SimpleQueriesTest(deqp::Context& context);
57 class MaxShaderCompileThreadsTest : public deqp::TestCase
61 MaxShaderCompileThreadsTest(deqp::Context& context);
73 class CompilationCompletionNonParallelTest : public deqp::TestCase
77 CompilationCompletionNonParallelTest(deqp::Context& context);
89 class CompilationCompletionParallelTest : public deqp::TestCase
93 CompilationCompletionParallelTest(deqp::Context& context);
103 class ParallelShaderCompileTests : public deqp::TestCaseGroup
107 ParallelShaderCompileTests(deqp::Context& context)
    [all...]
  /external/deqp/external/openglcts/modules/
CMakeLists.txt 31 # glcTestPackageRegistry.cpp includes dEQP modules directly
51 deqp-egl${MODULE_LIB_TARGET_POSTFIX}
52 deqp-gles2${MODULE_LIB_TARGET_POSTFIX}
53 deqp-gles3${MODULE_LIB_TARGET_POSTFIX}
54 deqp-gles31${MODULE_LIB_TARGET_POSTFIX}
  /external/autotest/client/site_tests/graphics_dEQP/
generate_controlfiles.py 4 This script generates autotest control files for dEQP. It supports
22 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-inline')
24 'suite:deqp, suite:graphics_per-day, suite:graphics_system, '
27 ATTRIBUTES_DAILY = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
35 test_file_folder = '/usr/local/deqp/master/'
43 hasty_exclude_list = ['dEQP-VK-master']
47 Test('dEQP-GLES2-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles2-master', test_file=GLES2_MASTER_FILE, perf_failure_description='Failures_GLES2'),
48 Test('dEQP-GLES2-master', Suite.bvtpb, shards=10, hasty=True, time='FAST', tag='gles2-master', test_file=GLES2_MASTER_FILE, perf_failure_description=None),
52 Test('dEQP-GLES2.stress', Suite.daily, shards=1, hasty=False, time='LONG', tag='stress', test_file=None, perf_failure_description=None),
53 Test('dEQP-GLES3.accuracy', Suite.none, shards=1, hasty=False, time='FAST', tag=None, tes (…)
    [all...]
control.gles2-master 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
23 'test_names_file=/usr/local/deqp/master/gles2-master.txt',
control.gles2-master.hasty.0 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild'
23 'test_names_file=/usr/local/deqp/master/gles2-master.txt',
control.gles2-master.hasty.1 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild'
23 'test_names_file=/usr/local/deqp/master/gles2-master.txt',
control.gles2-master.hasty.2 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild'
23 'test_names_file=/usr/local/deqp/master/gles2-master.txt',
control.gles2-master.hasty.3 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild'
23 'test_names_file=/usr/local/deqp/master/gles2-master.txt',
control.gles2-master.hasty.4 11 ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-perbuild'
23 'test_names_file=/usr/local/deqp/master/gles2-master.txt',

Completed in 834 milliseconds

<<11121314151617181920>>