mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
aco: read 0 from inactive lanes when using dpp
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5695>
This commit is contained in:
parent
c417172751
commit
09f48de582
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class Format(Enum):
|
|||
return [('uint16_t', 'dpp_ctrl', None),
|
||||
('uint8_t', 'row_mask', '0xF'),
|
||||
('uint8_t', 'bank_mask', '0xF'),
|
||||
('bool', 'bound_ctrl', 'false')]
|
||||
('bool', 'bound_ctrl', 'true')]
|
||||
elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]:
|
||||
return [('uint16_t', 'offset', 0),
|
||||
('bool', 'can_reorder', 'true'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue