Home
last modified time | relevance | path

Searched refs:lp_native_vector_width (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c89 unsigned lp_native_vector_width; variable
439 lp_native_vector_width = 256; in lp_build_init()
444 lp_native_vector_width = 128; in lp_build_init()
447 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", in lp_build_init()
448 lp_native_vector_width); in lp_build_init()
Dlp_bld_type.h49 extern unsigned lp_native_vector_width;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c253 struct lp_type type = lp_type_float_vec(32, lp_native_vector_width); in build_unary_test_func()
300 int length = lp_native_vector_width / 32; in test_unary()
Dlp_state_fs.c805 assert(lp_native_vector_width / 32 >= 4); in generate_fragment()
837 fs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */ in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c233 align(fetch_info->count, lp_native_vector_width / 32)); in llvm_pipeline_generic()
Ddraw_llvm.c1082 const int vector_length = lp_native_vector_width / 32; in draw_llvm_generate()