Searched refs:tu_device_lookup_bo (Results 1 – 3 of 3) sorted by relevance
91 struct tu_bo* bo = tu_device_lookup_bo(dev, req.id); in tu_bo_init_new()139 struct tu_bo* bo = tu_device_lookup_bo(dev, req.id); in tu_bo_init_dmabuf()
271 struct tu_bo* bo = tu_device_lookup_bo(dev, req.handle); in tu_bo_init_new()313 struct tu_bo* bo = tu_device_lookup_bo(dev, gem_handle); in tu_bo_init_dmabuf()384 struct tu_bo* exchanging_bo = tu_device_lookup_bo(dev, dev->bo_list[bo->bo_list_idx].handle); in tu_bo_finish()
424 tu_device_lookup_bo(struct tu_device *device, uint32_t handle) in tu_device_lookup_bo() function