Searched refs:vc4_bo (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.h | 34 struct vc4_bo { struct 63 struct vc4_bo *vc4_bo_alloc(struct vc4_screen *screen, uint32_t size, 65 struct vc4_bo *vc4_bo_alloc_shader(struct vc4_screen *screen, const void *data, 67 void vc4_bo_last_unreference(struct vc4_bo *bo); 68 void vc4_bo_last_unreference_locked_timed(struct vc4_bo *bo, time_t time); 69 struct vc4_bo *vc4_bo_open_name(struct vc4_screen *screen, uint32_t name); 70 struct vc4_bo *vc4_bo_open_dmabuf(struct vc4_screen *screen, int fd); 71 bool vc4_bo_flink(struct vc4_bo *bo, uint32_t *name); 72 int vc4_bo_get_dmabuf(struct vc4_bo *bo); 74 void vc4_bo_debug_describe(char* buf, const struct vc4_bo *pt [all...] |
| H A D | vc4_bufmgr.c | 53 vc4_bo_debug_describe(char* buf, const struct vc4_bo *ptr) 55 util_sprintf(buf, "vc4_bo<%s,%u,%u>", ptr->name ? ptr->name : "?", 60 vc4_bo_label(struct vc4_screen *screen, struct vc4_bo *bo, const char *fmt, ...) 96 struct vc4_bo *first = LIST_ENTRY(struct vc4_bo, 99 struct vc4_bo *last = LIST_ENTRY(struct vc4_bo, 116 vc4_bo_remove_from_cache(struct vc4_bo_cache *cache, struct vc4_bo *bo) 124 static void vc4_bo_purgeable(struct vc4_bo *bo) 135 static bool vc4_bo_unpurgeable(struct vc4_bo *b [all...] |
| H A D | vc4_cl.h | 32 struct vc4_bo; 44 struct vc4_bo *bo; 71 uint32_t vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo); 179 struct vc4_bo *bo, uint32_t offset) 194 struct vc4_bo *bo, uint32_t offset) 210 cl_address(struct vc4_bo *bo, uint32_t offset)
|
| H A D | vc4_resource.h | 53 struct vc4_bo *bo;
|
| H A D | vc4_screen.h | 38 struct vc4_bo; 78 /** List of struct vc4_bo freed, by age. */ 80 /** List of struct vc4_bo freed, per size, by age. */
|
| H A D | vc4_cl.c | 60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo)
|
| H A D | vc4_job.c | 37 struct vc4_bo **referenced_bos = job->bo_pointers.base; 121 struct vc4_bo **referenced_bos = job->bo_pointers.base; 410 cl_ensure_space(&job->bo_pointers, 6 * sizeof(struct vc4_bo *));
|
| H A D | vc4_draw.c | 68 (2 * 16 + 20) * sizeof(struct vc4_bo *)); 216 struct vc4_bo *bo = vc4_bo_alloc(vc4->screen, 4096, "scratch VBO");
|
| H A D | vc4_context.h | 137 struct vc4_bo *bo;
|
| H A D | vc4_resource.c | 47 struct vc4_bo *bo;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.h | 34 struct vc4_bo { struct 63 struct vc4_bo *vc4_bo_alloc(struct vc4_screen *screen, uint32_t size, 65 struct vc4_bo *vc4_bo_alloc_shader(struct vc4_screen *screen, const void *data, 67 void vc4_bo_last_unreference(struct vc4_bo *bo); 68 void vc4_bo_last_unreference_locked_timed(struct vc4_bo *bo, time_t time); 69 struct vc4_bo *vc4_bo_open_name(struct vc4_screen *screen, uint32_t name); 70 struct vc4_bo *vc4_bo_open_dmabuf(struct vc4_screen *screen, int fd); 71 bool vc4_bo_flink(struct vc4_bo *bo, uint32_t *name); 72 int vc4_bo_get_dmabuf(struct vc4_bo *bo); 74 void vc4_bo_debug_describe(char* buf, const struct vc4_bo *pt [all...] |
| H A D | vc4_bufmgr.c | 45 vc4_bo_debug_describe(char* buf, const struct vc4_bo *ptr) 47 sprintf(buf, "vc4_bo<%s,%u,%u>", ptr->name ? ptr->name : "?", 52 vc4_bo_label(struct vc4_screen *screen, struct vc4_bo *bo, const char *fmt, ...) 88 struct vc4_bo *first = LIST_ENTRY(struct vc4_bo, 91 struct vc4_bo *last = LIST_ENTRY(struct vc4_bo, 108 vc4_bo_remove_from_cache(struct vc4_bo_cache *cache, struct vc4_bo *bo) 116 static void vc4_bo_purgeable(struct vc4_bo *bo) 127 static bool vc4_bo_unpurgeable(struct vc4_bo *b [all...] |
| H A D | vc4_cl.h | 32 struct vc4_bo; 44 struct vc4_bo *bo; 71 uint32_t vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo); 179 struct vc4_bo *bo, uint32_t offset) 194 struct vc4_bo *bo, uint32_t offset) 210 cl_address(struct vc4_bo *bo, uint32_t offset)
|
| H A D | vc4_resource.h | 53 struct vc4_bo *bo;
|
| H A D | vc4_screen.h | 38 struct vc4_bo; 78 /** List of struct vc4_bo freed, by age. */ 80 /** List of struct vc4_bo freed, per size, by age. */
|
| H A D | vc4_cl.c | 60 vc4_gem_hindex(struct vc4_job *job, struct vc4_bo *bo)
|
| H A D | vc4_job.c | 37 struct vc4_bo **referenced_bos = job->bo_pointers.base; 121 struct vc4_bo **referenced_bos = job->bo_pointers.base; 410 cl_ensure_space(&job->bo_pointers, 6 * sizeof(struct vc4_bo *));
|
| H A D | vc4_draw.c | 69 (2 * 16 + 20) * sizeof(struct vc4_bo *)); 219 struct vc4_bo *bo = vc4_bo_alloc(vc4->screen, 4096, "scratch VBO");
|
| H A D | vc4_context.h | 137 struct vc4_bo *bo;
|
| H A D | vc4_resource.c | 46 struct vc4_bo *bo;
|
Completed in 33 milliseconds