Searched defs:v2s (Results 1 – 8 of 8) sorted by relevance
4 typedef int v2s __attribute__ ((ext_vector_type(2))); typedef
3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef
3 typedef int v2s __attribute__ ((vector_size (8))); typedef
89 function combine(v1, v2, v1s, v2s) { argument
95 #define GETMSGV2S(v2s, num) \ argument
460 SkDVector v2s = quad2[1] - quad2[0]; in testQuadAngles() local