diff options
author | Rob Clark <[email protected]> | 2013-06-21 14:39:54 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2013-06-21 15:37:05 -0400 |
commit | 3f965556b49e58c6cce3e58ab4fecefabab71216 (patch) | |
tree | 523d5c26746e67681c4122a4477075520b0bcbb4 /src/gtest | |
parent | 0343f20e2f8cc8a588effb028c4043ed2a4744c0 (diff) |
freedreno/a3xx/compiler: fix for replicating instructions
If we are accumulating result into tmp.x, and need a mov to final
destination, we want to move the .x component into all of the components
enabled from the read dest's writemask, ie. we want:
MOV dst.xyzw tmp.xxxx
rather than:
MOV dst.xyzw tmp.xyzw
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gtest')
0 files changed, 0 insertions, 0 deletions