Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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()
/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c1078 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data; in mpeg_decode_update_thread_context() local
1079 MpegEncContext *s = &ctx->mpeg_enc_ctx, *s1 = &ctx_from->mpeg_enc_ctx; in mpeg_decode_update_thread_context()
1083 !ctx_from->mpeg_enc_ctx_allocated || in mpeg_decode_update_thread_context()

Completed in 7 milliseconds