projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fadc8
)
pan/mdg: Track v_mov type (force uint32 for now?)
author
Alyssa Rosenzweig
<alyssa.rosenzweig@collabora.com>
Mon, 27 Apr 2020 23:11:07 +0000
(19:11 -0400)
committer
Marge Bot
<eric+marge@anholt.net>
Wed, 29 Apr 2020 15:35:54 +0000
(15:35 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4793>
src/panfrost/midgard/compiler.h
patch
|
blob
|
history
diff --git
a/src/panfrost/midgard/compiler.h
b/src/panfrost/midgard/compiler.h
index 92772e26a42754bb4e5f03613c9e2769c66b112b..5158ea6a85cf3dfcd9019a7a1fc37aa93f59e4ff 100644
(file)
--- a/
src/panfrost/midgard/compiler.h
+++ b/
src/panfrost/midgard/compiler.h
@@
-518,8
+518,10
@@
v_mov(unsigned src, unsigned dest)
.type = TAG_ALU_4,
.mask = 0xF,
.src = { ~0, src, ~0, ~0 },
+ .src_types = { 0, nir_type_uint32 },
.swizzle = SWIZZLE_IDENTITY,
.dest = dest,
+ .dest_type = nir_type_uint32,
.alu = {
.op = midgard_alu_op_imov,
.reg_mode = midgard_reg_mode_32,