• Home
  • Raw
  • Download

Lines Matching refs:device_h

109    VkDevice device_h,  in get_ahw_buffer_format_properties()  argument
113 ANV_FROM_HANDLE(anv_device, device, device_h); in get_ahw_buffer_format_properties()
189 VkDevice device_h, in anv_GetAndroidHardwareBufferPropertiesANDROID() argument
193 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_GetAndroidHardwareBufferPropertiesANDROID()
201 get_ahw_buffer_format_properties(device_h, buffer, format_prop); in anv_GetAndroidHardwareBufferPropertiesANDROID()
225 VkDevice device_h, in anv_GetMemoryAndroidHardwareBufferANDROID() argument
288 anv_import_ahw_memory(VkDevice device_h, in anv_import_ahw_memory() argument
293 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_import_ahw_memory()
328 anv_create_ahw_memory(VkDevice device_h, in anv_create_ahw_memory() argument
333 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_create_ahw_memory()
388 VkDevice device_h, in anv_image_from_external() argument
395 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_image_from_external()
414 VkResult result = anv_image_create(device_h, &anv_info, alloc, &image_h); in anv_image_from_external()
428 anv_image_from_gralloc(VkDevice device_h, in anv_image_from_gralloc() argument
435 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_image_from_gralloc()
509 result = anv_image_create(device_h, &anv_info, alloc, &image_h); in anv_image_from_gralloc()
534 anv_DestroyImage(device_h, image_h, alloc); in anv_image_from_gralloc()
543 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() argument
546 ANV_FROM_HANDLE(anv_device, device, device_h); in format_supported_with_usage()
638 VkDevice device_h, in anv_GetSwapchainGrallocUsage2ANDROID() argument
645 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_GetSwapchainGrallocUsage2ANDROID()
652 result = format_supported_with_usage(device_h, format, imageUsage); in anv_GetSwapchainGrallocUsage2ANDROID()
684 VkDevice device_h, in anv_GetSwapchainGrallocUsageANDROID() argument
689 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_GetSwapchainGrallocUsageANDROID()
695 result = format_supported_with_usage(device_h, format, imageUsage); in anv_GetSwapchainGrallocUsageANDROID()
704 VkDevice device_h, in anv_AcquireImageANDROID() argument
710 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_AcquireImageANDROID()