HomeSort by relevance Sort by last modified time
    Searched defs:nr_vertices (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 65 uint nr_vertices; member in struct:softpipe_vbuf_render
90 ushort vertex_size, ushort nr_vertices)
93 unsigned size = vertex_size * nr_vertices;
102 cvbr->nr_vertices = nr_vertices;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 70 unsigned nr_vertices; member in struct:vbuf_stage
112 if (vbuf->nr_vertices + nr > vbuf->max_vertices ||
147 vertex->vertex_id = vbuf->nr_vertices++;
332 vbuf->render->unmap_vertices( vbuf->render, 0, vbuf->nr_vertices - 1 );
344 if(vbuf->nr_vertices)
350 vbuf->max_vertices = vbuf->nr_vertices = 0;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h 80 uint nr_vertices; member in struct:lp_setup_context

Completed in 657 milliseconds