OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PIPE_ALIGN_VAR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h
220
#define
PIPE_ALIGN_VAR
(_alignment) __attribute__((aligned(_alignment)))
232
#define
PIPE_ALIGN_VAR
(_alignment) __declspec(align(_alignment))
239
#define
PIPE_ALIGN_VAR
(_alignment)
/external/mesa3d/src/gallium/include/pipe/
p_compiler.h
220
#define
PIPE_ALIGN_VAR
(_alignment) __attribute__((aligned(_alignment)))
232
#define
PIPE_ALIGN_VAR
(_alignment) __declspec(align(_alignment))
239
#define
PIPE_ALIGN_VAR
(_alignment)
Completed in 817 milliseconds