mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
panfrost: Set helper_invocation_enable for Bifrost
Actually, this is for barriers, field name is wrong. But it's the same as Midgard. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7081>
This commit is contained in:
parent
7fdb090709
commit
3ecffd9e6b
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ pan_prepare_bifrost_props(struct panfrost_shader_state *state,
|
|||
/* Early-Z set at draw-time */
|
||||
state->properties.unknown = 0x950020; /* XXX */
|
||||
state->properties.uniform_buffer_count = state->ubo_count;
|
||||
state->properties.helper_invocation_enable = state->helper_invocations;
|
||||
|
||||
pan_prepare(&state->preload, PRELOAD);
|
||||
state->preload.uniform_count = state->uniform_count;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue