Searched defs:vert_count (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_push.c214 unsigned vert_count = info->count; local
260 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
261 vert_count /= targ->stride;
288 emit_vertices_seq(&ctx, info->start, vert_count);
291 emit_vertices_i08(&ctx, info->start, vert_count);
294 emit_vertices_i16(&ctx, info->start, vert_count);
297 emit_vertices_i32(&ctx, info->start, vert_count);
H A Dnv50_program.h91 uint8_t vert_count; member in struct:nv50_program::__anon12991
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_push.c214 unsigned vert_count = info->count; local
260 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
261 vert_count /= targ->stride;
288 emit_vertices_seq(&ctx, info->start, vert_count);
291 emit_vertices_i08(&ctx, info->start, vert_count);
294 emit_vertices_i16(&ctx, info->start, vert_count);
297 emit_vertices_i32(&ctx, info->start, vert_count);
H A Dnv50_program.h91 uint8_t vert_count; member in struct:nv50_program::__anon23476
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_push.c303 unsigned vert_count = info->count; local
347 pipe->get_query_result(pipe, targ->pq, TRUE, (void*)&vert_count);
348 vert_count /= targ->stride;
370 emit_vertices_seq(&ctx, info->start, vert_count);
373 emit_vertices_i08(&ctx, info->start, vert_count);
376 emit_vertices_i16(&ctx, info->start, vert_count);
379 emit_vertices_i32(&ctx, info->start, vert_count);
H A Dnvc0_vbo_translate.c435 unsigned vert_count = info->count; local
466 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
467 vert_count /= targ->stride;
479 ctx.dest = nvc0_push_setup_vertex_array(nvc0, vert_count);
491 disp_vertices_i08(&ctx, info->start, vert_count);
494 disp_vertices_i16(&ctx, info->start, vert_count);
497 disp_vertices_i32(&ctx, info->start, vert_count);
501 disp_vertices_seq(&ctx, info->start, vert_count);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.h100 GLuint vert_count; member in struct:vbo_exec_context::__anon13741
H A Dvbo_save.h151 GLuint vert_count; member in struct:vbo_save_context
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_push.c303 unsigned vert_count = info->count; local
347 pipe->get_query_result(pipe, targ->pq, TRUE, (void*)&vert_count);
348 vert_count /= targ->stride;
370 emit_vertices_seq(&ctx, info->start, vert_count);
373 emit_vertices_i08(&ctx, info->start, vert_count);
376 emit_vertices_i16(&ctx, info->start, vert_count);
379 emit_vertices_i32(&ctx, info->start, vert_count);
H A Dnvc0_vbo_translate.c435 unsigned vert_count = info->count; local
466 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
467 vert_count /= targ->stride;
479 ctx.dest = nvc0_push_setup_vertex_array(nvc0, vert_count);
491 disp_vertices_i08(&ctx, info->start, vert_count);
494 disp_vertices_i16(&ctx, info->start, vert_count);
497 disp_vertices_i32(&ctx, info->start, vert_count);
501 disp_vertices_seq(&ctx, info->start, vert_count);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h100 GLuint vert_count; member in struct:vbo_exec_context::__anon24226
H A Dvbo_save.h151 GLuint vert_count; member in struct:vbo_save_context

Completed in 726 milliseconds