Searched refs:max_stream (Results 1 – 3 of 3) sorted by relevance
104 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"
476 unsigned max_stream = sel->max_gs_stream; in si_shader_gs() local487 if (max_stream >= 1) in si_shader_gs()490 if (max_stream >= 2) in si_shader_gs()493 if (max_stream >= 3) in si_shader_gs()503 si_pm4_set_reg(pm4, R_028B60_VGT_GS_VERT_ITEMSIZE_1, (max_stream >= 1) ? num_components[1] : 0); in si_shader_gs()504 si_pm4_set_reg(pm4, R_028B64_VGT_GS_VERT_ITEMSIZE_2, (max_stream >= 2) ? num_components[2] : 0); in si_shader_gs()505 si_pm4_set_reg(pm4, R_028B68_VGT_GS_VERT_ITEMSIZE_3, (max_stream >= 3) ? num_components[3] : 0); in si_shader_gs()