Searched refs:_alignment (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_compiler.h | 217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument 220 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument 231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument 232 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument 238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument 239 #define PIPE_ALIGN_VAR(_alignment) argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
D | p_compiler.h | 217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument 220 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument 231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument 232 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument 238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument 239 #define PIPE_ALIGN_VAR(_alignment) argument
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_memory.h | 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_memory.h | 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
|