Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c87 unsigned lp_native_vector_width; variable
449 lp_native_vector_width = 256; in lp_build_init()
454 lp_native_vector_width = 128; in lp_build_init()
457 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", in lp_build_init()
458 lp_native_vector_width); in lp_build_init()
461 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.c510 unsigned max_length = lp_native_vector_width / 32; in test_all()
Dlp_screen.c108 lp_native_vector_width ); in llvmpipe_get_name()
Dlp_state_cs.c93 assert(lp_native_vector_width / 32 >= 4); in generate_compute()
100 cs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */ in generate_compute()
Dlp_state_fs.c2341 vector_width = dst_type.floating ? lp_native_vector_width : lp_integer_vector_width; in generate_unswizzled_blend()
2967 assert(lp_native_vector_width / 32 >= 4); in generate_fragment()
2993 fs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */ in generate_fragment()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp75 lp_native_vector_width); in swr_get_name()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c598 align(fetch_info->count, lp_native_vector_width / 32)); in llvm_pipeline_generic()
Ddraw_llvm.c1919 const int vector_length = lp_native_vector_width / 32; in draw_llvm_generate()