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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_ngg.c1201 nir_ssa_def *num_exported_prims = nir_build_load_workgroup_num_input_primitives_amd(b); local in function:add_deferred_attribute_culling
1203 num_exported_prims = nir_bcsel(b, fully_culled, nir_imm_int(b, 0u), num_exported_prims);
1208 nir_build_alloc_vertices_and_primitives_amd(b, num_live_vertices_in_workgroup, num_exported_prims);

Completed in 5 milliseconds