Searched refs:tu_bo (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_private.h | 302 struct tu_bo struct 375 struct tu_bo bo; 380 struct tu_bo global_bo; 409 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size, bool dump); 412 struct tu_bo *bo, 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); 434 const struct tu_bo *bo; [all …]
|
D | tu_cs.c | 99 struct tu_bo **new_bos = in tu_cs_add_bo() 100 realloc(cs->bos, new_capacity * sizeof(struct tu_bo *)); in tu_cs_add_bo() 108 struct tu_bo *new_bo = malloc(sizeof(struct tu_bo)); in tu_cs_add_bo() 285 struct tu_bo *bo = cs->bos[cs->bo_count - 1]; in tu_cs_alloc()
|
D | tu_kgsl.c | 83 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size, bool dump) in tu_bo_init_new() 97 *bo = (struct tu_bo) { in tu_bo_init_new() 108 struct tu_bo *bo, in tu_bo_init_dmabuf() 139 *bo = (struct tu_bo) { in tu_bo_init_dmabuf() 149 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo) in tu_bo_export_dmabuf() 157 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map() 174 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo) in tu_bo_finish()
|
D | tu_drm.c | 151 struct tu_bo *bo, in tu_bo_init() 162 *bo = (struct tu_bo) { in tu_bo_init() 214 tu_bo_init_new(struct tu_device *dev, struct tu_bo *bo, uint64_t size, bool dump) in tu_bo_init_new() 234 struct tu_bo *bo, in tu_bo_init_dmabuf() 254 tu_bo_export_dmabuf(struct tu_device *dev, struct tu_bo *bo) in tu_bo_export_dmabuf() 264 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map() 284 tu_bo_finish(struct tu_device *dev, struct tu_bo *bo) in tu_bo_finish()
|
D | tu_cs.h | 330 #define __bo_type struct tu_bo *
|
D | tu_descriptor_set.c | 566 host_size += sizeof(struct tu_bo*) * bo_count; in tu_CreateDescriptorPool()
|
D | tu_device.c | 1206 tu_get_scratch_bo(struct tu_device *dev, uint64_t size, struct tu_bo **bo) in tu_get_scratch_bo()
|
D | tu_cmd_buffer.c | 839 struct tu_bo *vsc_bo; in tu6_init_hw() 3151 struct tu_bo *tess_bo; in tu6_emit_tess_consts()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 957 - turnip: Replace fd_bo with tu_bo
|
D | 20.2.0.rst | 3022 - turnip: Move tu_bo functions to tu_drm.c
|