Searched defs:dma_buf (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 102 tu_gralloc_info_other(struct tu_device *device, const VkNativeBufferANDROID *gralloc_info, int *dma_buf, uint64_t *modifier) tu_gralloc_info_other() argument 175 tu_gralloc_info_cros(struct tu_device *device, const VkNativeBufferANDROID *gralloc_info, int *dma_buf, uint64_t *modifier) tu_gralloc_info_cros() argument 197 tu_gralloc_info(struct tu_device *device, const VkNativeBufferANDROID *gralloc_info, int *dma_buf, uint64_t *modifier) tu_gralloc_info() argument 247 tu_import_memory_from_gralloc_handle(VkDevice device_h, int dma_buf, const VkAllocationCallbacks *alloc, VkImage image_h) tu_import_memory_from_gralloc_handle() argument [all...] |
H A D | tu_image.c | 634 int dma_buf; in tu_CreateImage() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_android.c | 299 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; in anv_GetAndroidHardwareBufferPropertiesANDROID() local 393 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; in anv_import_ahw_memory() local 504 int dma_buf = gralloc_info->handle->data[0]; in anv_image_init_from_gralloc() local 590 int dma_buf = gralloc_info->handle->data[0]; anv_image_bind_from_gralloc() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 134 int dma_buf = gralloc_info->handle->data[0]; in radv_image_from_gralloc() local 641 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; in radv_GetAndroidHardwareBufferPropertiesANDROID() local 711 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; in radv_import_ahb_memory() local [all...] |
Completed in 5 milliseconds