Searched refs:tu_bo (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_private.h | 311 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 D | tu_cs.c | 101 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 D | tu_kgsl.c | 84 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 D | tu_drm.c | 239 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 D | tu_device.c | 1263 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 D | tu_cs.h | 316 #define __bo_type struct tu_bo *
|
| H A D | tu_descriptor_set.c | 628 host_size += sizeof(struct tu_bo*) * bo_count;
|
| H A D | tu_cmd_buffer.c | 877 struct tu_bo *vsc_bo; 3545 struct tu_bo *tess_bo;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_private.h | 473 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 D | tu_cs.c | 124 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 D | tu_android.c | 120 struct tu_bo *bo = NULL;
|
| H A D | tu_device.c | 78 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 D | tu_meta_copy.c | 95 struct tu_bo *src_bo, 97 struct tu_bo *dst_bo,
|
| H A D | tu_pipeline.c | 806 const struct tu_bo *binary_bo, 891 const struct tu_bo *binary_bo, 1452 struct tu_bo *bo = &pipeline->program.binary_bo;
|
| H A D | tu_cmd_buffer.c | 89 const struct tu_bo *bo,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 957 - turnip: Replace fd_bo with tu_bo
|
| H A D | 20.2.0.rst | 3022 - turnip: Move tu_bo functions to tu_drm.c
|
Completed in 254 milliseconds