Searched refs:ALIGN16 (Results 1 – 13 of 13) sorted by relevance
79 } ALIGN16; variable84 struct ALIGN16 tgsi_exec_vector289 struct ALIGN16 tgsi_exec_machine
81 } ALIGN16; variable83 struct ALIGN16 tgsi_double_vector {
163 ALIGN16 static GLfloat s[TEST_COUNT][4];164 ALIGN16 static GLfloat d[TEST_COUNT][4];165 ALIGN16 static GLfloat r[TEST_COUNT][4];
76 ALIGN16 GLfloat m[16]; /**< 16 matrix elements (16-byte aligned) */77 ALIGN16 GLfloat inv[16]; /**< 16-element inverse (16-byte aligned) */
206 ALIGN16 static GLfloat s[TEST_COUNT][4];207 ALIGN16 static GLfloat d[TEST_COUNT][4];208 ALIGN16 static GLfloat r[TEST_COUNT][4];
218 #define ALIGN16 __declspec(align(16)) macro220 #define ALIGN16 __attribute__((aligned(16))) macro
6 #undef ALIGN16221 "align16" { return ALIGN16; }
39 #undef ALIGN16417 %token ALIGN1 ALIGN16548 case ALIGN16: in add_instruction_option()2314 | ALIGN16 { $$ = ALIGN16; }
175 ALIGN16 uint32_t cs_indirect_xyz[3];
141 - intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
2109 - util: add a common ALIGN16 macro for m_matrix and u_threaded_context
2563 - intel/eu: Set the right subnr for ALIGN16 destinations
1948 - tgsi: Mark the tgsi_exec_channel and tgsi_double_channel ALIGN16.