Home
last modified time | relevance | path

Searched defs:bit3 (Results 1 – 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp330 int bit3 = (v2 >> 5) & 1; in hdr_rgbo_unpack() local
482 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack() local
Dastcenc_color_quantize.cpp1053 int bit3 = 0; in quantize_hdr_rgbo() local
1498 int bit3 = 0; in quantize_hdr_rgb() local
/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
540 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack3() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2479 int bit3 = getRealBitPrecision(internalformatBitTable[j], iformatSampler == SAMPLER_FLOAT); in compare() local
/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()