Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp447 inline deInt8 extendSigned3To8 (deUint8 src) in extendSigned3To8() function
455 const deUint8 t = (deUint8)((deInt8)base5 + extendSigned3To8(delta3)); in extend5Delta3To8()
559 const deInt8 selDR = extendSigned3To8((deUint8)getBits(src, 56, 58)); // 3 bits. in decompressETC2Block()
560 const deInt8 selDG = extendSigned3To8((deUint8)getBits(src, 48, 50)); in decompressETC2Block()
561 const deInt8 selDB = extendSigned3To8((deUint8)getBits(src, 40, 42)); in decompressETC2Block()