Searched refs:max_stream (Results 1 – 6 of 6) sorted by relevance
117 tst_brk TFAIL "can't set max_streams '$max_s', get $max_stream"
484 info->gs.max_stream = MAX2(info->gs.max_stream, stream); in gather_info_output_decl_gs()
272 uint8_t max_stream; member
4810 uint8_t max_stream; in radv_pipeline_generate_hw_gs() local4815 max_stream = gs->info.gs.max_stream; in radv_pipeline_generate_hw_gs()4822 if (max_stream >= 1) in radv_pipeline_generate_hw_gs()4825 if (max_stream >= 2) in radv_pipeline_generate_hw_gs()4828 if (max_stream >= 3) in radv_pipeline_generate_hw_gs()4834 radeon_emit(ctx_cs, (max_stream >= 1) ? num_components[1] : 0); in radv_pipeline_generate_hw_gs()4835 radeon_emit(ctx_cs, (max_stream >= 2) ? num_components[2] : 0); in radv_pipeline_generate_hw_gs()4836 radeon_emit(ctx_cs, (max_stream >= 3) ? num_components[3] : 0); in radv_pipeline_generate_hw_gs()
1842 uint32_t max_stream = 0; in CheckStreamAssign() local1854 if (stream_id > max_stream) { in CheckStreamAssign()1855 max_stream = stream_id; in CheckStreamAssign()1868 if ((max_stream != assigned_stream_num - 1) || (streams.size() != assigned_stream_num)) { in CheckStreamAssign()1869 MS_LOG(EXCEPTION) << "Stream should be consecutive, max stream id:" << max_stream in CheckStreamAssign()
845 unsigned max_stream = util_last_bit(sel->info.base.gs.active_stream_mask); in si_shader_gs() local857 if (max_stream >= 2) in si_shader_gs()861 if (max_stream >= 3) in si_shader_gs()865 if (max_stream >= 4) in si_shader_gs()875 shader->ctx_reg.gs.vgt_gs_vert_itemsize_1 = (max_stream >= 2) ? num_components[1] : 0; in si_shader_gs()876 shader->ctx_reg.gs.vgt_gs_vert_itemsize_2 = (max_stream >= 3) ? num_components[2] : 0; in si_shader_gs()877 shader->ctx_reg.gs.vgt_gs_vert_itemsize_3 = (max_stream >= 4) ? num_components[3] : 0; in si_shader_gs()