Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c52 int n_secondary_index_bits; member
609 mode->n_secondary_index_bits * texel - in fetch_rgba_unorm_from_block()
624 if (mode->n_secondary_index_bits) { in fetch_rgba_unorm_from_block()
625 index_bits = mode->n_secondary_index_bits; in fetch_rgba_unorm_from_block()
633 mode->n_secondary_index_bits : in fetch_rgba_unorm_from_block()
643 if (mode->n_secondary_index_bits && !index_selection) { in fetch_rgba_unorm_from_block()
645 index_bits = mode->n_secondary_index_bits; in fetch_rgba_unorm_from_block()