Searched defs:bit3 (Results 1 – 5 of 5) sorted by relevance
330 int bit3 = (v2 >> 5) & 1; in hdr_rgbo_unpack() local482 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack() local
1053 int bit3 = 0; in quantize_hdr_rgbo() local1498 int bit3 = 0; in quantize_hdr_rgb() local
393 int bit3 = (v2 >> 5) & 1; in hdr_rgbo_unpack3() local540 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack3() local
2479 int bit3 = getRealBitPrecision(internalformatBitTable[j], iformatSampler == SAMPLER_FLOAT); in compare() local
819 void Assembler::GenImm(Opcode opcode, int32_t bit3, Register rk, Register rj, in GenImm()