BC3-5: Remove potentially misaligned uint64 read
authorChris Forbes <chrisforbes@google.com>
Fri, 19 Jan 2018 00:58:18 +0000 (16:58 -0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 2 Feb 2018 11:42:43 +0000 (06:42 -0500)
commitf87519fd1d59e2c9beb06feeeae08c58fd8b9a51
tree30d88b9e4dcdef32ea23e721b47ece858ffac95f
parent327b19d759e4a8baac64cd92cf9946ff743a0e0a
BC3-5: Remove potentially misaligned uint64 read

ARMv7 is fussy about this and explodes if src+2 isn't properly aligned,
which is likely to be the case.

VK-GL-CTS Issue: 954

Affects: dEQP-VK.texture.compressed.bc{3,4,5}*
Components: Framework

Change-Id: Idf0846603f4bf5d569a4084b8f399dd8da99221e
framework/common/tcuCompressedTexture.cpp