Home
last modified time | relevance | path

Searched refs:LP_MIN_VECTOR_ALIGN (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_memory.c39 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
45 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
Dlp_memory.h37 extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
40 extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
Dlp_test_conv.c226 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t src[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; in test_one()
227 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t dst[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; in test_one()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.h65 #define LP_MIN_VECTOR_ALIGN 32 macro