Home
last modified time | relevance | path

Searched defs:ALIGN16 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/
Dmacros.h218 #define ALIGN16 __declspec(align(16)) macro
220 #define ALIGN16 __attribute__((aligned(16))) macro
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h79 } ALIGN16; variable
Dtgsi_exec.c81 } ALIGN16; variable