Searched refs:current_verts (Results 1 – 1 of 1) sorted by relevance
344 int current_verts = shader->llvm_emitted_vertices[i + (stream * shader->vector_length)]; in llvm_fetch_gs_outputs() local348 for (j = 0; j < current_verts; ++j) { in llvm_fetch_gs_outputs()356 debug_assert(current_verts <= shader->max_output_vertices); in llvm_fetch_gs_outputs()359 memmove(output_ptr + (vertex_count + current_verts) * shader->vertex_size, in llvm_fetch_gs_outputs()363 vertex_count += current_verts; in llvm_fetch_gs_outputs()