Searched refs:vc4_gem_hindex (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_cl.h71 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);
282 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(cl->job, reloc->bo);
H A Dvc4_cl.c60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo) function in typeref:typename:uint32_t
H A Dvc4_job.c292 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
333 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
360 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
H A Dvc4_draw.c403 uint32_t hindex = vc4_gem_hindex(job, rsc->bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_cl.h71 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);
282 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(cl->job, reloc->bo);
H A Dvc4_cl.c60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo) function in typeref:typename:uint32_t
H A Dvc4_job.c292 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
333 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
360 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
H A Dvc4_draw.c403 uint32_t hindex = vc4_gem_hindex(job, rsc->bo);

Completed in 9 milliseconds