Searched refs:hindex (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_cl.c62 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 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);
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 Dvc4_draw.c403 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 Dvc4_cl.c62 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 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);
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 Dvc4_draw.c403 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 Dvc4_drv.h171 uint32_t hindex);
H A Dvc4_render_cl.c413 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 Dvc4_validate.c97 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 Dvc4_drv.h171 uint32_t hindex);
H A Dvc4_render_cl.c413 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 Dvc4_validate.c97 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 Dvc4_drm.h66 __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 Dvc4_drm.h66 __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 Dvc4_drm.h66 __u32 hindex; /* Handle index, or ~0 if not present. */ member in struct:drm_vc4_submit_rcl_surface

Completed in 15 milliseconds