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 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 | 144 context_drv(ctx)->surface_fill( 160 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 | 433 if (i < 0 || i >= context_drv(ctx)->num_emit) 443 const struct nouveau_driver *drv = context_drv(ctx);
|
| H A D | nouveau_context.c | 230 context_drv(ctx)->context_destroy(ctx);
|
| H A D | nouveau_texture.c | 155 context_drv(ctx)->surface_copy(ctx, s, st, nti->transfer.x, 283 context_drv(ctx)->surface_copy(ctx, &ss[level], s,
|
| H A D | nv10_context.c | 139 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 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 | 144 context_drv(ctx)->surface_fill( 160 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 | 434 if (i < 0 || i >= context_drv(ctx)->num_emit) 444 const struct nouveau_driver *drv = context_drv(ctx);
|
| H A D | nouveau_context.c | 230 context_drv(ctx)->context_destroy(ctx);
|
| H A D | nouveau_texture.c | 158 context_drv(ctx)->surface_copy(ctx, s, st, nti->transfer.x, 286 context_drv(ctx)->surface_copy(ctx, &ss[level], s,
|
| H A D | nv10_context.c | 140 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h);
|
Completed in 10 milliseconds