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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h317 #define ALIGN16 __declspec(align(16)) macro
319 #define ALIGN16 __attribute__((aligned(16))) macro
323 struct ALIGN16 tc_call {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_debug_util.h308 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
312 # define ALIGN16(type, array) type __align (16) array macro
314 # warning "ALIGN16 will not 16-byte align!\n"
315 # 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]);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_lex.l6 #undef ALIGN16
221 "align16" { return ALIGN16; }
H A Di965_gram.y39 #undef ALIGN16
417 %token ALIGN1 ALIGN16
548 case ALIGN16:
2314 | ALIGN16 { $$ = ALIGN16; }
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.h76 ALIGN16 GLfloat m[16]; /**< 16 matrix elements (16-byte aligned) */
77 ALIGN16 GLfloat inv[16]; /**< 16-element inverse (16-byte aligned) */
H A Dm_debug_xform.c163 ALIGN16 static GLfloat s[TEST_COUNT][4];
164 ALIGN16 static GLfloat d[TEST_COUNT][4];
165 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];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h79 } ALIGN16; variable in typeref:union:tgsi_exec_channel
84 struct ALIGN16 tgsi_exec_vector
289 struct ALIGN16 tgsi_exec_machine
H A Dtgsi_exec.c81 } ALIGN16; variable in typeref:union:tgsi_double_channel
83 struct ALIGN16 tgsi_double_vector {
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmacros.h238 #define ALIGN16 __declspec(align(16)) macro
240 #define ALIGN16 __attribute__((aligned(16))) macro
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.4.rst141 - intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
H A D21.0.0.rst2109 - util: add a common ALIGN16 macro for m_matrix and u_threaded_context
H A D20.2.0.rst2563 - intel/eu: Set the right subnr for ALIGN16 destinations
H A D21.2.0.rst1948 - tgsi: Mark the tgsi_exec_channel and tgsi_double_channel ALIGN16.
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_private.h355 ALIGN16 uint32_t cs_indirect_xyz[3];

Completed in 37 milliseconds