/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 | 46 #define ALIGN16 16 400 return ALIGN(width, ALIGN16); 402 return ALIGN(width, ALIGN16); 408 return ALIGN(width, ALIGN16); 418 return (ALIGN(width, ALIGN16) * height); 422 return ALIGN(width, ALIGN16) * height; 426 size_t alignedw = ALIGN(width, ALIGN16); 456 alignedw = ALIGN(width, ALIGN16); 463 alignedw = ALIGN(width, ALIGN16); 464 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_pointer.h | 96 align16( void *unaligned ) function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_pointer.h | 96 align16( void *unaligned ) function
|
/external/libhevc/common/ |
ihevc_macros.h | 50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_eu.h | 78 GLuint subnr:5; /* :1 in align16 */ 89 GLuint swizzle:8; /* src only, align16 only */ 90 GLuint writemask:4; /* dest only, align16 only */ 218 * be lost when converted to align16. This is probably too much to 220 * Perhaps fix up when converting to align16? 531 /* If/else instructions break in align16 mode if writemask & swizzle
|
brw_disasm.c | 238 [1] = "align16", 578 string (file, "Indirect align16 address mode not supported"); 957 string (file, "Indirect align16 address mode not supported"); 1017 string (file, "Indirect align16 address mode not supported"); 1076 err |= control (file, "predicate control align16", pred_ctrl_align16, [all...] |
brw_vec4_emit.cpp | 285 /* Can't do writemask because math can't be align16. */ 318 /* Can't do writemask because math can't be align16. */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_eu.h | 78 GLuint subnr:5; /* :1 in align16 */ 89 GLuint swizzle:8; /* src only, align16 only */ 90 GLuint writemask:4; /* dest only, align16 only */ 218 * be lost when converted to align16. This is probably too much to 220 * Perhaps fix up when converting to align16? 531 /* If/else instructions break in align16 mode if writemask & swizzle
|
brw_disasm.c | 238 [1] = "align16", 578 string (file, "Indirect align16 address mode not supported"); 957 string (file, "Indirect align16 address mode not supported"); 1017 string (file, "Indirect align16 address mode not supported"); 1076 err |= control (file, "predicate control align16", pred_ctrl_align16, [all...] |
brw_vec4_emit.cpp | 285 /* Can't do writemask because math can't be align16. */ 318 /* Can't do writemask because math can't be align16. */
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
yuvscaler_unittest.cc | 39 #define ALIGN16(var) __declspec(align(16)) var 41 #define ALIGN16(var) var __attribute__((aligned(16))) 192 ALIGN16(uint8 ibuf[I420_SIZE(iw, ih)]); 193 ALIGN16(uint8 obuf[I420_SIZE(ow, oh)]);
|
/external/clang/test/Layout/ |
ms-x86-vtordisp.cpp | 20 struct __declspec(align(16)) Align16 {}; 22 struct VAlign16 : virtual Align16 {};
|
/external/chromium_org/third_party/libvpx/source/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/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...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
scale.c | 30 #define ALIGN16(var) __declspec(align(16)) var 32 #define ALIGN16(var) var __attribute__((aligned(16))) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_s.h | 51 _16 SETS "ALIGN16"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_s.h | 51 _16 SETS "ALIGN16"
|
/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...] |
/external/libhevc/decoder/ |
ihevcd_api.c | [all...] |