Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp312 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() function
376 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block()
384 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC1Block()
385 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC1Block()
386 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55)); in decompressETC1Block()
387 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51)); in decompressETC1Block()
388 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC1Block()
389 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC1Block()
394 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5b in decompressETC1Block()
395 deUint8 dR = (deUint8)getBits(src, 56, 58); // 3b in decompressETC1Block()
[all …]
DtcuAstcUtil.cpp55 inline deUint32 getBits (deUint32 src, int low, int high) in getBits() function
100 return getBits(v, 10, 14) == 31; in isFloat16InfOrNan()
221 deUint32 getBits (int low, int high) const in getBits() function in tcu::astc::__anonb49564040111::Block128
282 return m_forward ? m_src.getBits(m_startNdxInSrc + low, m_startNdxInSrc + high) in getNext()
283 : reverseBits(m_src.getBits(m_startNdxInSrc - high, m_startNdxInSrc - low), numBitsFromSrc); in getNext()
346 blockMode.isVoidExtent = getBits(blockModeData, 0, 8) == 0x1fc; in getASTCBlockMode()
350 …if ((getBits(blockModeData, 0, 1) == 0 && getBits(blockModeData, 6, 8) == 7) || getBits(blockModeD… in getASTCBlockMode()
355 if (getBits(blockModeData, 0, 1) == 0) in getASTCBlockMode()
360 const deUint32 i78 = getBits(blockModeData, 7, 8); in getASTCBlockMode()
372 const deUint32 a = getBits(blockModeData, 5, 6); in getASTCBlockMode()
[all …]
/external/drm_hwcomposer/
Ddrmdisplaycomposition.cpp198 if (region.id_set.getBits() & exclude_mask) in SeparateLayers()
206 uint64_t dedicated_intersect = region.id_set.getBits() & dedicated_mask; in SeparateLayers()
218 if (!(region.id_set.getBits() >> layer_offset)) in SeparateLayers()
223 SetBitsToVector(region.id_set.getBits() >> layer_offset, comp_layers)}); in SeparateLayers()
Dseparate_rects.h112 TUInt getBits() const { in getBits() function
Dseparate_rects.cpp69 os << ((obj.getBits() & (mask >> i)) ? "1" : "0"); in operator <<()
Ddrmdisplaycompositor.cpp68 region.layer_refs = out_region.id_set.getBits(); in Init()
/external/clang/include/clang/Sema/
DObjCMethodList.h41 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_DefaultPlacement.h21 CFX_ArrayTemplate<uint8_t>& getBits();
DBC_DefaultPlacement.cpp46 CFX_ArrayTemplate<uint8_t>& CBC_DefaultPlacement::getBits() { in getBits() function in CBC_DefaultPlacement
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
DGLVTypeBParameters.java94 public int getBits() in getBits() method in GLVTypeBParameters
DGLVTypeBEndomorphism.java25 int bits = parameters.getBits(); in decomposeScalar()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h1549 unsigned getBits() { return *Location; }
1572 unsigned getBits() { return Bits; }
/external/llvm/include/llvm/Support/
DCommandLine.h1531 unsigned getBits() { return *Location; }
1554 unsigned getBits() { return Bits; }
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h1450 unsigned getBits() { return *Location; }
1480 unsigned getBits() { return Bits; }
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3204 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3205 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
4130 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
/external/llvm/docs/
DCommandLine.rst573 It's also possible to get the raw bit vector using the ``cl::bits::getBits``
578 unsigned bits = OptimizationBits.getBits();
/external/clang/lib/Serialization/
DASTWriter.cpp2939 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
2946 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()