Home
last modified time | relevance | path

Searched refs:tu_bo (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_private.h311 struct tu_bo struct
389 struct tu_bo bo;
394 struct tu_bo global_bo;
470 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size,
474 struct tu_bo *bo,
478 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo);
480 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo);
482 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
491 tu_get_scratch_bo(struct tu_device *dev, uint64_t size, struct tu_bo **bo);
496 const struct tu_bo *bo;
[all …]
Dtu_cs.c101 struct tu_bo **new_bos = in tu_cs_add_bo()
102 realloc(cs->bos, new_capacity * sizeof(struct tu_bo *)); in tu_cs_add_bo()
110 struct tu_bo *new_bo = malloc(sizeof(struct tu_bo)); in tu_cs_add_bo()
288 struct tu_bo *bo = cs->bos[cs->bo_count - 1]; in tu_cs_alloc()
Dtu_kgsl.c84 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size, in tu_bo_init_new()
103 *bo = (struct tu_bo) { in tu_bo_init_new()
114 struct tu_bo *bo, in tu_bo_init_dmabuf()
145 *bo = (struct tu_bo) { in tu_bo_init_dmabuf()
155 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo) in tu_bo_export_dmabuf()
163 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map()
180 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo) in tu_bo_finish()
Dtu_device.c1263 struct tu_bo *bo = ralloc(NULL, struct tu_bo); in tu_trace_create_ts_buffer()
1274 struct tu_bo *bo = timestamps; in tu_trace_destroy_ts_buffer()
1284 struct tu_bo *bo = timestamps; in tu_trace_record_ts()
1300 struct tu_bo *bo = timestamps; in tu_trace_read_ts()
1341 struct tu_bo *bo_from = ts_from; in tu_copy_timestamp_buffer()
1342 struct tu_bo *bo_to = ts_to; in tu_copy_timestamp_buffer()
1737 tu_get_scratch_bo(struct tu_device *dev, uint64_t size, struct tu_bo **bo) in tu_get_scratch_bo()
Dtu_drm.c239 struct tu_bo *bo, in tu_bo_init()
250 *bo = (struct tu_bo) { in tu_bo_init()
304 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size, in tu_bo_init_new()
328 struct tu_bo *bo, in tu_bo_init_dmabuf()
348 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo) in tu_bo_export_dmabuf()
358 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map()
378 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo) in tu_bo_finish()
Dtu_cs.h316 #define __bo_type struct tu_bo *
Dtu_descriptor_set.c628 host_size += sizeof(struct tu_bo*) * bo_count; in tu_CreateDescriptorPool()
Dtu_cmd_buffer.c878 struct tu_bo *vsc_bo; in tu6_init_hw()
3546 struct tu_bo *tess_bo; in tu6_emit_tess_consts()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst957 - turnip: Replace fd_bo with tu_bo
D20.2.0.rst3022 - turnip: Move tu_bo functions to tu_drm.c