Searched refs:buffer_from_fd (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_radeon_winsys.h | 242 VkResult (*buffer_from_fd)(struct radeon_winsys *ws, int fd, unsigned priority, member
|
H A D | radv_android.c | 717 device->ws->buffer_from_fd(device->ws, dma_buf, priority, &mem->bo, &alloc_size); in radv_import_ahb_memory()
|
H A D | radv_device.c | 5533 result = device->ws->buffer_from_fd(device->ws, import_info->fd, priority, &mem->bo, NULL); in radv_alloc_memory()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_bo.c | 1065 ws->base.buffer_from_fd = radv_amdgpu_winsys_bo_from_fd; in radv_amdgpu_bo_init_functions()
|
Completed in 14 milliseconds