Searched refs:VkNativeBufferANDROID (Results 1 - 18 of 18) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.h | 25 static inline const VkNativeBufferANDROID * 34 const VkNativeBufferANDROID *anb_info, 91 static inline const VkNativeBufferANDROID * 100 UNUSED const VkNativeBufferANDROID *anb_info, in vn_android_image_from_anb()
|
H A D | vn_image.c | 300 const VkNativeBufferANDROID *anb_info = in vn_CreateImage() 465 /* TODO handle VkNativeBufferANDROID when we bump up in vn_BindImageMemory2()
|
H A D | vn_android.c | 561 const VkNativeBufferANDROID *anb_info, in vn_android_image_from_anb() 598 /* strip VkNativeBufferANDROID and VkSwapchainImageCreateInfoANDROID */ in vn_android_image_from_anb()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_android_stubs.c | 30 const VkNativeBufferANDROID *gralloc_info) in anv_image_init_from_gralloc() 37 const VkNativeBufferANDROID *gralloc_info) in anv_image_bind_from_gralloc()
|
H A D | anv_android.h | 41 const VkNativeBufferANDROID *gralloc_info); 45 const VkNativeBufferANDROID *gralloc_info);
|
H A D | anv_android.c | 484 const VkNativeBufferANDROID *gralloc_info) in anv_image_init_from_gralloc() 496 "VkNativeBufferANDROID::handle::numFds is %d, " in anv_image_init_from_gralloc() 522 "failed to import dma-buf from VkNativeBufferANDROID"); in anv_image_init_from_gralloc() 529 "failed to get tiling from VkNativeBufferANDROID"); in anv_image_init_from_gralloc() 556 "dma-buf from VkNativeBufferANDROID is too small for " in anv_image_init_from_gralloc() 584 const VkNativeBufferANDROID *gralloc_info) in anv_image_bind_from_gralloc() 609 "failed to import dma-buf from VkNativeBufferANDROID"); in anv_image_bind_from_gralloc() 615 "dma-buf from VkNativeBufferANDROID is too small for " in anv_image_bind_from_gralloc()
|
H A D | anv_image.c | 1565 const VkNativeBufferANDROID *gralloc_info = in anv_image_init_from_create_info() 1931 const VkNativeBufferANDROID *gralloc_info = in anv_BindImageMemory2() 1932 (const VkNativeBufferANDROID *)s; in anv_BindImageMemory2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 103 const VkNativeBufferANDROID *gralloc_info, in tu_gralloc_info_other() 128 "VkNativeBufferANDROID::handle::numInts is %d, " in tu_gralloc_info_other() 150 "VkNativeBufferANDROID::handle::numFds is %d, " in tu_gralloc_info_other() 176 const VkNativeBufferANDROID *gralloc_info, in tu_gralloc_info_cros() 198 const VkNativeBufferANDROID *gralloc_info, in tu_gralloc_info()
|
H A D | tu_android.h | 17 const VkNativeBufferANDROID *gralloc_info,
|
H A D | tu_image.c | 632 const VkNativeBufferANDROID *gralloc_info = in tu_CreateImage()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_android.c | 146 /* get buffer info from VkNativeBufferANDROID */ 149 const VkNativeBufferANDROID *native_buffer, in v3dv_gralloc_info_other() 175 const VkNativeBufferANDROID *native_buffer, in v3dv_gralloc_info_cros() 196 const VkNativeBufferANDROID *native_buffer, in v3dv_gralloc_info()
|
H A D | v3dv_image.c | 300 const VkNativeBufferANDROID *native_buffer = in create_image()
|
H A D | v3dv_private.h | 2379 const VkNativeBufferANDROID *gralloc_info,
|
/third_party/mesa3d/include/vulkan/ |
H A D | vk_android_native_buffer.h | 44 * to fill out deprecated fields in VkNativeBufferANDROID, and will call the 80 } VkNativeBufferANDROID; typedef
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 114 const VkNativeBufferANDROID *gralloc_info, in radv_image_from_gralloc() 125 "VkNativeBufferANDROID::handle::numFds is %d, " in radv_image_from_gralloc()
|
H A D | radv_image.c | 2364 const VkNativeBufferANDROID *gralloc_info = in radv_CreateImage()
|
H A D | radv_private.h | 2720 const VkNativeBufferANDROID *gralloc_info,
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 384 // it becomes possible to pass a VkNativeBufferANDROID structure to 1759 const VkNativeBufferANDROID *nativeBufferInfo = reinterpret_cast<const VkNativeBufferANDROID *>(extensionCreateInfo); in vkCreateImage()
|
Completed in 32 milliseconds