mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
nir: Add CAN_REORDER to load_ubo_dxil
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12707>
This commit is contained in:
parent
ada05759e1
commit
9461fe5cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,7 @@ load("scratch_dxil", [1], [], [CAN_ELIMINATE])
|
|||
# src[] = { deref_var, offset }
|
||||
load("ptr_dxil", [1, 1], [], [])
|
||||
# src[] = { index, 16-byte-based-offset }
|
||||
load("ubo_dxil", [1, 1], [], [CAN_ELIMINATE])
|
||||
load("ubo_dxil", [1, 1], [], [CAN_ELIMINATE, CAN_REORDER])
|
||||
|
||||
# DXIL Shared atomic intrinsics
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue