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.sh104 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.c476 unsigned max_stream = sel->max_gs_stream; in si_shader_gs() local
487 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()