Home
last modified time | relevance | path

Searched refs:ia_switch_on_eoi (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c815 bool ia_switch_on_eoi = false; in si_get_ia_multi_vgt_param() local
835 ia_switch_on_eoi = cmd_buffer->state.graphics_pipeline->ia_multi_vgt_param.ia_switch_on_eoi; in si_get_ia_multi_vgt_param()
872 ia_switch_on_eoi = true; in si_get_ia_multi_vgt_param()
875 if (ia_switch_on_eoi && in si_get_ia_multi_vgt_param()
883 if (family == CHIP_BONAIRE && ia_switch_on_eoi && (instanced_draw || indirect_draw)) in si_get_ia_multi_vgt_param()
890 if (gfx_level <= GFX8 && ia_switch_on_eoi) in si_get_ia_multi_vgt_param()
898 if (family == CHIP_HAWAII && ia_switch_on_eoi) { in si_get_ia_multi_vgt_param()
920 S_028AA8_SWITCH_ON_EOP(ia_switch_on_eop) | S_028AA8_SWITCH_ON_EOI(ia_switch_on_eoi) | in si_get_ia_multi_vgt_param()
H A Dradv_pipeline.c1420 ia_multi_vgt_param.ia_switch_on_eoi = false; in radv_compute_ia_multi_vgt_param_helpers()
1422 ia_multi_vgt_param.ia_switch_on_eoi = true; in radv_compute_ia_multi_vgt_param_helpers()
1424 ia_multi_vgt_param.ia_switch_on_eoi = true; in radv_compute_ia_multi_vgt_param_helpers()
1429 ia_multi_vgt_param.ia_switch_on_eoi = true; in radv_compute_ia_multi_vgt_param_helpers()
1456 * ia_switch_on_eoi and then partial_vs_wave is set for pipelines in radv_compute_ia_multi_vgt_param_helpers()
H A Dradv_private.h1913 bool ia_switch_on_eoi;
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp892 bool ia_switch_on_eoi = false;
899 ia_switch_on_eoi = true;
959 ia_switch_on_eoi = true;
971 if (ia_switch_on_eoi &&
977 if (sscreen->info.family == CHIP_BONAIRE && ia_switch_on_eoi && key->u.uses_instancing)
991 if (sscreen->info.gfx_level <= GFX8 && ia_switch_on_eoi)
994 return S_028AA8_SWITCH_ON_EOP(ia_switch_on_eop) | S_028AA8_SWITCH_ON_EOI(ia_switch_on_eoi) |

Completed in 21 milliseconds