Searched refs:secondary_bit_offset (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | texcompress_bptc_tmp.h | 541 int bit_offset, secondary_bit_offset; local in function:fetch_rgba_unorm_from_block 603 secondary_bit_offset = (bit_offset + 625 indices[1] = extract_bits(block, secondary_bit_offset, index_bits); 664 int bit_offset, secondary_bit_offset; local in function:decompress_rgba_unorm_block 741 secondary_bit_offset = (bit_offset + 763 indices[1] = extract_bits(block, secondary_bit_offset, index_bits); |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | texcompress_bptc_tmp.h | 541 int bit_offset, secondary_bit_offset; local in function:fetch_rgba_unorm_from_block 602 secondary_bit_offset = (bit_offset + 624 indices[1] = extract_bits(block, secondary_bit_offset, index_bits); 663 int bit_offset_head, bit_offset, secondary_bit_offset; local in function:decompress_rgba_unorm_block 737 secondary_bit_offset = (bit_offset + 759 indices[1] = extract_bits(block, secondary_bit_offset, index_bits); |
Completed in 20 milliseconds