Lines Matching defs:job
29 vc4_init_cl(struct vc4_job *job, struct vc4_cl *cl)
31 cl->base = rzalloc_size(job, 1); /* TODO: don't use rzalloc */
34 cl->job = job;
60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo)
63 uint32_t *current_handles = job->bo_handles.base;
64 uint32_t cl_hindex_count = cl_offset(&job->bo_handles) / 4;
81 out = cl_start(&job->bo_handles);
83 cl_end(&job->bo_handles, out);
85 out = cl_start(&job->bo_pointers);
87 cl_end(&job->bo_pointers, out);
89 job->bo_space += bo->size;