Searched refs:ahb (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_android.h | 58 struct AHardwareBuffer *ahb); 67 vn_android_release_ahb(struct AHardwareBuffer *ahb); 128 UNUSED struct AHardwareBuffer *ahb) 143 vn_android_release_ahb(UNUSED struct AHardwareBuffer *ahb) argument 124 vn_android_device_import_ahb(UNUSED struct vn_device * dev,UNUSED struct vn_device_memory * mem,UNUSED const VkMemoryAllocateInfo * alloc_info,UNUSED const VkAllocationCallbacks * alloc,UNUSED struct AHardwareBuffer * ahb) argument
|
| H A D | vn_device_memory.h | 36 struct AHardwareBuffer *ahb; member in struct:vn_device_memory
|
| H A D | vn_android.c | 708 const struct AHardwareBuffer *ahb, 716 AHardwareBuffer_describe(ahb, &desc); 733 AHardwareBuffer_getNativeHandle(ahb), &buf_props)) 738 * the ahb is not intended for backing a VkBuffer, error out early if the 839 AHardwareBuffer *ahb = NULL; local in function:vn_android_ahb_allocate 850 ret = AHardwareBuffer_allocate(&desc, &ahb); 860 return ahb; 869 * to allocate an ahb to retrieve the drm format modifier. For the image 872 AHardwareBuffer *ahb = NULL; local in function:vn_android_get_drm_format_modifier_info 884 ahb 706 vn_android_get_ahb_format_properties(struct vn_device * dev,const struct AHardwareBuffer * ahb,VkAndroidHardwareBufferFormatPropertiesANDROID * out_props) argument 934 vn_android_device_import_ahb(struct vn_device * dev,struct vn_device_memory * mem,const VkMemoryAllocateInfo * alloc_info,const VkAllocationCallbacks * alloc,struct AHardwareBuffer * ahb) argument 1062 struct AHardwareBuffer *ahb = NULL; local in function:vn_android_device_allocate_ahb 1105 vn_android_release_ahb(struct AHardwareBuffer * ahb) argument 1174 AHardwareBuffer *ahb = NULL; local in function:vn_android_init_ahb_buffer_memory_type_bits [all...] |
| H A D | vn_device_memory.c | 409 if (mem->ahb) 410 vn_android_release_ahb(mem->ahb);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.7.rst | 148 - venus: properly destroy deferred ahb image before real image creation
|
| H A D | 21.3.0.rst | 4327 - venus: cache ahb backed buffer memory type bits requirement 4338 - venus: set maxMipLevels to 1 for ahb images 4344 - venus: properly check and fill ahb buffer properties
|
| H A D | 21.2.0.rst | 5184 - venus: add ahb image and buffer properties query support 5197 - venus: implement image creation for ahb handle type 5236 - venus: handle ahb backed VkBuffer creation properly 5240 - venus: cache ahb backed buffer memory type bits requirement
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 1966 "description": "venus: add necessary format list for ahb image creation", 1975 "description": "venus: pass necessary format list at ahb image format query", 1984 "description": "venus: clean up android wsi and ahb image builder", 2380 "description": "venus: properly destroy deferred ahb image before real image creation", [all...] |
Completed in 151 milliseconds