Home
last modified time | relevance | path

Searched refs:max_stream (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/zram/
Dzram_lib.sh107 echo "FAIL can't set max_streams '$max_s', get $max_stream"
/external/ltp/testcases/kernel/device-drivers/zram/
Dzram_lib.sh81 tst_brkm TFAIL "can't set max_streams '$max_s', get $max_stream"
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c691 unsigned max_stream = sel->max_gs_stream; in si_shader_gs() local
700 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()