Home
last modified time | relevance | path

Searched refs:import_ahb_info (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/lang/clover/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/libosmesa/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/mesa-libs/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/mesa-dri/mesa-21.3.6/src/virtio/vulkan/
H A Dvn_device_memory.c319 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
334 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
355 if (import_ahb_info) { in vn_AllocateMemory()
357 import_ahb_info->buffer); in vn_AllocateMemory()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/virtio/vulkan/
H A Dvn_device_memory.c418 const VkImportAndroidHardwareBufferInfoANDROID *import_ahb_info = NULL; in vn_AllocateMemory() local
433 import_ahb_info = (void *)pnext; in vn_AllocateMemory()
455 if (import_ahb_info) { in vn_AllocateMemory()
457 import_ahb_info->buffer, false); in vn_AllocateMemory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dcore_validation.cpp3070 …auto import_ahb_info = lvl_find_in_chain<VkImportAndroidHardwareBufferInfoANDROID>(alloc_info->pNe… in ValidateAllocateMemoryANDROID() local
3074 if ((import_ahb_info) && (NULL != import_ahb_info->buffer)) { in ValidateAllocateMemoryANDROID()
3077 AHardwareBuffer_describe(import_ahb_info->buffer, &ahb_desc); in ValidateAllocateMemoryANDROID()
3159 … DispatchGetAndroidHardwareBufferPropertiesANDROID(device, import_ahb_info->buffer, &ahb_props); in ValidateAllocateMemoryANDROID()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dcore_validation.cpp4163 …auto import_ahb_info = LvlFindInChain<VkImportAndroidHardwareBufferInfoANDROID>(alloc_info->pNext); in ValidateAllocateMemoryANDROID() local
4167 if ((import_ahb_info) && (NULL != import_ahb_info->buffer)) { in ValidateAllocateMemoryANDROID()
4170 AHardwareBuffer_describe(import_ahb_info->buffer, &ahb_desc); in ValidateAllocateMemoryANDROID()
4240 … DispatchGetAndroidHardwareBufferPropertiesANDROID(device, import_ahb_info->buffer, &ahb_props); in ValidateAllocateMemoryANDROID()