Home
last modified time | relevance | path

Searched +full:traces +full:- +full:db (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml1 .freedreno-test:
3 - .baremetal-test-arm64
4 - .freedreno-rules
7 FLAKES_CHANNEL: "#freedreno-ci"
11 - ./install/bare-metal/fastboot.sh
13 - google-freedreno-db410c
15 .baremetal-deqp-test-freedreno-vk:
17 - .baremetal-deqp-test
24 .freedreno-test-traces:
26 - .piglit-traces-test
[all …]
Drestricted-traces-freedreno.yml1 traces-db:
2 download-url: "http://10.42.0.1:8888/cache/?uri=https://s3.freedesktop.org/mesa-tracie-private/"
4 traces:
7 #- path: stellaris/Stellaris-trim--f722-v20201203-v2.trace
9 # - device: freedreno-a630
12 - path: SirYouAreBeingHunted/sir-f750-v2.trace
14 - device: freedreno-a630
18 #- path: SpecOps/specops-s0-1088-f1300-v2.trace
20 # - device: freedreno-a630
22 - path: AmnesiaTDD/Amnesia-f700-v2.trace
[all …]
Dtraces-freedreno.yml1 traces-db:
2 download-url: "http://10.42.0.1:8888/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/"
4 # NOTE for faster runtime, try to sort tests so the longer running traces
7 # Current approx durations for the longer traces (17 Jun 2021):
9 # half-life-2: 37.83s
11 # counterstrike-source: 14.24s
19 traces:
20 - path: valve/half-life-2-v2.trace
23 # - device: freedreno-a306
26 - device: freedreno-a530
[all …]
/third_party/mesa3d/src/intel/ci/
Dgitlab-ci.yml1 .intel-common-test:
3 - .lava-test:amd64
8 FLAKES_CHANNEL: "#intel-ci"
11 .anv-test:
13 - .intel-common-test
14 - .anv-rules
18 .iris-test:
20 - .intel-common-test
21 - .iris-rules
25 .intel-test:
[all …]
Dtraces-iris.yml1 traces-db:
2 download-url: "http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/"
4 traces:
5 # - path: 0ad/0ad-v2.trace
7 # - device: gl-intel-apl
9 # - device: gl-intel-glk
11 # - device: gl-intel-amly
13 # - device: gl-intel-kbl
15 # - device: gl-intel-whl
17 # - device: gl-intel-cml
[all …]
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-traces.sh3 set -ex
5 INSTALL=$(realpath -s "$PWD"/install)
6 MINIO_ARGS="--token-file ${CI_JOB_JWT_FILE}"
8 RESULTS=$(realpath -s "$PWD"/results)
9 mkdir -p "$RESULTS"
16 export VK_ICD_FILENAMES="$INSTALL/share/vulkan/icd.d/${VK_DRIVER}_icd.${VK_CPU:-`uname -m`}.json"
20 MESA_VERSION=$(head -1 "$INSTALL/VERSION" | sed 's/\./\\./g')
34 set -x
56 SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD --platform surfaceless_egl --api gles2"
66 virgl_test_server >"$RESULTS"/vtest-log.txt 2>&1 &
[all …]
/third_party/mesa3d/docs/drivers/
Dvc4.rst7 option as of the 2016-02-09 Rasbpian release using ``raspi-config``.
19 -------------
25 --------------
30 * 4-byte index buffers.
65 -------------
68 <https://gitlab.freedesktop.org/mesa/mesa/-/issues>`__ page.
74 the problem. Traces attached to bug reports should ideally be small.
80 useful. Install `vc4-gpu-tools
81 <https://github.com/anholt/vc4-gpu-tools/>` and use
82 ``vc4_dump_hang_state my-app.hang``. Sometimes the hang file will
[all …]
Dlima.rst5 (Mali-4xx) embedded GPUs from ARM. It’s a reverse-engineered,
6 community-developed driver, and is not endorsed by ARM. Lima was
12 Mali-400 Utgard Supported
13 Mali-450 Utgard Supported
14 Mali-470 Utgard Unsupported
21 display and has little to do with display-related issues.
24 separate `display driver <#display-drivers>`__ is also required, which
29 --------------
41 Check the `known hardware limitations <#known-hardware-limitations>`__
48 ---------------
[all …]
/third_party/mesa3d/src/gallium/drivers/i915/ci/
Dtraces-i915.yml1 traces-db:
2 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 traces:
8 - path: glxgears/glxgears-2-v2.trace
10 - device: i915-g33
12 - path: gputest/plot3d-v2.trace
14 - device: i915-g33
16 - path: gputest/triangle-v2.trace
19 - device: i915-g33
22 #- path: humus/AmbientAperture-v2.trace
[all …]
/third_party/mesa3d/src/broadcom/ci/
Dtraces-broadcom.yml1 traces-db:
2 …download-url: "http://192.168.40.131:8888/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public…
4 traces:
5 - path: 0ad/0ad.trace
7 - device: broadcom-rpi4
9 - path: behdad-glyphy/glyphy.trace
11 - device: broadcom-rpi4
13 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true.trace
15 - device: broadcom-rpi4
17 - path: glmark2/jellyfish.trace
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
23 - .use-debian/x86_test-gl
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dtraces-llvmpipe.yml1 traces-db:
2 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
4 traces:
5 - path: 0ad/0ad-v2.trace
7 - device: gl-vmware-llvmpipe
9 - path: bgfx/01-cubes.rdc
11 - device: gl-vmware-llvmpipe
13 - path: bgfx/02-metaballs.rdc
15 - device: gl-vmware-llvmpipe
17 - path: bgfx/03-raymarch.rdc
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dtraces-crocus.yml1 traces-db:
2 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
4 traces:
5 - path: 0ad/0ad-v2.trace
7 - device: crocus-g41
9 - device: crocus-hsw
11 - path: behdad-glyphy/glyphy-v2.trace
14 #- device: crocus-g41
16 - device: crocus-hsw
18 - path: glxgears/glxgears-2-v2.trace
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dtraces-radeonsi.yml1 traces-db:
2 download-url: "http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/"
4 traces:
5 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
7 - device: gl-radeonsi-stoney
9 - path: glmark2/jellyfish-v2.trace
11 - device: gl-radeonsi-stoney
13 - path: glxgears/glxgears-2-v2.trace
15 - device: gl-radeonsi-stoney
17 - path: 0ad/0ad-v2.trace
[all …]
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dfastboot.sh3 BM=$CI_PROJECT_DIR/install/bare-metal
6 if [ -z "$BM_SERIAL" -a -z "$BM_SERIAL_SCRIPT" ]; then
7 …echo "Must set BM_SERIAL OR BM_SERIAL_SCRIPT in your gitlab-runner config.toml [[runners]] environ…
15 if [ -z "$BM_POWERUP" ]; then
16 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment"
22 if [ -z "$BM_POWERDOWN" ]; then
23 echo "Must set BM_POWERDOWN in your gitlab-runner config.toml [[runners]] environment"
28 if [ -z "$BM_FASTBOOT_SERIAL" ]; then
29 echo "Must set BM_FASTBOOT_SERIAL in your gitlab-runner config.toml [[runners]] environment"
30 echo "This must be the a stable-across-resets fastboot serial number."
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dtraces-panfrost.yml1 traces-db:
2 download-url: "http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/"
4 traces:
5 - path: behdad-glyphy/glyphy-v2.trace
7 - device: gl-panfrost-t860
9 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
11 - device: gl-panfrost-t860
13 - device: gl-panfrost-t760
15 - path: glmark2/jellyfish-v2.trace
17 - device: gl-panfrost-t860
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dtraces-virgl.yml1 traces-db:
2 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
4 traces:
5 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
7 - device: gl-virgl
9 - path: glmark2/jellyfish-v2.trace
11 - device: gl-virgl
13 - path: glxgears/glxgears-2-v2.trace
15 - device: gl-virgl
17 - path: gputest/furmark-v2.trace
[all …]
Dtraces-virgl-iris.yml1 traces-db:
2 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
4 traces:
6 # - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
8 # - device: gl-virgl
10 - path: glmark2/jellyfish-v2.trace
12 - device: gl-virgl
14 - path: glxgears/glxgears-2-v2.trace
16 - device: gl-virgl
18 - path: gputest/furmark-v2.trace
[all …]
/third_party/astc-encoder/Test/
Dastc_trace_analysis.py2 # SPDX-License-Identifier: Apache-2.0
3 # -----------------------------------------------------------------------------
10 # http://www.apache.org/licenses/LICENSE-2.0
17 # -----------------------------------------------------------------------------
22 product, so traces and their associated tools are volatile and may change
200 # Special case - None candidates for 0 partition
236 # Special case for constant color blocks - no trial candidates
241 errorval = candidate.refinement_errors[-1]
351 # -------------------------------------------------------------------------
358 print(" - Block size: %ux%ux%u" % dat)
[all …]
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
D22.0.0.rst1 Mesa 22.0.0 Release Notes / 2022-03-09
20 ---------------
24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz
28 ------------
30 - lavapipe,radv,anv KHR_dynamic_rendering
31 - radv EXT_image_view_min_lod
32 - VK_KHR_synchronization2 on RADV.
33 - OpenSWR has been moved to the Amber branch
34 - radeonsi, zink ARB_sparse_texture
35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff…
[all …]
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
/third_party/sqlite/src/
Dshell.c5 ** "shell.c" file used to implement the SQLite command-line shell.
13 ** source file to help make the command-line program easier to compile.
41 ** Optionally #include a user-defined header, whereby compilation options
64 ** the browser-mode build has much different user input requirements
98 ** Enable large-file support for fopen() and friends on unix.
224 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
226 * overridden with the -batch command line option.
284 /* Return the current wall-clock time */
290 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
291 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
[all …]
/third_party/mesa3d/src/amd/common/
Dac_rgp.c48 #include "drm-uapi/amdgpu_drm.h"
144 header->magic_number = SQTT_FILE_MAGIC_NUMBER; in ac_sqtt_fill_header()
145 header->version_major = SQTT_FILE_VERSION_MAJOR; in ac_sqtt_fill_header()
146 header->version_minor = SQTT_FILE_VERSION_MINOR; in ac_sqtt_fill_header()
147 header->flags.value = 0; in ac_sqtt_fill_header()
148 header->flags.is_semaphore_queue_timing_etw = 1; in ac_sqtt_fill_header()
149 header->flags.no_queue_semaphore_timestamps = 0; in ac_sqtt_fill_header()
150 header->chunk_offset = sizeof(*header); in ac_sqtt_fill_header()
155 header->second = timep->tm_sec; in ac_sqtt_fill_header()
156 header->minute = timep->tm_min; in ac_sqtt_fill_header()
[all …]
/third_party/backends/ChangeLogs/
DChangeLog-1.0.211 ****** Release of sane-backends 1.0.21. End of code freeze ******
3 2010-04-25 Chris Bagwell <chris at cnpbagwell do com>
4 * tools/sane-config.in: Fix typo: REGMGR=RESMGR.
6 2010-04-21 m. allan noah <kitno455 at gmail dot com>
7 * tools/.gitignore: add sane-backends.pc
11 2010-04-20 Chris Bagwell <chris at cnpbagwell do com>
12 * doc/descriptions-external/epkowa.desc: Updated based
14 Updated 4 pre-existing SCSI models with commonly used
16 to be correctly detected using auto-generated hal and udev
19 2010-04-18 m. allan noah <kitno455 at gmail dot com>
[all …]

12