diff options
author | Jose Maria Casanova Crespo <[email protected]> | 2018-03-19 15:03:17 +0100 |
---|---|---|
committer | Jose Maria Casanova Crespo <[email protected]> | 2018-04-20 13:30:12 +0200 |
commit | eb96bd57c71dba81e81c61f30ff8f4c5be17440f (patch) | |
tree | ca40f46d886b5bb25b7c24c9aaa785c8bf9bb7f5 /src/mesa/main | |
parent | 24fb3e6aa166b3afe906eb2845077766075189ed (diff) |
i965/fs: retype offset_reg to UD at load_ssbo
All operations with offset_reg at do_vector_read are done
with UD type. So copy propagation was not working through
the generated MOVs:
mov(8) vgrf9:UD, vgrf7:D
This change allows removing the MOV generated for reading the
first components for 16-bit and 64-bit ssbo reads with
non-constant offsets.
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions