Searched refs:context_drv (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h101 #define context_drv(ctx) \ macro
108 context_drv(ctx)->emit[NOUVEAU_STATE_##s](ctx, NOUVEAU_STATE_##s)
H A Dnouveau_driver.c144 context_drv(ctx)->surface_fill(
160 context_drv(ctx)->surface_fill(
H A Dnouveau_render_t.c208 context_drv(ctx)->emit[state](ctx, state);
H A Dnouveau_state.c433 if (i < 0 || i >= context_drv(ctx)->num_emit)
443 const struct nouveau_driver *drv = context_drv(ctx);
H A Dnouveau_context.c230 context_drv(ctx)->context_destroy(ctx);
H A Dnouveau_texture.c155 context_drv(ctx)->surface_copy(ctx, s, st, nti->transfer.x,
283 context_drv(ctx)->surface_copy(ctx, &ss[level], s,
H A Dnv10_context.c139 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h101 #define context_drv(ctx) \ macro
108 context_drv(ctx)->emit[NOUVEAU_STATE_##s](ctx, NOUVEAU_STATE_##s)
H A Dnouveau_driver.c144 context_drv(ctx)->surface_fill(
160 context_drv(ctx)->surface_fill(
H A Dnouveau_render_t.c208 context_drv(ctx)->emit[state](ctx, state);
H A Dnouveau_state.c434 if (i < 0 || i >= context_drv(ctx)->num_emit)
444 const struct nouveau_driver *drv = context_drv(ctx);
H A Dnouveau_context.c230 context_drv(ctx)->context_destroy(ctx);
H A Dnouveau_texture.c158 context_drv(ctx)->surface_copy(ctx, s, st, nti->transfer.x,
286 context_drv(ctx)->surface_copy(ctx, &ss[level], s,
H A Dnv10_context.c140 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h);

Completed in 10 milliseconds