mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-21 01:38:23 +02:00
nir: Handle nir_var_mem_push_const in divergence analysis
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42243>
This commit is contained in:
parent
cdc6a0bfed
commit
10486d0dbc
1 changed files with 1 additions and 0 deletions
|
|
@ -1180,6 +1180,7 @@ nir_variable_mode_is_uniform(nir_variable_mode mode)
|
|||
switch (mode) {
|
||||
case nir_var_uniform:
|
||||
case nir_var_mem_ubo:
|
||||
case nir_var_mem_push_const:
|
||||
case nir_var_mem_ssbo:
|
||||
case nir_var_mem_shared:
|
||||
case nir_var_mem_task_payload:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue