Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c780 nir_ssa_def *num_live_vertices_in_workgroup, in compact_vertices_after_culling() argument
819 nir_ssa_def *es_survived = nir_ilt(b, invocation_index, num_live_vertices_in_workgroup); in compact_vertices_after_culling()
1295 nir_ssa_def *num_live_vertices_in_workgroup = rep.num_repacked_invocations; in add_deferred_attribute_culling() local
1300 nir_ssa_def *fully_culled = nir_ieq_imm(b, num_live_vertices_in_workgroup, 0u); in add_deferred_attribute_culling()
1306 … nir_alloc_vertices_and_primitives_amd(b, num_live_vertices_in_workgroup, num_exported_prims); in add_deferred_attribute_culling()
1314 es_exporter_tid, num_live_vertices_in_workgroup, fully_culled, in add_deferred_attribute_culling()