Searched refs:count_per_primitive (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_gs_intrinsics.c | 88 nir_ssa_def *count_per_primitive; local in function:rewrite_emit_vertex 91 count_per_primitive = nir_load_var(b, state->vtxcnt_per_prim_vars[stream]); 93 count_per_primitive = nir_ssa_undef(b, 1, 32); 105 nir_emit_vertex_with_counter(b, count, count_per_primitive, stream); 207 nir_ssa_def *count_per_primitive; local in function:rewrite_end_primitive 210 count_per_primitive = nir_load_var(b, state->vtxcnt_per_prim_vars[stream]); 212 count_per_primitive = nir_ssa_undef(b, count->num_components, count->bit_size); 214 nir_end_primitive_with_counter(b, count, count_per_primitive, stream);
|
Completed in 2 milliseconds