Lines Matching refs:DEQP_VER
37 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/deqp-$DEQP_VER
65 elif [ "$DEQP_VER" = "gles2-khr" -o "$DEQP_VER" = "gles3-khr" -o "$DEQP_VER" = "gles31-khr" -o "$DEQP_VER" = "gles32-khr" ]; then
66 MUSTPASS=/deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt
69 MUSTPASS=/deqp/mustpass/$DEQP_VER-$DEQP_VARIANT.txt
157 if [ $DEQP_VER != vk -a $DEQP_VER != egl ]; then