Searched refs:anb_info (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.h | 34 const VkNativeBufferANDROID *anb_info, 100 UNUSED const VkNativeBufferANDROID *anb_info, in vn_android_image_from_anb() 98 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) vn_android_image_from_anb() argument
|
H A D | vn_image.c | 300 const VkNativeBufferANDROID *anb_info = in vn_CreateImage() local 322 } else if (anb_info) { in vn_CreateImage() 324 vn_android_image_from_anb(dev, pCreateInfo, anb_info, alloc, &img); in vn_CreateImage()
|
H A D | vn_android.c | 561 const VkNativeBufferANDROID *anb_info, in vn_android_image_from_anb() 565 /* If anb_info->handle points to a classic resouce created from in vn_android_image_from_anb() 566 * virtio_gpu_cmd_resource_create_3d, anb_info->stride is the stride of the in vn_android_image_from_anb() 586 dma_buf_fd = vn_android_gralloc_get_dma_buf_fd(anb_info->handle); in vn_android_image_from_anb() 602 anb_info->handle, alloc, &builder); in vn_android_image_from_anb() 559 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) vn_android_image_from_anb() argument
|
Completed in 4 milliseconds