Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c142 if (screen->cur_ctx) in nv50_default_kick_notify()
143 screen->cur_ctx->state.flushed = true; in nv50_default_kick_notify()
186 if (nv50->screen->cur_ctx == nv50) { in nv50_destroy()
187 nv50->screen->cur_ctx = NULL; in nv50_destroy()
353 if (!screen->cur_ctx) { in nv50_create()
358 screen->cur_ctx = nv50; in nv50_create()
Dnv50_state_validate.c451 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx; in nv50_switch_pipe_context()
486 ctx_to->screen->cur_ctx = ctx_to; in nv50_switch_pipe_context()
539 if (nv50->screen->cur_ctx != nv50) in nv50_state_validate()
Dnv50_screen.h63 struct nv50_context *cur_ctx; member
Dnv50_vbo.c756 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true); in nv50_draw_vbo_kick_notify()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c247 if (nvc0->screen->cur_ctx == nvc0) { in nvc0_destroy()
248 nvc0->screen->cur_ctx = NULL; in nvc0_destroy()
286 if (screen->cur_ctx) in nvc0_default_kick_notify()
287 screen->cur_ctx->state.flushed = true; in nvc0_default_kick_notify()
500 if (!screen->cur_ctx) { in nvc0_create()
502 screen->cur_ctx = nvc0; in nvc0_create()
Dnvc0_screen.h72 struct nvc0_context *cur_ctx; member
Dnvc0_state_validate.c871 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx; in nvc0_switch_pipe_context()
910 ctx_to->screen->cur_ctx = ctx_to; in nvc0_switch_pipe_context()
970 if (nvc0->screen->cur_ctx != nvc0) in nvc0_state_validate()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h20 struct nv30_context *cur_ctx; member
Dnv30_context.c176 if (nv30->screen->cur_ctx == nv30) in nv30_context_destroy()
177 nv30->screen->cur_ctx = NULL; in nv30_context_destroy()
Dnv30_state_validate.c438 struct nv30_context *prev = nv30->screen->cur_ctx; in nv30_state_context_switch()
459 nv30->screen->cur_ctx = nv30; in nv30_state_context_switch()
472 if (nv30->screen->cur_ctx != nv30) in nv30_state_validate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglcontext_eagl.m427 EAGLContext *cur_ctx =[EAGLContext currentContext];
429 if (cur_ctx == context_eagl->priv->eagl_context) {
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1188 - nv30: avoid setting user_priv without setting cur_ctx