Home
last modified time | relevance | path

Searched refs:BO3 (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp769 const deUint8 BO3 = (deUint8)getBits(src, 39, 41); in decompressETC2Block() local
774 const deUint8 BO = extend6To8((deUint8)((BO1 << 5) | (BO2 << 3) | BO3)); in decompressETC2Block()