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 D | vc4_cl.h | 71 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 D | vc4_cl.c | 60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo) function in typeref:typename:uint32_t
|
| H A D | vc4_job.c | 292 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 D | vc4_draw.c | 403 uint32_t hindex = vc4_gem_hindex(job, rsc->bo);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_cl.h | 71 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 D | vc4_cl.c | 60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo) function in typeref:typename:uint32_t
|
| H A D | vc4_job.c | 292 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 D | vc4_draw.c | 403 uint32_t hindex = vc4_gem_hindex(job, rsc->bo);
|
Completed in 9 milliseconds