Searched refs:min_waves_per_simd (Results 1 – 1 of 1) sorted by relevance
6919 unsigned min_waves_per_simd = DIV_ROUND_UP(min_waves_per_cu, 4); in si_compile_tgsi_shader() local6921 max_vgprs = max_vgprs / min_waves_per_simd; in si_compile_tgsi_shader()6922 max_sgprs = MIN2(max_sgprs / min_waves_per_simd, max_sgprs_per_wave); in si_compile_tgsi_shader()