Searched refs:ALIGN16 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_util.h305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
309 # define ALIGN16(type, array) /* Watcom does not support this */ macro
311 # define ALIGN16(type, array) type __align (16) array macro
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # define ALIGN16 macro
H A Dm_debug_xform.c164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
H A Dm_debug_clip.c206 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
207 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
208 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
/external/mesa3d/src/mesa/math/
H A Dm_debug_util.h305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
309 # define ALIGN16(type, array) /* Watcom does not support this */ macro
311 # define ALIGN16(type, array) type __align (16) array macro
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # define ALIGN16 macro
H A Dm_debug_xform.c164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
H A Dm_debug_clip.c206 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
207 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
208 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
/external/libhevc/common/
H A Dihevc_macros.h50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc39 #define ALIGN16(var) __declspec(align(16)) var macro
41 #define ALIGN16(var) var __attribute__((aligned(16))) macro
192 ALIGN16(uint8 ibuf[I420_SIZE(iw, ih)]);
193 ALIGN16(uint8 obuf[I420_SIZE(ow, oh)]);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c30 #define ALIGN16(var) __declspec(align(16)) var macro
32 #define ALIGN16(var) var __attribute__((aligned(16)))
2810 ALIGN16(uint8 src_row[kMaxRow12 * 2]);
2926 ALIGN16(uint8 row[kMaxInputWidth]);
2935 ALIGN16(uint8 row[kMaxInputWidth]);
3457 ALIGN16(uint16 row[kMaxInputWidth]);
3558 ALIGN16(uint8 row[kMaxInputWidth + 1]);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h47 #define ALIGN16(var) __declspec(align(16)) var macro
49 #define ALIGN16(var) var __attribute__((aligned(16))) macro
/external/libhevc/decoder/
H A Dihevcd_api.c3915 buffer_wd = ALIGN16(disp_wd) + PAD_WD;
3916 buffer_ht = ALIGN16(disp_ht) + PAD_HT;

Completed in 240 milliseconds