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:50 +0000 (06:42 -0500)
commitbcd1f167842fe73d7d4fb8e50910b4abb5de254c
treeb2784420a050e78769a1ba3372fc5407c57be243
parent9a128e71aa913b8be85af41f1d18ed00c48dd36f
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
(cherry picked from commit f87519fd1d59e2c9beb06feeeae08c58fd8b9a51)
framework/common/tcuCompressedTexture.cpp