Searched refs:__align__ (Results 1 – 2 of 2) sorted by relevance
30 #define __align__(N) __attribute__((aligned(N))) macro42 typedef struct __device_builtin__ __align__(2) uchar247 typedef struct __device_builtin__ __align__(4) ushort252 typedef struct __device_builtin__ __align__(8) float257 typedef struct __device_builtin__ __align__(8) int269 typedef struct __device_builtin__ __align__(4) uchar474 typedef struct __device_builtin__ __align__(8) ushort479 typedef struct __device_builtin__ __align__(16) int484 typedef struct __device_builtin__ __align__(16) float4
713 # define GLM_ALIGN(x) __align__(x)714 # define GLM_ALIGNED_STRUCT(x) struct __align__(x)715 # define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name __align__(x)