Searched defs:v2s (Results 1 – 6 of 6) sorted by relevance
3 typedef int v2s __attribute__ ((vector_size (8))); typedef
3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef
41 v2s []t2 var
89 function combine(v1, v2, v1s, v2s) { argument
79 VRegister v2s() const { return {code, 2, 0}; } in v2s() function
475 SkDVector v2s = quad2[1] - quad2[0]; in testQuadAngles() local