OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIPE_ALIGN_VAR
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_memory.c
34
PIPE_ALIGN_VAR
(LP_MIN_VECTOR_ALIGN)
lp_memory.h
37
extern
PIPE_ALIGN_VAR
(LP_MIN_VECTOR_ALIGN)
lp_test_format.c
146
PIPE_ALIGN_VAR
(16) uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES];
147
PIPE_ALIGN_VAR
(16) float unpacked[4];
245
PIPE_ALIGN_VAR
(16) uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES];
lp_test_conv.c
230
PIPE_ALIGN_VAR
(LP_MIN_VECTOR_ALIGN) uint8_t src[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH];
231
PIPE_ALIGN_VAR
(LP_MIN_VECTOR_ALIGN) uint8_t dst[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH];
lp_setup_tri.c
513
PIPE_ALIGN_VAR
(16) int32_t temp_vec[4];
[
all
...]
/external/mesa3d/src/gallium/include/pipe/
p_compiler.h
143
#define
PIPE_ALIGN_VAR
(_alignment) __attribute__((aligned(_alignment)))
155
#define
PIPE_ALIGN_VAR
(_alignment) __declspec(align(_alignment))
162
#define
PIPE_ALIGN_VAR
(_alignment)
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format.h
62
PIPE_ALIGN_VAR
(16) uint32_t cache_data[LP_BUILD_FORMAT_CACHE_SIZE][4][4];
/external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c
281
}
PIPE_ALIGN_VAR
(16) fxarea;
/external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c
103
PIPE_ALIGN_VAR
(16) float consts[NUM_CONSTS][4];
[
all
...]
Completed in 849 milliseconds