Lines Matching refs:tu_bo
226 struct tu_bo *bo;
231 struct tu_bo *global_bo;
252 struct tu_bo *tess_bo;
271 /* This array holds all our 'struct tu_bo' allocations. We use this
331 struct tu_bo *bo;
345 struct tu_bo *bo;
397 struct tu_bo *bo;
423 static inline struct tu_bo *
426 return (struct tu_bo *) util_sparse_array_get(&device->bo_map, handle);
436 tu_get_scratch_bo(struct tu_device *dev, uint64_t size, struct tu_bo **bo);