HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_ALIGN_TYPE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment)))
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 217 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment)))
231 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
238 #define PIPE_ALIGN_TYPE(_alignment, _type) _type

Completed in 1393 milliseconds