mesa/ci-expects
Danylo Piliaiev 0fa7ec1473 turnip,freedreno/a6xx: tell hw the size of shared mem used by CS
Before, we only used 2k of shared memory.

It was found that 5 lower bits of SP_CS_UNKNOWN_A9B1 do control
the available size of shared memory for compute shaders, with
AVAILABLE_SIZE = (SP_CS_UNKNOWN_A9B1_SHARED_SIZE + 1) * 1k
up to 32k. And SP_CS_UNKNOWN_A9B1_SHARED_SIZE being zero enables
all 32k of shared memory.

Fixes tests:
 dEQP-VK.rasterization.line_continuity.line-strip
 dEQP-VK.memory_model.message_passing.core11.u32.coherent.fence_fence.atomicwrite.workgroup.payload_local.buffer.guard_nonlocal.workgroup.comp
 dEQP-VK.memory_model.message_passing.core11.u32.coherent.fence_fence.atomicwrite.workgroup.payload_nonlocal.workgroup.guard_local.buffer.comp
 dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.workgroup.payload_local.image.guard_nonlocal.workgroup.comp

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9157>
2021-02-19 20:28:44 +02:00
..
default
freedreno turnip,freedreno/a6xx: tell hw the size of shared mem used by CS 2021-02-19 20:28:44 +02:00
lima
llvmpipe
lvp
panfrost panfrost/ci: Mark flaky test 2021-02-18 21:48:22 +00:00
radeonsi radeonsi: fix si_check_render_feedback 2021-02-17 09:11:46 +00:00
radv radv: Use u_format helpers when possible. 2021-02-13 21:47:16 +00:00
softpipe mesa/st: Make sure to unbind cb0 on transition away from gs/tess shaders. 2021-02-18 00:49:00 +00:00
v3d ci/v3d: Add V3D and V3DV testing 2021-02-15 15:47:31 +00:00
v3dv ci/v3d: Add V3D and V3DV testing 2021-02-15 15:47:31 +00:00
vc4
virgl ci/virgl: Fix GLES31 testing on desktop GL. 2021-02-10 03:31:56 +00:00