Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp478 deUint8 baseR[2]; in decompressETC1Block() local
485 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC1Block()
486 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC1Block()
502 baseR[0] = extend5To8(bR); in decompressETC1Block()
506 baseR[1] = extend5Delta3To8(bR, dR); in decompressETC1Block()
535 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255); in decompressETC1Block()
593 deUint8 baseR[2]; in decompressETC2Block() local
600 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC2Block()
601 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC2Block()
610 baseR[0] = extend5To8(selBR); in decompressETC2Block()
[all …]