Avoid accessing uninitialized values in get/setPixDepth/Stencil
authorMika Isojärvi <misojarvi@google.com>
Wed, 10 Jun 2015 23:27:08 +0000 (16:27 -0700)
committerMika Isojärvi <misojarvi@google.com>
Thu, 11 Jun 2015 22:01:55 +0000 (15:01 -0700)
commit74a1a14a329e7b40806248400aeb1393d91636a7
tree317c2459e0e4ee71aa3c264816e31001685e2e07
parentd748d835cf1b9fefaebaf4d1557aae9d35b64c15
Avoid accessing uninitialized values in get/setPixDepth/Stencil

Access only depth or stencil component when using combined formats in
tcu::Texture to avoid propagating uninitialized values.

Change-Id: I399c912ef07710a5dbb9e85559d108b98a9f2178
framework/common/tcuTexture.cpp