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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 22 struct nv30_context *cur_ctx; member in struct:nv30_screen
nv30_context.c 92 if (nv30->screen->cur_ctx == nv30)
93 nv30->screen->cur_ctx = NULL;
nv30_state_validate.c 433 struct nv30_context *prev = nv30->screen->cur_ctx;
454 nv30->screen->cur_ctx = nv30;
467 if (nv30->screen->cur_ctx != nv30)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 65 if (screen->cur_ctx)
66 screen->cur_ctx->state.flushed = TRUE;
100 if (nv50_context_screen(nv50)->cur_ctx == nv50) {
102 nv50_context_screen(nv50)->cur_ctx = NULL;
157 if (!screen->cur_ctx) {
158 screen->cur_ctx = nv50;
nv50_screen.h 29 struct nv50_context *cur_ctx; member in struct:nv50_screen
nv50_state_validate.c 301 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx;
327 ctx_to->screen->cur_ctx = ctx_to;
376 if (nv50->screen->cur_ctx != nv50)
nv50_vbo.c 712 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, TRUE);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 89 if (nvc0->screen->cur_ctx == nvc0) {
91 nvc0->screen->cur_ctx = NULL;
113 if (screen->cur_ctx)
114 screen->cur_ctx->state.flushed = TRUE;
155 if (!screen->cur_ctx) {
156 screen->cur_ctx = nvc0;
nvc0_screen.h 27 struct nvc0_context *cur_ctx; member in struct:nvc0_screen
nvc0_state_validate.c 451 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx;
481 ctx_to->screen->cur_ctx = ctx_to;
526 if (nvc0->screen->cur_ctx != nvc0)
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 1122 GET_CURRENT_CONTEXT(cur_ctx);
1124 if (cur_ctx == ctx) {
    [all...]

Completed in 290 milliseconds