Home
last modified time | relevance | path

Searched refs:tess_turns_off_ngg (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h449 bool tess_turns_off_ngg; member
Dsi_state_shaders.c2547 sel->tess_turns_off_ngg)) { in si_init_shader_selector_async()
2727 sel->tess_turns_off_ngg = sscreen->info.chip_class >= GFX10 && in si_create_shader_selector()
3018 if (sctx->gs_shader.cso && sctx->tes_shader.cso && sctx->gs_shader.cso->tess_turns_off_ngg) { in si_update_ngg()
Dgfx10_shader_ngg.c1983 if (gs_sel->tess_turns_off_ngg || es_sel->info.stage != MESA_SHADER_TESS_EVAL) { in gfx10_ngg_calculate_subgroup_info()
/external/mesa3d/docs/relnotes/
D20.0.0.rst2312 - radeonsi/gfx10: simplify the tess_turns_off_ngg condition