Searched refs:lp_native_vector_width (Results 1 – 6 of 6) sorted by relevance
89 unsigned lp_native_vector_width; variable439 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()
49 extern unsigned lp_native_vector_width;
253 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()
805 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()
233 align(fetch_info->count, lp_native_vector_width / 32)); in llvm_pipeline_generic()
1082 const int vector_length = lp_native_vector_width / 32; in draw_llvm_generate()