Home
last modified time | relevance | path

Searched refs:bit3 (Results 1 – 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp422 int bit3 = (v2 >> 5) & 1; in hdr_rgbo_unpack() local
436 blue |= bit3 << 5; in hdr_rgbo_unpack()
448 red |= bit3 << 6; in hdr_rgbo_unpack()
466 red |= bit3 << 10; in hdr_rgbo_unpack()
576 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack() local
600 c |= bit3 << 6; in hdr_rgb_unpack()
614 b1 |= bit3 << 7; in hdr_rgb_unpack()
626 d1 |= bit3 << 6; in hdr_rgb_unpack()
Dastcenc_color_quantize.cpp1208 int bit3 = 0; in quantize_hdr_rgbo() local
1257 bit3 = (r_intval >> 10) & 1; in quantize_hdr_rgbo()
1260 bit3 = (r_intval >> 6) & 1; in quantize_hdr_rgbo()
1266 bit3 = (b_intval >> 5) & 1; in quantize_hdr_rgbo()
1276 b_lowbits |= bit3 << 5; in quantize_hdr_rgbo()
1660 int bit3 = 0; in quantize_hdr_rgb() local
1688 bit3 = (d1_intval >> 6) & 1; in quantize_hdr_rgb()
1692 bit3 = (b1_intval >> 7) & 1; in quantize_hdr_rgb()
1698 bit3 = (c_intval >> 6) & 1; in quantize_hdr_rgb()
1716 d1_lowbits |= bit3 << 6; in quantize_hdr_rgb()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_color_unquantize.cpp393 int bit3 = (v2 >> 5) & 1; in hdr_rgbo_unpack3() local
407 blue |= bit3 << 5; in hdr_rgbo_unpack3()
419 red |= bit3 << 6; in hdr_rgbo_unpack3()
437 red |= bit3 << 10; in hdr_rgbo_unpack3()
540 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack3() local
564 c |= bit3 << 6; in hdr_rgb_unpack3()
577 b1 |= bit3 << 7; in hdr_rgb_unpack3()
586 d1 |= bit3 << 6; in hdr_rgb_unpack3()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2472 int bit3 = getRealBitPrecision(internalformatBitTable[j], iformatSampler == SAMPLER_FLOAT); in compare() local
2475 if (bit1 >= bit3) in compare()
2478 bit3 -= 1; in compare()
2481 if (bit2 <= bit3) in compare()
2487 …if (!(m_internalFormat.flags & FLAG_REQ_RBO) && bit3 > 8 && m_internalFormat.sampler != SAMPLER_UI… in compare()
2494 bit3 = 8; in compare()
2497 bitdiff = std::min(std::min(bit1, bit2), bit3); in compare()
2514 inputValue = clampUnsignedValue(bit3 - 1, inputValue); in compare()
2516 inputValue = clampSignedValue(bit3, inputValue); in compare()
2539 inputValue = clampUnsignedValue(bit3, inputValue); in compare()
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc819 void Assembler::GenImm(Opcode opcode, int32_t bit3, Register rk, Register rj, in GenImm() argument
821 DCHECK(is_uint3(bit3)); in GenImm()
822 Instr instr = opcode | (bit3 & 0x7) << kSaShift | (rk.code() << kRkShift) | in GenImm()
Dassembler-loong64.h975 void GenImm(Opcode opcode, int32_t bit3, Register rk, Register rj,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h88835 __u32 bit3: 1; member