Lines Matching refs:alphaBits
1628 const deUint64 alphaBits = get64BitBlockLE(src, 0) >> 16; in decompressBc3() local
1653 (deInt32)((alphaBits >> 0) & 0x7), in decompressBc3()
1654 (deInt32)((alphaBits >> 3) & 0x7), in decompressBc3()
1655 (deInt32)((alphaBits >> 6) & 0x7), in decompressBc3()
1656 (deInt32)((alphaBits >> 9) & 0x7), in decompressBc3()
1657 (deInt32)((alphaBits >> 12) & 0x7), in decompressBc3()
1658 (deInt32)((alphaBits >> 15) & 0x7), in decompressBc3()
1659 (deInt32)((alphaBits >> 18) & 0x7), in decompressBc3()
1660 (deInt32)((alphaBits >> 21) & 0x7), in decompressBc3()
1661 (deInt32)((alphaBits >> 24) & 0x7), in decompressBc3()
1662 (deInt32)((alphaBits >> 27) & 0x7), in decompressBc3()
1663 (deInt32)((alphaBits >> 30) & 0x7), in decompressBc3()
1664 (deInt32)((alphaBits >> 33) & 0x7), in decompressBc3()
1665 (deInt32)((alphaBits >> 36) & 0x7), in decompressBc3()
1666 (deInt32)((alphaBits >> 39) & 0x7), in decompressBc3()
1667 (deInt32)((alphaBits >> 42) & 0x7), in decompressBc3()
1668 (deInt32)((alphaBits >> 45) & 0x7) in decompressBc3()