Searched refs:cur_ctx (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h20 struct nv30_context *cur_ctx; member in struct:nv30_screen
H A Dnv30_context.c176 if (nv30->screen->cur_ctx == nv30)
177 nv30->screen->cur_ctx = NULL;
H A Dnv30_state_validate.c438 struct nv30_context *prev = nv30->screen->cur_ctx;
459 nv30->screen->cur_ctx = nv30;
472 if (nv30->screen->cur_ctx != nv30)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h20 struct nv30_context *cur_ctx; member in struct:nv30_screen
H A Dnv30_context.c176 if (nv30->screen->cur_ctx == nv30)
177 nv30->screen->cur_ctx = NULL;
H A Dnv30_state_validate.c438 struct nv30_context *prev = nv30->screen->cur_ctx;
459 nv30->screen->cur_ctx = nv30;
472 if (nv30->screen->cur_ctx != nv30)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c125 if (screen->cur_ctx)
126 screen->cur_ctx->state.flushed = true;
169 if (nv50->screen->cur_ctx == nv50) {
170 nv50->screen->cur_ctx = NULL;
326 if (!screen->cur_ctx) {
331 screen->cur_ctx = nv50;
H A Dnv50_screen.h63 struct nv50_context *cur_ctx; member in struct:nv50_screen
H A Dnv50_state_validate.c451 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx;
486 ctx_to->screen->cur_ctx = ctx_to;
539 if (nv50->screen->cur_ctx != nv50)
H A Dnv50_vbo.c762 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c194 if (nvc0->screen->cur_ctx == nvc0) {
195 nvc0->screen->cur_ctx = NULL;
233 if (screen->cur_ctx)
234 screen->cur_ctx->state.flushed = true;
444 if (!screen->cur_ctx) {
446 screen->cur_ctx = nvc0;
H A Dnvc0_screen.h72 struct nvc0_context *cur_ctx; member in struct:nvc0_screen
H A Dnvc0_state_validate.c862 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx;
901 ctx_to->screen->cur_ctx = ctx_to;
961 if (nvc0->screen->cur_ctx != nvc0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c142 if (screen->cur_ctx)
143 screen->cur_ctx->state.flushed = true;
186 if (nv50->screen->cur_ctx == nv50) {
187 nv50->screen->cur_ctx = NULL;
353 if (!screen->cur_ctx) {
358 screen->cur_ctx = nv50;
H A Dnv50_screen.h63 struct nv50_context *cur_ctx; member in struct:nv50_screen
H A Dnv50_state_validate.c451 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx;
486 ctx_to->screen->cur_ctx = ctx_to;
539 if (nv50->screen->cur_ctx != nv50)
H A Dnv50_vbo.c756 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c247 if (nvc0->screen->cur_ctx == nvc0) {
248 nvc0->screen->cur_ctx = NULL;
286 if (screen->cur_ctx)
287 screen->cur_ctx->state.flushed = true;
500 if (!screen->cur_ctx) {
502 screen->cur_ctx = nvc0;
H A Dnvc0_screen.h72 struct nvc0_context *cur_ctx; member in struct:nvc0_screen
H A Dnvc0_state_validate.c871 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx;
910 ctx_to->screen->cur_ctx = ctx_to;
970 if (nvc0->screen->cur_ctx != nvc0)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1188 - nv30: avoid setting user_priv without setting cur_ctx

Completed in 23 milliseconds