Home
last modified time | relevance | path

Searched refs:cur_ctx (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c128 if (screen->cur_ctx) in nv50_default_kick_notify()
129 screen->cur_ctx->state.flushed = true; in nv50_default_kick_notify()
174 if (nv50->screen->cur_ctx == nv50) { in nv50_destroy()
175 nv50->screen->cur_ctx = NULL; in nv50_destroy()
331 if (!screen->cur_ctx) { in nv50_create()
336 screen->cur_ctx = nv50; in nv50_create()
Dnv50_state_validate.c450 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx; in nv50_switch_pipe_context()
485 ctx_to->screen->cur_ctx = ctx_to; in nv50_switch_pipe_context()
538 if (nv50->screen->cur_ctx != nv50) in nv50_state_validate()
Dnv50_screen.h62 struct nv50_context *cur_ctx; member
Dnv50_vbo.c760 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true); in nv50_draw_vbo_kick_notify()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c196 if (nvc0->screen->cur_ctx == nvc0) { in nvc0_destroy()
197 nvc0->screen->cur_ctx = NULL; in nvc0_destroy()
222 if (screen->cur_ctx) in nvc0_default_kick_notify()
223 screen->cur_ctx->state.flushed = true; in nvc0_default_kick_notify()
431 if (!screen->cur_ctx) { in nvc0_create()
433 screen->cur_ctx = nvc0; in nvc0_create()
Dnvc0_screen.h63 struct nvc0_context *cur_ctx; member
Dnvc0_state_validate.c795 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx; in nvc0_switch_pipe_context()
836 ctx_to->screen->cur_ctx = ctx_to; in nvc0_switch_pipe_context()
892 if (nvc0->screen->cur_ctx != nvc0) in nvc0_state_validate()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h20 struct nv30_context *cur_ctx; member
Dnv30_context.c179 if (nv30->screen->cur_ctx == nv30) in nv30_context_destroy()
180 nv30->screen->cur_ctx = NULL; in nv30_context_destroy()
Dnv30_state_validate.c437 struct nv30_context *prev = nv30->screen->cur_ctx; in nv30_state_context_switch()
458 nv30->screen->cur_ctx = nv30; in nv30_state_context_switch()
471 if (nv30->screen->cur_ctx != nv30) in nv30_state_validate()