Lines Matching refs:tu_bo
200 struct tu_bo *bo,
234 *bo = (struct tu_bo) {
252 tu_bo_init_new(struct tu_device *dev, struct tu_bo **out_bo, uint64_t size,
271 struct tu_bo* bo = tu_device_lookup_bo(dev, req.handle);
287 struct tu_bo **out_bo,
313 struct tu_bo* bo = tu_device_lookup_bo(dev, gem_handle);
336 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo)
346 tu_bo_map(struct tu_device *dev, struct tu_bo *bo)
366 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo)
384 struct tu_bo* exchanging_bo = tu_device_lookup_bo(dev, dev->bo_list[bo->bo_list_idx].handle);