Searched defs:PIPE_ALIGN_VAR (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_compiler.h129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) macro
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) macro
148 #define PIPE_ALIGN_VAR(_alignment) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_compiler.h129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) macro
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) macro
148 #define PIPE_ALIGN_VAR(_alignment) macro

Completed in 4 milliseconds