Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DETC_Decoder.cpp281 unsigned char GO1 : 1; member
565 int go = extend_7to8bits(GO1 << 6 | GO2); in decodePlanarBlock()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DETC_Decoder.cpp280 unsigned char GO1 : 1; member
562 int go = extend_7to8bits(GO1 << 6 | GO2); in decodePlanarBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1850 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local
1855 if (L->isLoopInvariant(GO1) && !L->isLoopInvariant(SO1)) { in visitGetElementPtrInst()
1877 Src->setOperand(1, GO1); in visitGetElementPtrInst()
1886 Builder.CreateGEP(GEPEltType, SO0, GO1, Src->getName())); in visitGetElementPtrInst()
1916 Value *GO1 = GEP.getOperand(1); in visitGetElementPtrInst() local
1922 if (SO1->getType() != GO1->getType()) in visitGetElementPtrInst()
1926 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp299 unsigned char GO1 : 1; member
644 int go = extend_7to8bits(u.pblk.GO1 << 6 | u.pblk.GO2); in decodePlanarBlock()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp299 unsigned char GO1 : 1; member
644 int go = extend_7to8bits(u.pblk.GO1 << 6 | u.pblk.GO2); in decodePlanarBlock()
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp765 const deUint8 GO1 = (deUint8)getBit(src, 56); in decompressETC2Block() local
773 const deUint8 GO = extend7To8((deUint8)((GO1 << 6) | GO2)); in decompressETC2Block()