Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h217 #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/
Du_memory.h63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument