Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_bptc_tmp.h503 int index_bits) in interpolate() argument
514 weight = weights[index_bits][index]; in interpolate()
547 int index_bits; in fetch_rgba_unorm_from_block() local
616 index_bits = mode->n_index_bits; in fetch_rgba_unorm_from_block()
618 index_bits--; in fetch_rgba_unorm_from_block()
619 indices[0] = extract_bits(block, bit_offset, index_bits); in fetch_rgba_unorm_from_block()
622 index_bits = mode->n_secondary_index_bits; in fetch_rgba_unorm_from_block()
624 index_bits--; in fetch_rgba_unorm_from_block()
625 indices[1] = extract_bits(block, secondary_bit_offset, index_bits); in fetch_rgba_unorm_from_block()
629 index_bits = (index_selection ? in fetch_rgba_unorm_from_block()
[all …]