HomeSort by relevance Sort by last modified time
    Searched refs:context_drv (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 101 #define context_drv(ctx) \ macro
108 context_drv(ctx)->emit[NOUVEAU_STATE_##s](ctx, NOUVEAU_STATE_##s)
nouveau_driver.c 121 context_drv(ctx)->surface_fill(
137 context_drv(ctx)->surface_fill(
nouveau_render_t.c 208 context_drv(ctx)->emit[state](ctx, state);
nouveau_state.c 449 if (i < 0 || i >= context_drv(ctx)->num_emit)
459 const struct nouveau_driver *drv = context_drv(ctx);
nouveau_texture.c 141 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,
nouveau_context.c 240 context_drv(ctx)->context_destroy(ctx);
nv10_context.c 139 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h);

Completed in 7734 milliseconds