Lines Matching refs:device_h
112 radv_image_from_gralloc(VkDevice device_h, in radv_image_from_gralloc() argument
119 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_image_from_gralloc()
158 result = radv_AllocateMemory(device_h, in radv_image_from_gralloc()
184 result = radv_image_create(device_h, in radv_image_from_gralloc()
200 radv_BindImageMemory(device_h, image_h, memory_h, 0); in radv_image_from_gralloc()
209 radv_FreeMemory(device_h, memory_h, alloc); in radv_image_from_gralloc()
214 VkDevice device_h, in radv_GetSwapchainGrallocUsageANDROID() argument
219 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_GetSwapchainGrallocUsageANDROID()
298 VkDevice device_h, in radv_GetSwapchainGrallocUsage2ANDROID() argument
308 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_GetSwapchainGrallocUsage2ANDROID()
559 VkDevice device_h, in get_ahb_buffer_format_properties() argument
563 RADV_FROM_HANDLE(radv_device, device, device_h); in get_ahb_buffer_format_properties()
636 VkDevice device_h, in radv_GetAndroidHardwareBufferPropertiesANDROID() argument
640 RADV_FROM_HANDLE(radv_device, dev, device_h); in radv_GetAndroidHardwareBufferPropertiesANDROID()
649 get_ahb_buffer_format_properties(device_h, buffer, format_prop); in radv_GetAndroidHardwareBufferPropertiesANDROID()
673 VkDevice device_h, in radv_GetMemoryAndroidHardwareBufferANDROID() argument