projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c417172
)
aco: read 0 from inactive lanes when using dpp
author
Rhys Perry
<pendingchaos02@gmail.com>
Mon, 29 Jun 2020 18:48:54 +0000
(19:48 +0100)
committer
Marge Bot
<eric+marge@anholt.net>
Mon, 13 Jul 2020 14:11:50 +0000
(14:11 +0000)
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>
src/amd/compiler/aco_opcodes.py
patch
|
blob
|
history
diff --git
a/src/amd/compiler/aco_opcodes.py
b/src/amd/compiler/aco_opcodes.py
index bee3186ebaeb1adb60b9076b1fbd1071fc8bd165..551fba81377fd9044cde72a713ddaa6bfecaa9c4 100644
(file)
--- a/
src/amd/compiler/aco_opcodes.py
+++ b/
src/amd/compiler/aco_opcodes.py
@@
-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', '
fals
e')]
+ ('bool', 'bound_ctrl', '
tru
e')]
elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]:
return [('uint16_t', 'offset', 0),
('bool', 'can_reorder', 'true'),