Searched refs:etna_bo_cache_alloc (Results 1 - 6 of 6) sorted by relevance
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_bo_cache.c | 158 drm_private struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache, uint32_t *size, in etna_bo_cache_alloc() function
|
H A D | etnaviv_priv.h | 83 drm_private struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache,
|
H A D | etnaviv_bo.c | 107 bo = etna_bo_cache_alloc(&dev->bo_cache, &size, flags); in etna_bo_new()
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_bo_cache.c | 148 struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache, uint32_t *size, in etna_bo_cache_alloc() function
|
H A D | etnaviv_priv.h | 97 struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache,
|
H A D | etnaviv_bo.c | 195 bo = etna_bo_cache_alloc(&dev->bo_cache, &size, flags); in etna_bo_new()
|
Completed in 3 milliseconds