Searched refs:agx_bo (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | decode.h | 29 #include "agx_bo.h" 39 void agxdecode_track_alloc(struct agx_bo *alloc); 43 void agxdecode_track_free(struct agx_bo *bo);
|
| H A D | agx_bo.h | 49 struct agx_bo { struct 84 struct agx_bo * 87 void agx_bo_reference(struct agx_bo *bo); 88 void agx_bo_unreference(struct agx_bo *bo);
|
| H A D | agx_device.h | 48 struct agx_bo cmdbuf, memmap; 63 struct agx_bo *bo; 69 struct agx_bo *bo; 80 static inline struct agx_bo * 86 struct agx_bo
|
| H A D | pool.c | 26 #include "agx_bo.h" 36 static struct agx_bo * 39 struct agx_bo *bo = agx_bo_create(pool->dev, bo_sz, 42 util_dynarray_append(&pool->bos, struct agx_bo *, bo); 65 util_dynarray_foreach(&pool->bos, struct agx_bo *, bo) { 76 util_dynarray_foreach(&pool->bos, struct agx_bo *, bo) { 88 struct agx_bo *bo = pool->transient_bo;
|
| H A D | agx_device.c | 27 #include "agx_bo.h" 35 agx_bo_free(struct agx_device *dev, struct agx_bo *bo) 69 struct agx_bo 72 struct agx_bo bo; 92 bo = (struct agx_bo) { 100 bo = (struct agx_bo) { 115 static struct agx_bo * 119 struct agx_bo *bo; 156 assert(!memcmp(bo, &((struct agx_bo) {}), sizeof(*bo))); 189 agx_bo_reference(struct agx_bo *b [all...] |
| H A D | decode.c | 51 struct agx_bo mmap_array[MAX_MAPPINGS]; 54 struct agx_bo *ro_mappings[MAX_MAPPINGS]; 57 static struct agx_bo * 68 static struct agx_bo * 71 struct agx_bo *mem = agxdecode_find_mapped_gpu_mem_containing_rw(addr); 87 static struct agx_bo * 106 struct agx_bo *bo = agxdecode_find_handle(handle, AGX_ALLOC_REGULAR); 169 __agxdecode_fetch_gpu_mem(const struct agx_bo *mem, 223 agxdecode_dump_bo(struct agx_bo *bo, const char *name) 237 struct agx_bo *allo [all...] |
| H A D | pool.h | 30 #include "agx_bo.h" 47 struct agx_bo *transient_bo; 66 return util_dynarray_num_elements(&pool->bos, struct agx_bo *);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_state.h | 33 #include "asahi/lib/agx_bo.h" 59 struct agx_bo *bo; 93 struct agx_bo *bo; 112 struct agx_bo *encoder; 199 struct agx_bo *desc; 206 struct agx_bo *desc; 238 struct agx_bo *bo; 294 agx_batch_add_bo(struct agx_batch *batch, struct agx_bo *bo)
|
| H A D | agx_uniforms.c | 37 struct agx_bo *bo = agx_resource(cb->buffer)->bo; 78 struct agx_bo *bo = agx_resource(vb.buffer.resource)->bo;
|
| H A D | agx_blit.c | 59 struct agx_bo *bo = agx_bo_create(dev, bo_size, AGX_MEMORY_TYPE_SHADER); 173 struct agx_bo *bo = agx_bo_create(dev, 4096, AGX_MEMORY_TYPE_SHADER);
|
| H A D | agx_state.c | 343 struct agx_bo *bo = agx_bo_create(dev, AGX_SAMPLER_LENGTH, 370 struct agx_bo *bo = state; 1090 struct agx_bo *bo = sampler->desc; 1511 struct agx_bo *bo = agx_resource(info->index.resource)->bo;
|
| H A D | agx_pipe.c | 266 struct agx_bo *bo = rsrc->bo;
|
Completed in 15 milliseconds