Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state_validate.c301 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx; in nv50_switch_pipe_context() local
303 if (ctx_from) in nv50_switch_pipe_context()
304 ctx_to->state = ctx_from->state; in nv50_switch_pipe_context()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state_validate.c451 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx; in nvc0_switch_pipe_context() local
454 if (ctx_from) in nvc0_switch_pipe_context()
455 ctx_to->state = ctx_from->state; in nvc0_switch_pipe_context()