Searched refs:bo_in (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 1464 anv_bo_pool_free(struct anv_bo_pool *pool, const struct anv_bo *bo_in) argument 1467 struct anv_bo bo = *bo_in; 1887 struct anv_bo *bo_in, int *fd_out) 1889 assert(anv_bo_cache_lookup(cache, bo_in->gem_handle) == bo_in); 1890 struct anv_cached_bo *bo = (struct anv_cached_bo *)bo_in; 1928 struct anv_bo *bo_in) 1930 assert(anv_bo_cache_lookup(cache, bo_in->gem_handle) == bo_in); 1931 struct anv_cached_bo *bo = (struct anv_cached_bo *)bo_in; 1885 anv_bo_cache_export(struct anv_device * device,struct anv_bo_cache * cache,struct anv_bo * bo_in,int * fd_out) argument 1926 anv_bo_cache_release(struct anv_device * device,struct anv_bo_cache * cache,struct anv_bo * bo_in) argument [all...] |
| H A D | anv_private.h | 893 struct anv_bo *bo_in, int *fd_out);
|
Completed in 12 milliseconds