Searched refs:draw_impl (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c55 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, function in typeref:typename:void
163 draw_impl(ctx, ctx->batch->draw, &emit, index_offset);
170 draw_impl(ctx, ctx->batch->binning, &emit, index_offset);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c44 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, function in typeref:typename:void
160 draw_impl(ctx, ctx->batch->draw, &emit, index_offset);
175 draw_impl(ctx, ctx->batch->binning, &emit, index_offset);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c55 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, function in typeref:typename:void
152 draw_impl(ctx, ctx->batch->draw, &emit, index_offset);
159 draw_impl(ctx, ctx->batch->binning, &emit, index_offset);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c43 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, function in typeref:typename:void
145 draw_impl(ctx, ctx->batch->draw, &emit, index_offset);
160 draw_impl(ctx, ctx->batch->binning, &emit, index_offset);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c82 draw_impl(struct fd_context *ctx, const struct pipe_draw_info *info, function in typeref:typename:void
194 draw_impl(ctx, &info, ctx->batch->draw, index_offset, false);
195 draw_impl(ctx, &info, ctx->batch->binning, index_offset, true);
202 draw_impl(ctx, pinfo, ctx->batch->draw, index_offset, false);
203 draw_impl(ctx, pinfo, ctx->batch->binning, index_offset, true);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c80 draw_impl(struct fd_context *ctx, const struct pipe_draw_info *info, function in typeref:typename:void
204 draw_impl(ctx, pinfo, &draw, ctx->batch->draw, index_offset, false);
205 draw_impl(ctx, pinfo, &draw, ctx->batch->binning, index_offset, true);
212 draw_impl(ctx, pinfo, pdraw, ctx->batch->draw, index_offset, false);
213 draw_impl(ctx, pinfo, pdraw, ctx->batch->binning, index_offset, true);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c44 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, function in typeref:typename:void
150 draw_impl(ctx, ctx->batch->draw, &emit, index_offset);
157 draw_impl(ctx, ctx->batch->binning, &emit, index_offset);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c43 draw_impl(struct fd_context *ctx, struct fd_ringbuffer *ring, function in typeref:typename:void
132 draw_impl(ctx, ctx->batch->draw, &emit, index_offset);
139 draw_impl(ctx, ctx->batch->binning, &emit, index_offset);

Completed in 13 milliseconds