Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp617 int ce_bits; member
947 int bits_to_read = MIN2(bits_left, 8 + ce_bits * 5); in unpack_colour_endpoints()
950 unpack_trit_block(ce_bits, raw, &colour_endpoints_quant[i]); in unpack_colour_endpoints()
959 offset += 8 + ce_bits * 5; in unpack_colour_endpoints()
960 bits_left -= 8 + ce_bits * 5; in unpack_colour_endpoints()
966 int bits_to_read = MIN2(bits_left, 7 + ce_bits * 3); in unpack_colour_endpoints()
969 unpack_quint_block(ce_bits, raw, &colour_endpoints_quant[i]); in unpack_colour_endpoints()
976 offset += 7 + ce_bits * 3; in unpack_colour_endpoints()
977 bits_left -= 7 + ce_bits * 3; in unpack_colour_endpoints()
980 assert((colour_endpoint_bits % ce_bits) == 0); in unpack_colour_endpoints()
[all …]