/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_push.c | 46 uint32_t packet_vertex_limit; member in struct:push_context 91 unsigned push = MIN2(count, ctx->packet_vertex_limit); 123 unsigned push = MIN2(count, ctx->packet_vertex_limit); 155 unsigned push = MIN2(count, ctx->packet_vertex_limit); 185 unsigned push = MIN2(count, ctx->packet_vertex_limit); 206 ctx.packet_vertex_limit = nv30->vertex->vtx_per_packet_max;
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_push.c | 22 uint32_t packet_vertex_limit; member in struct:push_context 68 unsigned push = MIN2(count, ctx->packet_vertex_limit); 101 unsigned push = MIN2(count, ctx->packet_vertex_limit); 134 unsigned push = MIN2(count, ctx->packet_vertex_limit); 165 unsigned push = MIN2(count, ctx->packet_vertex_limit); 219 ctx.packet_vertex_limit = nv50->vertex->packet_vertex_limit;
|
nv50_stateobj.h | 61 unsigned packet_vertex_limit; member in struct:nv50_vertex_stateobj
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_push.c | 19 uint32_t packet_vertex_limit; member in struct:push_context 58 ctx->packet_vertex_limit = 1; 60 ctx->packet_vertex_limit = nvc0->vertex->vtx_per_packet_max; 62 ctx->packet_vertex_limit = 1; 126 unsigned push = MIN2(count, ctx->packet_vertex_limit); 167 unsigned push = MIN2(count, ctx->packet_vertex_limit); 208 unsigned push = MIN2(count, ctx->packet_vertex_limit); 247 unsigned push = MIN2(count, ctx->packet_vertex_limit);
|