Searched refs:anb_info (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.h34 const VkNativeBufferANDROID *anb_info,
92 UNUSED const VkNativeBufferANDROID *anb_info,
90 vn_android_image_from_anb(UNUSED struct vn_device * dev,UNUSED const VkImageCreateInfo * image_info,UNUSED const VkNativeBufferANDROID * anb_info,UNUSED const VkAllocationCallbacks * alloc,UNUSED struct vn_image ** out_img) argument
H A Dvn_image.c259 const VkNativeBufferANDROID *anb_info = local in function:vn_CreateImage
271 } else if (anb_info) {
273 vn_android_image_from_anb(dev, pCreateInfo, anb_info, alloc, &img);
H A Dvn_android.c408 const VkNativeBufferANDROID *anb_info,
412 /* If anb_info->handle points to a classic resouce created from
413 * virtio_gpu_cmd_resource_create_3d, anb_info->stride is the stride of the
432 result = vn_android_get_dma_buf_from_native_handle(anb_info->handle,
437 result = vn_android_get_image_builder(dev, create_info, anb_info->handle,
406 vn_android_image_from_anb(struct vn_device * dev,const VkImageCreateInfo * create_info,const VkNativeBufferANDROID * anb_info,const VkAllocationCallbacks * alloc,struct vn_image ** out_img) argument

Completed in 5 milliseconds