Searched refs:tu_bo (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A 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 *b
[all...]
H A Dtu_cs.c101 struct tu_bo **new_bos =
102 realloc(cs->bos, new_capacity * sizeof(struct tu_bo *));
110 struct tu_bo *new_bo = malloc(sizeof(struct tu_bo));
288 struct tu_bo *bo = cs->bos[cs->bo_count - 1];
H A Dtu_kgsl.c84 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size,
103 *bo = (struct tu_bo) {
114 struct tu_bo *bo,
145 *bo = (struct tu_bo) {
155 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo)
163 tu_bo_map(struct tu_device *dev, struct tu_bo *bo)
180 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo)
H A Dtu_drm.c239 struct tu_bo *bo,
250 *bo = (struct tu_bo) {
304 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size,
328 struct tu_bo *bo,
348 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo)
358 tu_bo_map(struct tu_device *dev, struct tu_bo *bo)
378 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo)
H A Dtu_device.c1263 struct tu_bo *bo = ralloc(NULL, struct tu_bo);
1274 struct tu_bo *bo = timestamps;
1284 struct tu_bo *bo = timestamps;
1300 struct tu_bo *bo = timestamps;
1341 struct tu_bo *bo_from = ts_from;
1342 struct tu_bo *bo_to = ts_to;
1737 tu_get_scratch_bo(struct tu_device *dev, uint64_t size, struct tu_bo **bo)
1906 * table and add reference count to tu_bo.
H A Dtu_cs.h316 #define __bo_type struct tu_bo *
H A Dtu_descriptor_set.c628 host_size += sizeof(struct tu_bo*) * bo_count;
H A Dtu_cmd_buffer.c877 struct tu_bo *vsc_bo;
3545 struct tu_bo *tess_bo;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h473 struct tu_bo struct
482 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size);
485 struct tu_bo *bo,
489 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo);
491 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo);
493 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
498 const struct tu_bo *bo;
551 struct tu_bo **bos;
558 struct tu_bo bo;
655 struct tu_bo *b
[all...]
H A Dtu_cs.c124 struct tu_bo **new_bos =
125 realloc(cs->bos, new_capacity * sizeof(struct tu_bo *));
133 struct tu_bo *new_bo = malloc(sizeof(struct tu_bo));
H A Dtu_android.c120 struct tu_bo *bo = NULL;
H A Dtu_device.c78 struct tu_bo *bo,
86 *bo = (struct tu_bo) {
96 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size)
116 struct tu_bo *bo,
134 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo)
140 tu_bo_map(struct tu_device *dev, struct tu_bo *bo)
160 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo)
1421 * table and add reference count to tu_bo.
H A Dtu_meta_copy.c95 struct tu_bo *src_bo,
97 struct tu_bo *dst_bo,
H A Dtu_pipeline.c806 const struct tu_bo *binary_bo,
891 const struct tu_bo *binary_bo,
1452 struct tu_bo *bo = &pipeline->program.binary_bo;
H A Dtu_cmd_buffer.c89 const struct tu_bo *bo,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst957 - turnip: Replace fd_bo with tu_bo
H A D20.2.0.rst3022 - turnip: Move tu_bo functions to tu_drm.c

Completed in 254 milliseconds