Searched refs:DrawGallium (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_feedback.c | 296 ctx->Driver.DrawGallium = _mesa_draw_gallium_fallback; 307 ctx->Driver.DrawGallium = _mesa_draw_gallium_fallback;
|
| H A D | st_draw.c | 374 functions->DrawGallium = st_draw_gallium;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_save_draw.c | 338 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 D | draw.c | 945 * 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 D | dd.h | 587 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 D | driverfuncs.c | 124 driver->DrawGallium = _mesa_draw_gallium_fallback;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 2249 - 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 D | 21.1.0.rst | 4672 - vbo/dlist: use DrawGallium(Complex)
|
Completed in 39 milliseconds