Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp262 unsigned char GO2 : 6; member
540 int go = extend_7to8bits(GO1 << 6 | GO2); in decodePlanarBlock()
/external/deqp/framework/common/
DtcuCompressedTexture.cpp665 const deUint8 GO2 = (deUint8)getBits(src, 49, 54); in decompressETC2Block() local
672 const deUint8 GO = extend7To8((deUint8)((GO1 << 6) | GO2)); in decompressETC2Block()