Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp431 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() function
477 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block()
485 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC1Block()
486 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC1Block()
487 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55)); in decompressETC1Block()
488 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51)); in decompressETC1Block()
489 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC1Block()
490 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC1Block()
495 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5b in decompressETC1Block()
496 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::__anon734a9f040111::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 …]
/third_party/glslang/SPIRV/
Dhex_float.h325 uint_type getBits() const { return spvutils::BitwiseCast<uint_type>(value_); }
336 return static_cast<uint_type>((getBits() & exponent_mask) >>
348 return getBits() & fraction_encode_mask;
354 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0
381 bool isNegative() const { return (getBits() & sign_mask) != 0; }
597 (getBits() & exponent_mask) == exponent_mask && significand != 0;
601 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h313 uint_type getBits() const { return spvutils::BitwiseCast<uint_type>(value_); }
324 return static_cast<uint_type>((getBits() & exponent_mask) >>
336 return getBits() & fraction_encode_mask;
342 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0
369 bool isNegative() const { return (getBits() & sign_mask) != 0; }
595 (getBits() & exponent_mask) == exponent_mask && significand != 0;
599 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h358 uint_type getBits() const { return value_.data(); }
368 return static_cast<uint_type>((getBits() & exponent_mask) >>
380 return getBits() & fraction_encode_mask;
386 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0
413 bool isNegative() const { return (getBits() & sign_mask) != 0; }
667 (getBits() & exponent_mask) == exponent_mask && significand != 0;
671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
/third_party/spirv-tools/source/util/
Dhex_float.h358 uint_type getBits() const { return value_.data(); }
368 return static_cast<uint_type>((getBits() & exponent_mask) >>
380 return getBits() & fraction_encode_mask;
386 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0
413 bool isNegative() const { return (getBits() & sign_mask) != 0; }
667 (getBits() & exponent_mask) == exponent_mask && significand != 0;
671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h358 uint_type getBits() const { return value_.data(); }
368 return static_cast<uint_type>((getBits() & exponent_mask) >>
380 return getBits() & fraction_encode_mask;
386 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0
413 bool isNegative() const { return (getBits() & sign_mask) != 0; }
667 (getBits() & exponent_mask) == exponent_mask && significand != 0;
671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp50 static uint64_t getBits(uint64_t Val, int Start, int End) { in getBits() function
458 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 0, 11)); in resolveAArch64Relocation()
464 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 1, 11)); in resolveAArch64Relocation()
470 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 2, 11)); in resolveAArch64Relocation()
476 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 3, 11)); in resolveAArch64Relocation()
482 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 4, 11)); in resolveAArch64Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h1549 unsigned getBits() { return *Location; }
1572 unsigned getBits() { return Bits; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h1745 unsigned getBits() { return *Location; }
1768 unsigned getBits() { return Bits; }
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp756 …void getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& resultTable) cons…
2450 getBits(m_inputType, m_inputFormat, inputBitTable); in compare()
2452 getBits(outputType, outputFormat, outputBitTable); in compare()
2787 void RectangleTest::getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& res… in getBits() function in glcts::RectangleTest
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconst_folding_rules.cpp447 std::vector<uint32_t> words = {result.getBits()}; in FoldQuantizeToF16Scalar()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp503 std::vector<uint32_t> words = {result.getBits()}; in FoldQuantizeToF16Scalar()
/third_party/spirv-tools/source/opt/
Dconst_folding_rules.cpp447 std::vector<uint32_t> words = {result.getBits()}; in FoldQuantizeToF16Scalar()