Searched refs:vc4_use_bo (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h170 struct drm_gem_cma_object *vc4_use_bo(struct vc4_exec_info *exec,
H A Dvc4_validate.c97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) function in typeref:struct:drm_gem_cma_object *
122 return vc4_use_bo(exec, exec->bo_index[gem_handles_packet_index]);
576 tex = vc4_use_bo(exec, texture_handle_index);
794 bo[i] = vc4_use_bo(exec, src_handles[i]);
H A Dvc4_render_cl.c416 *obj = vc4_use_bo(exec, surf->hindex);
449 *obj = vc4_use_bo(exec, surf->hindex);
551 *obj = vc4_use_bo(exec, surf->hindex);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h170 struct drm_gem_cma_object *vc4_use_bo(struct vc4_exec_info *exec,
H A Dvc4_validate.c97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) function in typeref:struct:drm_gem_cma_object *
122 return vc4_use_bo(exec, exec->bo_index[gem_handles_packet_index]);
576 tex = vc4_use_bo(exec, texture_handle_index);
794 bo[i] = vc4_use_bo(exec, src_handles[i]);
H A Dvc4_render_cl.c416 *obj = vc4_use_bo(exec, surf->hindex);
449 *obj = vc4_use_bo(exec, surf->hindex);
551 *obj = vc4_use_bo(exec, surf->hindex);

Completed in 6 milliseconds