Lines Matching defs:job
1279 struct iris_threaded_compile_job *job,
1287 job->dbg = &async_debug.base;
1290 util_queue_add_job(&screen->shader_compiler_queue, job, ready_fence, execute,
2550 const struct iris_threaded_compile_job *job =
2553 struct iris_screen *screen = job->screen;
2554 struct u_upload_mgr *uploader = job->uploader;
2555 struct util_debug_callback *dbg = job->dbg;
2556 struct iris_uncompiled_shader *ish = job->ish;
2557 struct iris_compiled_shader *shader = job->shader;
2711 struct iris_threaded_compile_job *job = calloc(1, sizeof(*job));
2713 job->screen = screen;
2714 job->uploader = uploader;
2715 job->ish = ish;
2716 job->shader = shader;
2718 iris_schedule_compile(screen, &ish->ready, &ice->dbg, job,