Searched refs:context_drv (Results 1 - 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
H A D | nouveau_context.h | 101 #define context_drv(ctx) \ macro 108 context_drv(ctx)->emit[NOUVEAU_STATE_##s](ctx, NOUVEAU_STATE_##s)
|
H A D | nouveau_driver.c | 121 context_drv(ctx)->surface_fill( 137 context_drv(ctx)->surface_fill(
|
H A D | nouveau_render_t.c | 208 context_drv(ctx)->emit[state](ctx, state);
|
H A D | nouveau_state.c | 449 if (i < 0 || i >= context_drv(ctx)->num_emit) 459 const struct nouveau_driver *drv = context_drv(ctx);
|
H A D | 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,
|
H A D | nouveau_context.c | 240 context_drv(ctx)->context_destroy(ctx);
|
H A D | nv10_context.c | 139 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h);
|
Completed in 179 milliseconds