Searched refs:PIPE_ALIGN_TYPE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) macro
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type macro
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) macro
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type macro
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type macro

Completed in 1248 milliseconds