Searched refs:lp_native_vector_width (Results 1 – 10 of 10) sorted by relevance
88 unsigned lp_native_vector_width; variable460 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()
54 extern unsigned lp_native_vector_width;
2769 .subgroup_size = lp_native_vector_width / 32, in lp_build_opt_nir()
1025 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()
531 unsigned max_length = lp_native_vector_width / 32; in test_all()
1086 …enderer_string), "llvmpipe (LLVM " MESA_LLVM_VERSION_STRING ", %u bits)", lp_native_vector_width ); in llvmpipe_create_screen()
94 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()
2470 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()
595 align(fetch_info->count, lp_native_vector_width / 32) + in llvm_pipeline_generic()
1927 const int vector_length = lp_native_vector_width / 32; in draw_llvm_generate()