Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c1299 nir_ssa_def *num_exported_prims = nir_load_workgroup_num_input_primitives_amd(b); in add_deferred_attribute_culling() local
1301 num_exported_prims = nir_bcsel(b, fully_culled, nir_imm_int(b, 0u), num_exported_prims); 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()