Lines Matching defs:shim_fd
107 v3d_simulator_copy_in_handle(struct shim_fd *shim_fd, int handle)
112 struct v3d_bo *bo = v3d_bo_lookup(shim_fd, handle);
118 v3d_simulator_copy_out_handle(struct shim_fd *shim_fd, int handle)
123 struct v3d_bo *bo = v3d_bo_lookup(shim_fd, handle);
131 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
136 v3d_simulator_copy_in_handle(shim_fd, bo_handles[i]);
178 v3d_simulator_copy_out_handle(shim_fd, bo_handles[i]);
186 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
189 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[0]);
190 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[1]);
191 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[2]);
192 v3d_simulator_copy_in_handle(shim_fd, submit->bo_handles[3]);
213 v3d_simulator_copy_out_handle(shim_fd, submit->bo_handles[0]);
221 struct shim_fd *shim_fd = drm_shim_fd_lookup(fd);
253 create->handle = drm_shim_bo_get_handle(shim_fd, &bo->base);