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

/external/mesa3d/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.c121 context_drv(ctx)->surface_fill(
137 context_drv(ctx)->surface_fill(
H A Dnouveau_render_t.c208 context_drv(ctx)->emit[state](ctx, state);
H A Dnouveau_state.c449 if (i < 0 || i >= context_drv(ctx)->num_emit)
459 const struct nouveau_driver *drv = context_drv(ctx);
H A Dnouveau_texture.c141 context_drv(ctx)->surface_copy(ctx, s, st, nti->transfer.x,
224 context_drv(ctx)->surface_copy(ctx, s, st, nti->transfer.x,
353 context_drv(ctx)->surface_copy(ctx, &ss[level], s,
H A Dnouveau_context.c240 context_drv(ctx)->context_destroy(ctx);
H A Dnv10_context.c139 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h);

Completed in 179 milliseconds