Avoid accessing pixel depth directly in tcuTexCompareVerifier.
authorJarkko Pöyry <jpoyry@google.com>
Tue, 21 Apr 2015 01:50:49 +0000 (18:50 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Tue, 21 Apr 2015 02:19:01 +0000 (19:19 -0700)
commitd26a314f203a4923b7e8fe00c2ecb59efc6fcb97
tree95d93e910e0897de31566e16c6f8531ce46731ec
parent9092506a6b960a486095e44d04dda9b5bfb0a4fe
Avoid accessing pixel depth directly in tcuTexCompareVerifier.

- Avoid accessing depth directly to make structure idential to
  tcuTexLookupVerifier and to make refactoring easier.
- Add sanity checks to isGatherOffsetsCompareResultValid().

Change-Id: I3afc3015edc775c1baf13eea94a781bc6f6e4829
framework/common/tcuTexCompareVerifier.cpp