HomeSort by relevance Sort by last modified time
    Searched refs:cur_ctx (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.h 20 struct nv30_context *cur_ctx; member in struct:nv30_screen
nv30_context.c 179 if (nv30->screen->cur_ctx == nv30)
180 nv30->screen->cur_ctx = NULL;
nv30_state_validate.c 437 struct nv30_context *prev = nv30->screen->cur_ctx;
458 nv30->screen->cur_ctx = nv30;
471 if (nv30->screen->cur_ctx != nv30)
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.c 128 if (screen->cur_ctx)
129 screen->cur_ctx->state.flushed = true;
174 if (nv50->screen->cur_ctx == nv50) {
175 nv50->screen->cur_ctx = NULL;
331 if (!screen->cur_ctx) {
336 screen->cur_ctx = nv50;
nv50_screen.h 62 struct nv50_context *cur_ctx; member in struct:nv50_screen
nv50_state_validate.c 450 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx;
485 ctx_to->screen->cur_ctx = ctx_to;
538 if (nv50->screen->cur_ctx != nv50)
nv50_vbo.c 760 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 196 if (nvc0->screen->cur_ctx == nvc0) {
197 nvc0->screen->cur_ctx = NULL;
222 if (screen->cur_ctx)
223 screen->cur_ctx->state.flushed = true;
431 if (!screen->cur_ctx) {
433 screen->cur_ctx = nvc0;
nvc0_screen.h 63 struct nvc0_context *cur_ctx; member in struct:nvc0_screen
nvc0_state_validate.c 795 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx;
836 ctx_to->screen->cur_ctx = ctx_to;
892 if (nvc0->screen->cur_ctx != nvc0)

Completed in 1375 milliseconds