Home
last modified time | relevance | path

Searched refs:RH2 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DETC_Decoder.cpp296 unsigned char RH2 : 1; member
565 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DETC_Decoder.cpp297 unsigned char RH2 : 1; member
568 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock()
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp312 unsigned char RH2 : 1; member
647 int rh = extend_6to8bits(u.pblk.RH1 << 1 | u.pblk.RH2); in decodePlanarBlock()
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp771 const deUint8 RH2 = (deUint8)getBit(src, 32); in decompressETC2Block() local
775 const deUint8 RH = extend6To8((deUint8)((RH1 << 1) | RH2)); in decompressETC2Block()

Completed in 11 milliseconds