Searched refs:Q2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 839 #define Q2(f, s) \ macro 861 Q2(explicit_align, align); 862 Q2(explicit_component, component); 863 Q2(explicit_location, location); 864 Q2(explicit_index, index); 865 Q2(explicit_binding, binding); 866 Q2(explicit_offset, offset); 879 Q2(explicit_image_format, image_format); 881 Q2(_volatile, volatile); 888 Q2(explicit_xfb_offse [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 176 uint8_t Q2 = (in >> (n+2)) & 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 | 177 uint8_t Q2 = (in >> (n+2)) & 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 8 milliseconds