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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c574 bool ia_switch_on_eoi = false; local in function:si_get_ia_multi_vgt_param
586 ia_switch_on_eoi = cmd_buffer->state.pipeline->graphics.ia_multi_vgt_param.ia_switch_on_eoi;
611 ia_switch_on_eoi = true;
614 if (ia_switch_on_eoi &&
622 if (family == CHIP_BONAIRE && ia_switch_on_eoi &&
636 if (chip_class <= VI && ia_switch_on_eoi)
644 if (family == CHIP_HAWAII && ia_switch_on_eoi) {
658 S_028AA8_SWITCH_ON_EOI(ia_switch_on_eoi) |
H A Dradv_pipeline.c3552 ia_multi_vgt_param.ia_switch_on_eoi = false;
3554 ia_multi_vgt_param.ia_switch_on_eoi = true;
3557 ia_multi_vgt_param.ia_switch_on_eoi = true;
3562 ia_multi_vgt_param.ia_switch_on_eoi = true;
3600 * ia_switch_on_eoi and then partial_vs_wave is set for pipelines
H A Dradv_private.h1362 bool ia_switch_on_eoi; member in struct:radv_ia_multi_vgt_param_helpers
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c336 bool ia_switch_on_eoi = false; local in function:si_get_init_multi_vgt_param
343 ia_switch_on_eoi = true;
410 ia_switch_on_eoi = true;
425 if (ia_switch_on_eoi &&
432 if (sscreen->info.family == CHIP_BONAIRE && ia_switch_on_eoi &&
447 if (sscreen->info.chip_class <= VI && ia_switch_on_eoi)
451 S_028AA8_SWITCH_ON_EOI(ia_switch_on_eoi) |
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c726 bool ia_switch_on_eoi = false; local in function:si_get_ia_multi_vgt_param
746 ia_switch_on_eoi = cmd_buffer->state.pipeline->graphics.ia_multi_vgt_param.ia_switch_on_eoi;
777 ia_switch_on_eoi = true;
780 if (ia_switch_on_eoi &&
788 if (family == CHIP_BONAIRE && ia_switch_on_eoi && (instanced_draw || indirect_draw))
801 if (chip_class <= GFX8 && ia_switch_on_eoi)
809 if (family == CHIP_HAWAII && ia_switch_on_eoi) {
831 S_028AA8_SWITCH_ON_EOP(ia_switch_on_eop) | S_028AA8_SWITCH_ON_EOI(ia_switch_on_eoi) |
H A Dradv_pipeline.c1410 ia_multi_vgt_param.ia_switch_on_eoi = false;
1412 ia_multi_vgt_param.ia_switch_on_eoi = true;
1414 ia_multi_vgt_param.ia_switch_on_eoi = true;
1419 ia_multi_vgt_param.ia_switch_on_eoi = true;
1446 * ia_switch_on_eoi and then partial_vs_wave is set for pipelines
H A Dradv_private.h1735 bool ia_switch_on_eoi; member in struct:radv_ia_multi_vgt_param_helpers
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp799 bool ia_switch_on_eoi = false; local in function:si_get_init_multi_vgt_param
806 ia_switch_on_eoi = true;
866 ia_switch_on_eoi = true;
878 if (ia_switch_on_eoi &&
884 if (sscreen->info.family == CHIP_BONAIRE && ia_switch_on_eoi && key->u.uses_instancing)
898 if (sscreen->info.chip_class <= GFX8 && ia_switch_on_eoi)
901 return S_028AA8_SWITCH_ON_EOP(ia_switch_on_eop) | S_028AA8_SWITCH_ON_EOI(ia_switch_on_eoi) |

Completed in 35 milliseconds