Searched defs:bo_out (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 1357 anv_bo_pool_alloc(struct anv_bo_pool * pool,uint32_t size,struct anv_bo ** bo_out) argument 1613 anv_device_alloc_bo(struct anv_device * device,const char * name,uint64_t size,enum anv_bo_alloc_flags alloc_flags,uint64_t explicit_address,struct anv_bo ** bo_out) argument 1755 anv_device_import_bo_from_host_ptr(struct anv_device * device,void * host_ptr,uint32_t size,enum anv_bo_alloc_flags alloc_flags,uint64_t client_address,struct anv_bo ** bo_out) argument 1851 anv_device_import_bo(struct anv_device * device,int fd,enum anv_bo_alloc_flags alloc_flags,uint64_t client_address,struct anv_bo ** bo_out) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 1675 anv_bo_cache_alloc(struct anv_device * device,struct anv_bo_cache * cache,uint64_t size,uint64_t bo_flags,struct anv_bo ** bo_out) argument 1724 anv_bo_cache_import_host_ptr(struct anv_device * device,struct anv_bo_cache * cache,void * host_ptr,uint32_t size,uint64_t bo_flags,struct anv_bo ** bo_out) argument 1784 anv_bo_cache_import(struct anv_device * device,struct anv_bo_cache * cache,int fd,uint64_t bo_flags,struct anv_bo ** bo_out) argument
|
Completed in 7 milliseconds