Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3652 const VkImportAndroidHardwareBufferInfoANDROID *ahw_import_info = NULL; in anv_AllocateMemory() local
3666 ahw_import_info = (void *)ext; in anv_AllocateMemory()
3729 if (ahw_import_info) { in anv_AllocateMemory()
3730 result = anv_import_ahw_memory(_device, mem, ahw_import_info); in anv_AllocateMemory()