~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/intel/vulkan_hasvk/anv_android_stubs.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
   return VK_ERROR_EXTENSION_NOT_PRESENT;
40
40
}
41
41
 
 
42
unsigned anv_ahb_format_for_vk_format(VkFormat vk_format)
 
43
{
 
44
   return 0;
 
45
}
 
46
 
42
47
VkResult
43
48
anv_import_ahw_memory(VkDevice device_h,
44
49
                      struct anv_device_memory *mem,