Lines Matching defs:ctx
46 struct lima_context *ctx = job->ctx;
56 struct lima_screen *screen = lima_screen(ctx->base.screen);
105 lima_texture_desc_set_res(ctx, td, psurf->texture, level, level,
196 struct lima_context *ctx = lima_context(pctx);
266 job = lima_job_get_with_fb(ctx, NULL, dst_surf);
268 job = lima_job_get_with_fb(ctx, dst_surf, NULL);
273 lima_flush_job_accessing_bo(ctx, src_res->bo, true);
274 lima_flush_job_accessing_bo(ctx, dst_res->bo, true);
277 _mesa_hash_table_insert(ctx->write_jobs, &dst_res->base, job);