mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 04:40:09 +01:00
zink: set ZINK_DESCRIPTORS=db for radv jobs
there's no testing for this in ci, and radv has a unique heap/memory setup which catches allocation regressions Reviewed-by: Martin Roukala <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20968>
This commit is contained in:
parent
75e5d458a0
commit
a10529080b
2 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ for var in \
|
||||||
VK_DRIVER \
|
VK_DRIVER \
|
||||||
VK_ICD_FILENAMES \
|
VK_ICD_FILENAMES \
|
||||||
VKD3D_PROTON_RESULTS \
|
VKD3D_PROTON_RESULTS \
|
||||||
|
ZINK_DESCRIPTORS \
|
||||||
; do
|
; do
|
||||||
if [ -n "${!var+x}" ]; then
|
if [ -n "${!var+x}" ]; then
|
||||||
echo "export $var=${!var@Q}"
|
echo "export $var=${!var@Q}"
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,7 @@ zink-freedreno-a630-traces:
|
||||||
variables:
|
variables:
|
||||||
PIGLIT_PROFILES: all
|
PIGLIT_PROFILES: all
|
||||||
PIGLIT_PLATFORM: gbm
|
PIGLIT_PLATFORM: gbm
|
||||||
|
ZINK_DESCRIPTORS: db
|
||||||
B2C_TEST_SCRIPT: ./install/valve/gl_combined_testing.sh
|
B2C_TEST_SCRIPT: ./install/valve/gl_combined_testing.sh
|
||||||
B2C_JOB_SUCCESS_REGEX: 'Execution is over, pipeline status: 0'
|
B2C_JOB_SUCCESS_REGEX: 'Execution is over, pipeline status: 0'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue