Home
last modified time | relevance | path

Searched refs:ALIGN16 (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h79 } ALIGN16; variable
84 struct ALIGN16 tgsi_exec_vector
289 struct ALIGN16 tgsi_exec_machine
Dtgsi_exec.c81 } ALIGN16; variable
83 struct ALIGN16 tgsi_double_vector {
/third_party/mesa3d/src/mesa/math/
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];
Dm_matrix.h76 ALIGN16 GLfloat m[16]; /**< 16 matrix elements (16-byte aligned) */
77 ALIGN16 GLfloat inv[16]; /**< 16-element inverse (16-byte aligned) */
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];
/third_party/mesa3d/src/util/
Dmacros.h218 #define ALIGN16 __declspec(align(16)) macro
220 #define ALIGN16 __attribute__((aligned(16))) macro
/third_party/mesa3d/src/intel/tools/
Di965_lex.l6 #undef ALIGN16
221 "align16" { return ALIGN16; }
Di965_gram.y39 #undef ALIGN16
417 %token ALIGN1 ALIGN16
548 case ALIGN16: in add_instruction_option()
2314 | ALIGN16 { $$ = ALIGN16; }
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.h175 ALIGN16 uint32_t cs_indirect_xyz[3];
/third_party/mesa3d/docs/relnotes/
D19.1.4.rst141 - intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
D21.0.0.rst2109 - util: add a common ALIGN16 macro for m_matrix and u_threaded_context
D20.2.0.rst2563 - intel/eu: Set the right subnr for ALIGN16 destinations
D21.2.0.rst1948 - tgsi: Mark the tgsi_exec_channel and tgsi_double_channel ALIGN16.