mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 02:30:12 +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_ICD_FILENAMES \
|
||||
VKD3D_PROTON_RESULTS \
|
||||
ZINK_DESCRIPTORS \
|
||||
; do
|
||||
if [ -n "${!var+x}" ]; then
|
||||
echo "export $var=${!var@Q}"
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ zink-freedreno-a630-traces:
|
|||
variables:
|
||||
PIGLIT_PROFILES: all
|
||||
PIGLIT_PLATFORM: gbm
|
||||
ZINK_DESCRIPTORS: db
|
||||
B2C_TEST_SCRIPT: ./install/valve/gl_combined_testing.sh
|
||||
B2C_JOB_SUCCESS_REGEX: 'Execution is over, pipeline status: 0'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue