Searched refs:ctx_from (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state_validate.c451 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx; local in function:nv50_switch_pipe_context
453 if (ctx_from)
454 ctx_to->state = ctx_from->state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state_validate.c451 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx; local in function:nv50_switch_pipe_context
453 if (ctx_from)
454 ctx_to->state = ctx_from->state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c862 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx; local in function:nvc0_switch_pipe_context
865 if (ctx_from)
866 ctx_to->state = ctx_from->state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c871 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx; local in function:nvc0_switch_pipe_context
874 if (ctx_from)
875 ctx_to->state = ctx_from->state;

Completed in 6 milliseconds