| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_cl.c | 62 uint32_t hindex; local in function:vc4_gem_hindex 72 for (hindex = 0; hindex < cl_hindex_count; hindex++) { 73 if (current_handles[hindex] == bo->handle) { 74 bo->last_hindex = hindex; 75 return hindex; 91 bo->last_hindex = hindex; 92 return hindex;
|
| 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); 401 .color_read.hindex = ~0, 402 .zs_read.hindex = ~0, 403 .color_write.hindex = ~0, 404 .msaa_color_write.hindex = ~0, 405 .zs_write.hindex = ~0, 406 .msaa_zs_write.hindex = ~0,
|
| H A D | vc4_draw.c | 403 uint32_t hindex = vc4_gem_hindex(job, rsc->bo); local in function:vc4_draw_vbo 404 if (job->last_gem_handle_hindex != hindex) { 406 cl_u32(&bcl, hindex); 408 job->last_gem_handle_hindex = hindex;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_cl.c | 62 uint32_t hindex; local in function:vc4_gem_hindex 72 for (hindex = 0; hindex < cl_hindex_count; hindex++) { 73 if (current_handles[hindex] == bo->handle) { 74 bo->last_hindex = hindex; 75 return hindex; 91 bo->last_hindex = hindex; 92 return hindex;
|
| 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); 401 .color_read.hindex = ~0, 402 .zs_read.hindex = ~0, 403 .color_write.hindex = ~0, 404 .msaa_color_write.hindex = ~0, 405 .zs_write.hindex = ~0, 406 .msaa_zs_write.hindex = ~0,
|
| H A D | vc4_draw.c | 403 uint32_t hindex = vc4_gem_hindex(job, rsc->bo); local in function:vc4_draw_vbo 404 if (job->last_gem_handle_hindex != hindex) { 406 cl_u32(&bcl, hindex); 408 job->last_gem_handle_hindex = hindex;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_drv.h | 171 uint32_t hindex);
|
| H A D | vc4_render_cl.c | 413 if (surf->hindex == ~0) 416 *obj = vc4_use_bo(exec, surf->hindex); 446 if (surf->hindex == ~0) 449 *obj = vc4_use_bo(exec, surf->hindex); 548 if (surf->hindex == ~0) 551 *obj = vc4_use_bo(exec, surf->hindex);
|
| H A D | vc4_validate.c | 97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) argument 102 if (hindex >= exec->bo_count) { 104 hindex, exec->bo_count); 107 obj = exec->bo[hindex];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_drv.h | 171 uint32_t hindex);
|
| H A D | vc4_render_cl.c | 413 if (surf->hindex == ~0) 416 *obj = vc4_use_bo(exec, surf->hindex); 446 if (surf->hindex == ~0) 449 *obj = vc4_use_bo(exec, surf->hindex); 548 if (surf->hindex == ~0) 551 *obj = vc4_use_bo(exec, surf->hindex);
|
| H A D | vc4_validate.c | 97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) argument 102 if (hindex >= exec->bo_count) { 104 hindex, exec->bo_count); 107 obj = exec->bo[hindex];
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member in struct:drm_vc4_submit_rcl_surface
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member in struct:drm_vc4_submit_rcl_surface
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member in struct:drm_vc4_submit_rcl_surface
|