Home
last modified time | relevance | path

Searched refs:ctx_from (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c451 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx; in nv50_switch_pipe_context() local
453 if (ctx_from) in nv50_switch_pipe_context()
454 ctx_to->state = ctx_from->state; in nv50_switch_pipe_context()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c871 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx; in nvc0_switch_pipe_context() local
874 if (ctx_from) in nvc0_switch_pipe_context()
875 ctx_to->state = ctx_from->state; in nvc0_switch_pipe_context()