HomeSort by relevance Sort by last modified time
    Searched refs:vc4_gem_hindex (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_cl.h 56 uint32_t vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo);
181 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(job, bo);
196 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(job, bo);
vc4_cl.c 59 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo) function
vc4_job.c 278 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
319 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
346 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);

Completed in 118 milliseconds