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
300 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count);
301 vert_count /= targ->stride;
328 emit_vertices_seq(&ctx, info->start, vert_count);
331 emit_vertices_i08(&ctx, info->start, vert_count);
334 emit_vertices_i16(&ctx, info->start, vert_count);
337 emit_vertices_i32(&ctx, info->start, vert_count);
nv50_program.h 96 uint32_t vert_count; member in struct:nv50_program::__anon33435
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 100 GLuint vert_count; /**< Number of vertices currently in buffer */ member in struct:vbo_exec_context::__anon34469
vbo_save.h 166 GLuint vert_count; member in struct:vbo_save_context
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 475 unsigned vert_count = info->count; local
518 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count);
519 vert_count /= targ->stride;
531 ctx.dest = nvc0_push_setup_vertex_array(nvc0, vert_count);
544 disp_vertices_i08(&ctx, info->start, vert_count);
547 disp_vertices_i16(&ctx, info->start, vert_count);
550 disp_vertices_i32(&ctx, info->start, vert_count);
554 disp_vertices_seq(&ctx, info->start, vert_count);

Completed in 689 milliseconds