Lines Matching refs:jobs
26 * Functions for submitting V3D render jobs to the kernel.
48 _mesa_hash_table_remove_key(v3d->jobs, &job->key);
154 hash_table_foreach(v3d->jobs, entry) {
198 * graphics-compute dependency but nowadays all compute jobs
252 hash_table_foreach(v3d->jobs, entry) {
272 /* Reminder: v3d->jobs is safe to keep iterating even
305 struct hash_entry *entry = _mesa_hash_table_search(v3d->jobs,
310 /* Creating a new job. Make sure that any previous jobs reading or
365 _mesa_hash_table_insert(v3d->jobs, &job->key, job);
392 * been bound, so set them all to ~0 when switching between jobs. We
609 v3d->jobs = _mesa_hash_table_create(v3d,