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

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_feedback.c296 ctx->Driver.DrawGallium = _mesa_draw_gallium_fallback;
307 ctx->Driver.DrawGallium = _mesa_draw_gallium_fallback;
H A Dst_draw.c374 functions->DrawGallium = st_draw_gallium;
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_save_draw.c338 ctx->Driver.DrawGallium(ctx, info, 0, &node->merged.start_count, 1);
340 ctx->Driver.DrawGallium(ctx, info, 0, node->merged.start_counts,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddraw.c945 * Called via Driver.DrawGallium. This is a fallback invoking Driver.Draw.
1028 ALLOC_PRIMS(prim, num_draws, "DrawGallium");
1077 * Called via Driver.DrawGallium. This is a fallback invoking Driver.Draw.
1092 ctx->Driver.DrawGallium(ctx, info, 0, &draws[first], i - first);
1319 ctx->Driver.DrawGallium(ctx, &info, 0, &draw, 1);
1646 ctx->Driver.DrawGallium(ctx, &info, 0, draw, primcount);
1802 ctx->Driver.DrawGallium(ctx, &info, 0, &draw, 1);
2179 ctx->Driver.DrawGallium(ctx, &info, 0, draw, primcount);
2199 ctx->Driver.DrawGallium(ctx, &info, i, &draw, 1);
2571 ctx->Driver.DrawGallium(ct
[all...]
H A Ddd.h587 void (*DrawGallium)(struct gl_context *ctx, member in struct:dd_function_table
594 * Same as DrawGallium, but mode can also change between draws.
597 * the callee in addition to the fields listed by DrawGallium:
600 * This function exists to decrease complexity of DrawGallium.
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c124 driver->DrawGallium = _mesa_draw_gallium_fallback;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2249 - mesa: add Driver.DrawGallium\* functions to be used by main/draw.c
2251 - mesa: add a fallback for drivers not implementing Driver.DrawGallium\*
2253 - mesa: switch (Multi)DrawArrays to DrawGallium
2254 - mesa: switch Draw(Range)Elements(BaseVertex) calls to DrawGallium
2255 - mesa: switch MultiDrawElements(BaseVertex) to DrawGallium\*
2259 - vbo: switch immediate Begin/End to DrawGallium
2273 - st/mesa: implement Driver.DrawGallium callbacks
H A D21.1.0.rst4672 - vbo/dlist: use DrawGallium(Complex)

Completed in 39 milliseconds