Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c83 unsigned lp_native_vector_width; variable
435 lp_native_vector_width = 256; in lp_build_init()
440 lp_native_vector_width = 128; in lp_build_init()
443 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", in lp_build_init()
444 lp_native_vector_width); in lp_build_init()
446 if (lp_native_vector_width <= 128) { in lp_build_init()
Dlp_bld_type.h54 extern unsigned lp_native_vector_width;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c507 unsigned max_length = lp_native_vector_width / 32; in test_all()
Dlp_screen.c101 lp_native_vector_width ); in llvmpipe_get_name()
Dlp_state_fs.c1822 vector_width = dst_type.floating ? lp_native_vector_width : lp_integer_vector_width; in generate_unswizzled_blend()
2445 assert(lp_native_vector_width / 32 >= 4); in generate_fragment()
2471 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.c377 align(fetch_info->count, lp_native_vector_width / 32)); in llvm_pipeline_generic()
Ddraw_llvm.c1551 const int vector_length = lp_native_vector_width / 32; in draw_llvm_generate()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp73 lp_native_vector_width ); in swr_get_name()