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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_util.h 305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16)))
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
309 # define ALIGN16(type, array) /* Watcom does not support this */
311 # define ALIGN16(type, array) type __align (16) array
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # define ALIGN16
m_debug_xform.c 164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
m_debug_clip.c 206 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/
m_debug_util.h 305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16)))
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
309 # define ALIGN16(type, array) /* Watcom does not support this */
311 # define ALIGN16(type, array) type __align (16) array
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # define ALIGN16
m_debug_xform.c 164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
m_debug_clip.c 206 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
207 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
208 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 47 #define ALIGN16 16
403 return ALIGN(width, ALIGN16);
409 return ALIGN(width, ALIGN16);
423 return ALIGN(width, ALIGN16) * height;
427 size_t alignedw = ALIGN(width, ALIGN16);
464 alignedw = ALIGN(width, ALIGN16);
465 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K);
473 alignedw = ALIGN(width, ALIGN16);
483 size = ALIGN(alignedw * alignedh + (alignedw * ALIGN(height/2, ALIGN16)), ALIGN4K);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 30 #define ALIGN16(var) __declspec(align(16)) var
32 #define ALIGN16(var) var __attribute__((aligned(16)))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 47 #define ALIGN16(var) __declspec(align(16)) var
49 #define ALIGN16(var) var __attribute__((aligned(16)))
    [all...]

Completed in 89 milliseconds