mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
pan/mdg: Track v_mov type (force uint32 for now?)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4793>
This commit is contained in:
parent
74fadc8859
commit
53c183736e
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue