Home
last modified time | relevance | path

Searched refs:VECTOR_ALIGN_16 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h37 #define VECTOR_ALIGN_16 __attribute__ ((__aligned__ (16))) macro
39 typedef VECTOR_ALIGN_16 vector unsigned char __m128i;
41 typedef VECTOR_ALIGN_16 union m128i {