Home
last modified time | relevance | path

Searched refs:packet_vertex_limit (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_push.c22 uint32_t packet_vertex_limit; member
68 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08()
101 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i16()
134 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i32()
165 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_seq()
219 ctx.packet_vertex_limit = nv50->vertex->packet_vertex_limit; in nv50_push_vbo()
Dnv50_stateobj.h61 unsigned packet_vertex_limit; member
Dnv50_vbo.c123 so->packet_vertex_limit = NV04_PFIFO_MAX_PACKET_LEN / in nv50_vertex_state_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_push.c19 uint32_t packet_vertex_limit; member
58 ctx->packet_vertex_limit = 1; in init_push_context()
60 ctx->packet_vertex_limit = nvc0->vertex->vtx_per_packet_max; in init_push_context()
62 ctx->packet_vertex_limit = 1; in init_push_context()
126 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08()
167 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i16()
208 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i32()
247 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_seq()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_push.c46 uint32_t packet_vertex_limit; member
91 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08()
123 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i16()
155 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i32()
185 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_seq()
206 ctx.packet_vertex_limit = nv30->vertex->vtx_per_packet_max; in nv30_push_vbo()