Home
last modified time | relevance | path

Searched full:gpu_version (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/intel/ci/
Dgitlab-ci.yml37 GPU_VERSION: anv-tgl
57 GPU_VERSION: iris-apl
66 GPU_VERSION: iris-glk
76 GPU_VERSION: iris-amly
85 GPU_VERSION: iris-kbl
94 GPU_VERSION: iris-whl
103 GPU_VERSION: iris-cml
189 PIGLIT_REPLAY_DEVICE_NAME: "gl-${GPU_VERSION}"
190 PIGLIT_RESULTS: "${GPU_VERSION}-${PIGLIT_PROFILES}"
196 GPU_VERSION: intel-apl
[all …]
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-runner.sh5 if [ -z "$GPU_VERSION" ]; then
6 …echo 'GPU_VERSION must be set to something like "llvmpipe" or "freedreno-a630" (the name used in y…
56 if [ -e "$INSTALL/$GPU_VERSION-fails.txt" ]; then
57 PIGLIT_RUNNER_OPTIONS="$PIGLIT_RUNNER_OPTIONS --baseline $INSTALL/$GPU_VERSION-fails.txt"
61 touch $INSTALL/$GPU_VERSION-flakes.txt
75 if [ -e "$INSTALL/$GPU_VERSION-skips.txt" ]; then
76 PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$GPU_VERSION-skips.txt"
87 --flakes $INSTALL/$GPU_VERSION-flakes.txt \
108 --known-flakes $INSTALL/$GPU_VERSION-flakes.txt \
/third_party/mesa3d/.gitlab-ci/
Dgtest-runner.sh13 if [ -e "$INSTALL/$GPU_VERSION-fails.txt" ]; then
14 GTEST_RUNNER_OPTIONS="$GTEST_RUNNER_OPTIONS --baseline $INSTALL/$GPU_VERSION-fails.txt"
18 touch $INSTALL/$GPU_VERSION-flakes.txt
28 if [ -e "$INSTALL/$GPU_VERSION-skips.txt" ]; then
29 GTEST_SKIPS="$GTEST_SKIPS --skips $INSTALL/$GPU_VERSION-skips.txt"
40 --flakes $INSTALL/$GPU_VERSION-flakes.txt \
61 --known-flakes $INSTALL/$GPU_VERSION-flakes.txt \
Ddeqp-runner.sh10 if [ -z "$GPU_VERSION" ]; then
11 …echo 'GPU_VERSION must be set to something like "llvmpipe" or "freedreno-a630" (the name used in .…
38 …echo 'DEQP_SUITE must be set to the name of your deqp-gpu_version.toml, or DEQP_VER must be set to…
102 if [ -e "$INSTALL/$GPU_VERSION-fails.txt" ]; then
103 DEQP_RUNNER_OPTIONS="$DEQP_RUNNER_OPTIONS --baseline $INSTALL/$GPU_VERSION-fails.txt"
107 touch $INSTALL/$GPU_VERSION-flakes.txt
122 if [ -e "$INSTALL/$GPU_VERSION-skips.txt" ]; then
123 DEQP_SKIPS="$DEQP_SKIPS $INSTALL/$GPU_VERSION-skips.txt"
176 --flakes $INSTALL/$GPU_VERSION-flakes.txt \
188 --flakes $INSTALL/$GPU_VERSION-flakes.txt \
[all …]
Dskqp-runner.sh32 SKQP_FILE_PREFIX="${INSTALL}/${GPU_VERSION}-skqp"
87 if [ -z "$GPU_VERSION" ]; then
88 echo 'GPU_VERSION must be set to something like "llvmpipe" or
/third_party/mesa3d/src/amd/ci/
Dgitlab-ci.yml15 GPU_VERSION: radv-stoney-aco
145 GPU_VERSION: radv-kabini-aco
160 GPU_VERSION: radv-stoney-aco
174 GPU_VERSION: radv-polaris10-aco
181 GPU_VERSION: radv-vega10-aco
189 GPU_VERSION: radv-renoir-aco
196 GPU_VERSION: radv-navi10-aco
203 GPU_VERSION: radv-navi21-aco
210 GPU_VERSION: radv-navi21-llvm
219 GPU_VERSION: radv-vangogh-aco
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dgitlab-ci.yml15 GPU_VERSION: panfrost-t720
28 GPU_VERSION: panfrost-t760
43 GPU_VERSION: panfrost-t760
63 GPU_VERSION: panfrost-t860
98 GPU_VERSION: panfrost-g52
141 GPU_VERSION: panfrost-g72
160 GPU_VERSION: panfrost-t820
/third_party/mesa3d/src/broadcom/ci/
Dgitlab-ci.yml7 GPU_VERSION: broadcom-rpi3
56 GPU_VERSION: broadcom-rpi4
99 GPU_VERSION: broadcom-rpi4
117 GPU_VERSION: broadcom-rpi4
145 GPU_VERSION: broadcom-rpi4
/third_party/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml41 GPU_VERSION: freedreno-a307
91 GPU_VERSION: freedreno-a530
135 GPU_VERSION: freedreno-a618
167 GPU_VERSION: freedreno-a630
202 GPU_VERSION: freedreno-a630-asan
244 GPU_VERSION: freedreno-a630-asan
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dgitlab-ci.yml17 GPU_VERSION: virpipe-gl
35 GPU_VERSION: virgl-gl
48 GPU_VERSION: virgl-gles
79 GPU_VERSION: virgl
/third_party/mesa3d/src/gallium/frontends/lavapipe/ci/
Dgitlab-ci.yml8 GPU_VERSION: lvp
27 GPU_VERSION: lvp-asan
/third_party/mesa3d/src/gallium/drivers/softpipe/ci/
Dgitlab-ci.yml3 GPU_VERSION: softpipe
29 GPU_VERSION: softpipe-asan
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dgitlab-ci.yml8 GPU_VERSION: zink-lvp
37 GPU_VERSION: zink-anv-tgl
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dgitlab-ci.yml10 GPU_VERSION: crocus-g41
22 GPU_VERSION: crocus-hsw
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml8 GPU_VERSION: llvmpipe
57 GPU_VERSION: llvmpipe-asan
/third_party/mesa3d/docs/ci/
Dskqp.rst46 | Render tests | `${MESA_REPOSITORY_DIR}/src/${GPU_DRIVER}/ci/${GPU_VERSION}-${SKQP_BACKEND}_render…
48 | Unit tests | `${MESA_REPOSITORY_DIR}/src/${GPU_DRIVER}/ci/${GPU_VERSION}_unittests.txt` …
65 - GPU_VERSION: `freedreno-a630`
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml96 PIGLIT_REPLAY_DEVICE_NAME: "gl-${GPU_VERSION}"
97 PIGLIT_RESULTS: "${GPU_VERSION}-${PIGLIT_PROFILES}"
/third_party/mesa3d/src/gallium/drivers/i915/ci/
Dgitlab-ci.yml10 GPU_VERSION: i915-g33
/third_party/mesa3d/.gitlab-ci/common/
Dgenerate-env.sh55 GPU_VERSION \
/third_party/mesa3d/src/gallium/drivers/lima/ci/
Dgitlab-ci.yml10 GPU_VERSION: lima
/third_party/mesa3d/src/etnaviv/ci/
Dgitlab-ci.yml18 GPU_VERSION: "etnaviv-gc2000"
/third_party/mesa3d/src/gallium/drivers/nouveau/ci/
Dgitlab-ci.yml10 GPU_VERSION: nouveau-gm20b
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dgitlab-ci.yml7 GPU_VERSION: radeonsi-stoney
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst770 - radv/ci: Fix the GPU_VERSION for polaris10