diff options
author | Rob Clark <[email protected]> | 2015-04-22 13:11:33 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-04-22 13:20:28 -0400 |
commit | cb24d3b7ad2f6c03edd86d827db2b308670ae8a7 (patch) | |
tree | 411b2dfe3d553bed4e7f26fe1465af328a7621b0 /src/gallium/drivers/freedreno/ir3/instr-a3xx.h | |
parent | 1b58d8c2bf6136af2a89178f9da4e5f0631d2909 (diff) |
freedreno: misc minor cleanups
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/ir3/instr-a3xx.h')
-rw-r--r-- | src/gallium/drivers/freedreno/ir3/instr-a3xx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/ir3/instr-a3xx.h b/src/gallium/drivers/freedreno/ir3/instr-a3xx.h index 98637c7874d..cffa62b6f34 100644 --- a/src/gallium/drivers/freedreno/ir3/instr-a3xx.h +++ b/src/gallium/drivers/freedreno/ir3/instr-a3xx.h @@ -625,9 +625,10 @@ typedef union PACKED { uint32_t pad1 : 31; /* dword1: */ - uint32_t pad2 : 17; + uint32_t dst : 8; + uint32_t dummy2 : 9; uint32_t type : 3; - uint32_t pad3 : 2; + uint32_t dummy3 : 2; uint32_t opc : 5; uint32_t jmp_tgt : 1; uint32_t sync : 1; |