Searched defs:dma_buf (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 143 int dma_buf = gralloc_info->handle->data[0]; local in function:tu_image_from_gralloc
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 123 int dma_buf = gralloc_info->handle->data[0]; local in function:radv_image_from_gralloc
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 206 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local in function:anv_GetAndroidHardwareBufferPropertiesANDROID 300 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local in function:anv_import_ahw_memory 458 int dma_buf = gralloc_info->handle->data[0]; local in function:anv_image_from_gralloc [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 120 tu_gralloc_info_other(struct tu_device * device,const VkNativeBufferANDROID * gralloc_info,int * dma_buf,uint64_t * modifier) argument 193 tu_gralloc_info_cros(struct tu_device * device,const VkNativeBufferANDROID * gralloc_info,int * dma_buf,uint64_t * modifier) argument 215 tu_gralloc_info(struct tu_device * device,const VkNativeBufferANDROID * gralloc_info,int * dma_buf,uint64_t * modifier) argument 265 tu_import_memory_from_gralloc_handle(VkDevice device_h,int dma_buf,const VkAllocationCallbacks * alloc,VkImage image_h) argument [all...] |
| H A D | tu_image.c | 560 int dma_buf; local in function:tu_CreateImage
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 134 int dma_buf = gralloc_info->handle->data[0]; local in function:radv_image_from_gralloc 765 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local in function:radv_GetAndroidHardwareBufferPropertiesANDROID 835 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local in function:radv_import_ahb_memory [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 299 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local in function:anv_GetAndroidHardwareBufferPropertiesANDROID 393 int dma_buf = (handle && handle->numFds) ? handle->data[0] : -1; local in function:anv_import_ahw_memory 504 int dma_buf = gralloc_info->handle->data[0]; local in function:anv_image_init_from_gralloc 606 int dma_buf = gralloc_info->handle->data[0]; local in function:anv_image_bind_from_gralloc [all...] |
Completed in 7 milliseconds