Searched refs:Q1 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 175 uint8_t Q1 = (in >> (n+1)) & 0x1; local in function:unpack_quint_block 188 if (CAT_BITS_4(Q6, Q5, Q2, Q1) == 0x3) { 193 if (CAT_BITS_2(Q2, Q1) == 0x3) { 198 C = CAT_BITS_5(Q4, Q3, Q2, Q1, Q0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 176 uint8_t Q1 = (in >> (n+1)) & 0x1; local in function:unpack_quint_block 189 if (CAT_BITS_4(Q6, Q5, Q2, Q1) == 0x3) { 194 if (CAT_BITS_2(Q2, Q1) == 0x3) { 199 C = CAT_BITS_5(Q4, Q3, Q2, Q1, Q0);
|
Completed in 6 milliseconds