Home
last modified time | relevance | path

Searched refs:buffer_from_fd (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h242 VkResult (*buffer_from_fd)(struct radeon_winsys *ws, int fd, unsigned priority, member
Dradv_android.c717 device->ws->buffer_from_fd(device->ws, dma_buf, priority, &mem->bo, &alloc_size); in radv_import_ahb_memory()
Dradv_device.c5533 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/
Dradv_amdgpu_bo.c1065 ws->base.buffer_from_fd = radv_amdgpu_winsys_bo_from_fd; in radv_amdgpu_bo_init_functions()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst495 - radv: Cleanup buffer_from_fd.
D22.0.0.rst4000 - radv/winsys: stop zeroing few structs in buffer_from_fd()