Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFormatVariadic.cpp124 std::size_t BO2 = Fmt.find_first_of('{', BO + 1); in splitLiteralAndReplacement() local
125 if (BO2 < BC) in splitLiteralAndReplacement()
126 return std::make_pair(ReplacementItem{Fmt.substr(0, BO2)}, in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DETC_Decoder.cpp293 unsigned char BO2 : 2; member
566 int bo = extend_6to8bits(BO1 << 5 | BO2 << 3 | BO3a << 1 | BO3b); in decodePlanarBlock()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DETC_Decoder.cpp292 unsigned char BO2 : 2; member
563 int bo = extend_6to8bits(BO1 << 5 | BO2 << 3 | BO3a << 1 | BO3b); in decodePlanarBlock()
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp309 unsigned char BO2 : 2; member
646 extend_6to8bits(u.pblk.BO1 << 5 | u.pblk.BO2 << 3 | u.pblk.BO3a << 1 | u.pblk.BO3b); in decodePlanarBlock()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp309 unsigned char BO2 : 2; member
646 extend_6to8bits(u.pblk.BO1 << 5 | u.pblk.BO2 << 3 | u.pblk.BO3a << 1 | u.pblk.BO3b); in decodePlanarBlock()
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp768 const deUint8 BO2 = (deUint8)getBits(src, 43, 44); in decompressETC2Block() local
774 const deUint8 BO = extend6To8((deUint8)((BO1 << 5) | (BO2 << 3) | BO3)); in decompressETC2Block()