Lines Matching refs:dma_buf
299 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1;
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;
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];
515 result = anv_device_import_bo(device, dma_buf,
586 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf
590 int dma_buf = gralloc_info->handle->data[0];
602 VkResult result = anv_device_import_bo(device, dma_buf,