Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_memory.c34 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
Dlp_memory.h37 extern PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN)
Dlp_test_conv.c238 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t src[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; in test_one()
239 PIPE_ALIGN_VAR(LP_MIN_VECTOR_ALIGN) uint8_t dst[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; in test_one()
Dlp_setup.c1159 stored = lp_scene_alloc_aligned(scene, size, LP_MIN_VECTOR_ALIGN); in try_update_scene_state()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.h70 #define LP_MIN_VECTOR_ALIGN 64 macro