HomeSort by: relevance | last modified time | path
    Searched defs:dma_buf (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_android.c 119 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf
123 int dma_buf = gralloc_info->handle->data[0]; local
130 .fd = dup(dma_buf),
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_android.c 139 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf
143 int dma_buf = gralloc_info->handle->data[0]; local
160 .fd = dup(dma_buf),
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_android.c 130 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf
134 int dma_buf = gralloc_info->handle->data[0]; local
141 .fd = os_dupfd_cloexec(dma_buf),
765 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local
766 if (dma_buf < 0)
772 pProperties->allocationSize = lseek(dma_buf, 0, SEEK_END);
835 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local
836 if (dma_buf < 0)
841 device->ws->buffer_from_fd(device->ws, dma_buf, priority, &mem->bo, &alloc_size)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_android.c 299 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local
300 if (dma_buf < 0)
306 pProperties->allocationSize = lseek(dma_buf, 0, SEEK_END);
393 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local
394 if (dma_buf < 0)
397 VkResult result = anv_device_import_bo(device, dma_buf, 0,
500 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf
504 int dma_buf = gralloc_info->handle->data[0]; local
515 result = anv_device_import_bo(device, dma_buf,
606 int dma_buf = gralloc_info->handle->data[0]; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_android.c 206 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local
207 if (dma_buf < 0)
213 pProperties->allocationSize = lseek(dma_buf, 0, SEEK_END);
300 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local
301 if (dma_buf < 0)
311 dma_buf, bo_flags, &mem->bo);
454 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf
458 int dma_buf = gralloc_info->handle->data[0]; local
466 result = anv_bo_cache_import(device, &device->bo_cache, dma_buf, bo_flags, &bo)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_image.c 560 int dma_buf; local
562 VkResult result = tu_gralloc_info(device, gralloc_info, &dma_buf, &modifier);
734 return tu_import_memory_from_gralloc_handle(_device, dma_buf, alloc, *pImage);

Completed in 9 milliseconds