Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c88 unsigned lp_native_vector_width; variable
460 lp_native_vector_width = 256; in lp_build_init()
465 lp_native_vector_width = 128; in lp_build_init()
468 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", in lp_build_init()
469 lp_native_vector_width); in lp_build_init()
472 if (lp_native_vector_width <= 128) { in lp_build_init()
Dlp_bld_type.h54 extern unsigned lp_native_vector_width;
Dlp_bld_nir.c2769 .subgroup_size = lp_native_vector_width / 32, in lp_build_opt_nir()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1025 extern unsigned lp_native_vector_width;
1039 p->subgroupSize = lp_native_vector_width / 32; in lvp_get_physical_device_properties_1_1()
1137 p->minSubgroupSize = lp_native_vector_width / 32; in lvp_get_physical_device_properties_1_3()
1138 p->maxSubgroupSize = lp_native_vector_width / 32; in lvp_get_physical_device_properties_1_3()
1269 props->minSubgroupSize = lp_native_vector_width / 32; in lvp_GetPhysicalDeviceProperties2()
1270 props->maxSubgroupSize = lp_native_vector_width / 32; in lvp_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c531 unsigned max_length = lp_native_vector_width / 32; in test_all()
Dlp_screen.c1086 …enderer_string), "llvmpipe (LLVM " MESA_LLVM_VERSION_STRING ", %u bits)", lp_native_vector_width ); in llvmpipe_create_screen()
Dlp_state_cs.c94 assert(lp_native_vector_width / 32 >= 4); in generate_compute()
101 cs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */ in generate_compute()
Dlp_state_fs.c2470 vector_width = dst_type.floating ? lp_native_vector_width : lp_integer_vector_width; in generate_unswizzled_blend()
3090 assert(lp_native_vector_width / 32 >= 4); in generate_fragment()
3117 fs_type.length = MIN2(lp_native_vector_width / 32, 16); /* n*4 elements per vector */ in generate_fragment()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c595 align(fetch_info->count, lp_native_vector_width / 32) + in llvm_pipeline_generic()
Ddraw_llvm.c1927 const int vector_length = lp_native_vector_width / 32; in draw_llvm_generate()