Lines Matching refs:tu_device
265 struct tu_device *device;
293 struct tu_device *device;
352 struct tu_device struct
397 VkResult _tu_device_set_lost(struct tu_device *device, argument
403 tu_device_is_lost(struct tu_device *device) in tu_device_is_lost()
409 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size, bool dump);
411 tu_bo_init_dmabuf(struct tu_device *dev,
416 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo);
418 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo);
420 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
429 tu_get_scratch_bo(struct tu_device *dev, uint64_t size, struct tu_bo **bo);
531 struct tu_device *device;
946 struct tu_device *device;
1039 struct tu_device *dev);
1042 tu_spirv_to_nir(struct tu_device *dev,
1047 tu_shader_create(struct tu_device *dev,
1054 tu_shader_destroy(struct tu_device *dev,
1367 tu_gralloc_info(struct tu_device *device,
1396 struct tu_device *device,
1432 const struct tu_device *device,
1525 tu_drm_submitqueue_new(const struct tu_device *dev,
1530 tu_drm_submitqueue_close(const struct tu_device *dev, uint32_t queue_id);
1533 tu_signal_fences(struct tu_device *device, struct tu_syncobj *fence1, struct tu_syncobj *fence2);
1536 tu_syncobj_to_fd(struct tu_device *device, struct tu_syncobj *sync);
1566 TU_DEFINE_HANDLE_CASTS(tu_device, VkDevice)