Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h143 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) macro
155 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) macro
162 #define PIPE_ALIGN_VAR(_alignment) macro