Searched defs:__attribute__ (Results 1 – 5 of 5) sorted by relevance
17 typedef struct __attribute__((packed, aligned(4))) Point { struct18 float2 position;
21 typedef struct __attribute__((packed, aligned(4))) Point { struct22 float2 delta;
13 typedef struct __attribute__((packed, aligned(4))) Point { struct14 float2 delta;
14 typedef struct __attribute__((packed, aligned(4))) Point { struct15 float2 delta;
51 typedef struct __attribute__((packed, aligned(4))) Particle { struct52 uchar4 color;