OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN16
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_threaded_context.h
317
#define
ALIGN16
__declspec(align(16))
319
#define
ALIGN16
__attribute__((aligned(16)))
323
struct
ALIGN16
tc_call {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_debug_util.h
308
# define
ALIGN16
(type, array) type array __attribute__ ((aligned (16)))
310
# define
ALIGN16
(type, array) type array __declspec(align(16)) /* GH: Does this work? */
312
# define
ALIGN16
(type, array) type __align (16) array
314
# warning "
ALIGN16
will not 16-byte align!\n"
315
# 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]);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
i965_lex.l
6
#undef
ALIGN16
221
"
align16
" { return
ALIGN16
; }
i965_gram.y
39
#undef
ALIGN16
417
%token ALIGN1
ALIGN16
548
case
ALIGN16
:
2314
|
ALIGN16
{ $$ =
ALIGN16
; }
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_matrix.h
76
ALIGN16
GLfloat m[16]; /**< 16 matrix elements (16-byte aligned) */
77
ALIGN16
GLfloat inv[16]; /**< 16-element inverse (16-byte aligned) */
m_debug_xform.c
163
ALIGN16
static GLfloat s[TEST_COUNT][4];
164
ALIGN16
static GLfloat d[TEST_COUNT][4];
165
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];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_exec.h
79
}
ALIGN16
;
84
struct
ALIGN16
tgsi_exec_vector
289
struct
ALIGN16
tgsi_exec_machine
tgsi_exec.c
81
}
ALIGN16
;
83
struct
ALIGN16
tgsi_double_vector {
/xsrc/external/mit/MesaLib/dist/src/util/
macros.h
238
#define
ALIGN16
__declspec(align(16))
240
#define
ALIGN16
__attribute__((aligned(16)))
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_private.h
355
ALIGN16
uint32_t cs_indirect_xyz[3];
Completed in 19 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026