Searched refs:max_stream (Results 1 – 3 of 3) sorted by relevance
107 echo "FAIL can't set max_streams '$max_s', get $max_stream"
81 tst_brkm TFAIL "can't set max_streams '$max_s', get $max_stream"
691 unsigned max_stream = sel->max_gs_stream; in si_shader_gs() local700 if (max_stream >= 1) in si_shader_gs()703 if (max_stream >= 2) in si_shader_gs()706 if (max_stream >= 3) in si_shader_gs()716 si_pm4_set_reg(pm4, R_028B60_VGT_GS_VERT_ITEMSIZE_1, (max_stream >= 1) ? num_components[1] : 0); in si_shader_gs()717 si_pm4_set_reg(pm4, R_028B64_VGT_GS_VERT_ITEMSIZE_2, (max_stream >= 2) ? num_components[2] : 0); in si_shader_gs()718 si_pm4_set_reg(pm4, R_028B68_VGT_GS_VERT_ITEMSIZE_3, (max_stream >= 3) ? num_components[3] : 0); in si_shader_gs()