Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h101 #define context_drv(ctx) \ macro
108 context_drv(ctx)->emit[NOUVEAU_STATE_##s](ctx, NOUVEAU_STATE_##s)
Dnouveau_driver.c138 context_drv(ctx)->surface_fill( in nouveau_clear()
154 context_drv(ctx)->surface_fill( in nouveau_clear()
Dnouveau_render_t.c208 context_drv(ctx)->emit[state](ctx, state); in TAG()
Dnouveau_state.c432 if (i < 0 || i >= context_drv(ctx)->num_emit) in nouveau_next_dirty_state()
442 const struct nouveau_driver *drv = context_drv(ctx); in nouveau_state_emit()
Dnouveau_texture.c155 context_drv(ctx)->surface_copy(ctx, s, st, nti->transfer.x, in nouveau_unmap_texture_image()
283 context_drv(ctx)->surface_copy(ctx, &ss[level], s, in validate_teximage()
Dnouveau_context.c232 context_drv(ctx)->context_destroy(ctx); in nouveau_context_destroy()
Dnv10_context.c139 context_drv(ctx)->surface_fill(ctx, s, ~0, value, x, y, w, h); in nv10_zclear()