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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_push.c 246 unsigned vert_count = info->count; local
301 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count);
302 vert_count /= targ->stride;
329 emit_vertices_seq(&ctx, info->start, vert_count);
332 emit_vertices_i08(&ctx, info->start, vert_count);
335 emit_vertices_i16(&ctx, info->start, vert_count);
338 emit_vertices_i32(&ctx, info->start, vert_count);
nv50_program.h 96 uint32_t vert_count; member in struct:nv50_program::__anon29648
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 100 GLuint vert_count; /**< Number of vertices currently in buffer */ member in struct:vbo_exec_context::__anon30645
vbo_save.h 152 GLuint vert_count; member in struct:vbo_save_context
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 474 unsigned vert_count = info->count; local
517 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count);
518 vert_count /= targ->stride;
530 ctx.dest = nvc0_push_setup_vertex_array(nvc0, vert_count);
543 disp_vertices_i08(&ctx, info->start, vert_count);
546 disp_vertices_i16(&ctx, info->start, vert_count);
549 disp_vertices_i32(&ctx, info->start, vert_count);
553 disp_vertices_seq(&ctx, info->start, vert_count);

Completed in 86 milliseconds