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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_gs_intrinsics.c51 * check to avoid buffer overflows. Finally, it adds a set_vertex_count
156 * Add a set_vertex_count intrinsic at the end of the program
174 nir_intrinsic_instr *set_vertex_count = local in function:append_set_vertex_count
176 set_vertex_count->src[0] = nir_src_for_ssa(count);
178 nir_builder_instr_insert(b, &set_vertex_count->instr);

Completed in 3 milliseconds