Lines Matching defs:gather
94 struct host1x_job_gather *gather = &job->gathers[job->num_gathers];
96 gather->words = words;
97 gather->bo = bo;
98 gather->offset = offset;
285 /* pin & patch the relocs for one gather */
563 void *gather;
565 /* Copy the gather */
566 gather = host1x_bo_mmap(g->bo);
567 memcpy(job->gather_copy_mapped + offset, gather + g->offset,
569 host1x_bo_munmap(g->bo, gather);
610 /* process each gather mem only once */