Searched refs:cem_bits (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | texcompress_astc.cpp | 1796 int cem_bits; local in function:Block::calculate_colour_endpoints_size 1797 cem_bits = (num_cem_values * 8 * cem_ranges[i].t + 4) / 5 1801 if (cem_bits <= remaining_bits) 1803 colour_endpoint_bits = cem_bits; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | texcompress_astc.cpp | 1797 int cem_bits; local in function:Block::calculate_colour_endpoints_size 1798 cem_bits = (num_cem_values * 8 * cem_ranges[i].t + 4) / 5 1802 if (cem_bits <= remaining_bits) 1804 colour_endpoint_bits = cem_bits; |
Completed in 7 milliseconds