Home
last modified time | relevance | path

Searched refs:DEQP_VER (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/.gitlab-ci/
H A Ddeqp-runner.sh37 if [ -z "$DEQP_VER" ]; then
38 echo 'DEQP_SUITE must be set to the name of your deqp-gpu_version.toml, or DEQP_VER must be set to something like "gles2", "gles31-khr" or "vk" for the test run'
52 if [ "$DEQP_VER" = "vk" -a -z "$VK_DRIVER" ]; then
58 if [ "$DEQP_VER" = "vk" ]; then
62 elif [ "$DEQP_VER" = "gles2" -o "$DEQP_VER" = "gles3" -o "$DEQP_VER" = "gles31" -o "$DEQP_VER" = "egl" ]; then
63 MUSTPASS=/deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt
64 DEQP=/deqp/modules/$DEQP_VER/deq
[all...]

Completed in 1 milliseconds