Home
last modified time | relevance | path

Searched defs:_alignment (Results 1 – 3 of 3) 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
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp507 Ncv32u _alignment; member in NCVMemStackAllocator
543 Ncv32u _alignment; member in NCVMemNativeAllocator