Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
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
/external/virglrenderer/src/gallium/include/pipe/
Dp_compiler.h138 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) macro
150 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) macro
157 #define PIPE_ALIGN_VAR(_alignment) macro