Searched refs:ngg_cull_vert_threshold (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h465 unsigned ngg_cull_vert_threshold; /* UINT32_MAX = disabled */ member in struct:si_shader_selector
H A Dsi_state_draw.cpp2292 /* Tessellation sets ngg_cull_vert_threshold to UINT_MAX if the prim type
2298 (old_ngg_culling || total_direct_count > hw_vs->ngg_cull_vert_threshold)) {
2300 assert(hw_vs->ngg_cull_vert_threshold != UINT_MAX);
H A Dsi_state_shaders.c2992 sel->ngg_cull_vert_threshold = UINT_MAX; /* disabled (changed below) */
2997 sel->ngg_cull_vert_threshold = 0; /* always enabled */
3002 sel->ngg_cull_vert_threshold = 128;
3009 sel->ngg_cull_vert_threshold = 0; /* always enabled */

Completed in 12 milliseconds