Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_android.c178 VkDevice device_h, in get_ahw_buffer_format_properties2() argument
182 ANV_FROM_HANDLE(anv_device, device, device_h); in get_ahw_buffer_format_properties2()
258 VkDevice device_h, in anv_GetAndroidHardwareBufferPropertiesANDROID() argument
262 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_GetAndroidHardwareBufferPropertiesANDROID()
272 get_ahw_buffer_format_properties2(device_h, buffer, &format_prop2); in anv_GetAndroidHardwareBufferPropertiesANDROID()
290 get_ahw_buffer_format_properties2(device_h, buffer, format_prop2); in anv_GetAndroidHardwareBufferPropertiesANDROID()
314 VkDevice device_h, in anv_GetMemoryAndroidHardwareBufferANDROID() argument
377 anv_import_ahw_memory(VkDevice device_h, in anv_import_ahw_memory() argument
382 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_import_ahw_memory()
417 anv_create_ahw_memory(VkDevice device_h, in anv_create_ahw_memory() argument
[all …]
Danv_android_stubs.c50 anv_import_ahw_memory(VkDevice device_h, in anv_import_ahw_memory() argument
58 anv_create_ahw_memory(VkDevice device_h, in anv_create_ahw_memory() argument
Danv_android.h50 VkResult anv_import_ahw_memory(VkDevice device_h,
54 VkResult anv_create_ahw_memory(VkDevice device_h,
Danv_device.c3871 VkDevice device_h, in anv_GetMemoryFdKHR() argument
3875 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_GetMemoryFdKHR()
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c113 radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info, in radv_image_from_gralloc() argument
118 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_image_from_gralloc()
159 result = radv_AllocateMemory(device_h, in radv_image_from_gralloc()
184 result = radv_image_create(device_h, in radv_image_from_gralloc()
205 radv_BindImageMemory2(device_h, 1, &bind_info); in radv_image_from_gralloc()
214 radv_FreeMemory(device_h, memory_h, alloc); in radv_image_from_gralloc()
219 radv_GetSwapchainGrallocUsageANDROID(VkDevice device_h, VkFormat format, in radv_GetSwapchainGrallocUsageANDROID() argument
222 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_GetSwapchainGrallocUsageANDROID()
298 radv_GetSwapchainGrallocUsage2ANDROID(VkDevice device_h, VkFormat format, in radv_GetSwapchainGrallocUsage2ANDROID() argument
307 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_GetSwapchainGrallocUsage2ANDROID()
[all …]
Dradv_meta_fast_clear.c156 VkDevice device_h = radv_device_to_handle(device); in create_pass() local
170 device_h, in create_pass()
242 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local
299 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), in create_pipeline()
348 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), in create_pipeline()
397 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), in create_pipeline()
Dradv_meta_decompress.c157 VkDevice device_h = radv_device_to_handle(device); in create_pass() local
174 device_h, in create_pass()
241 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local
357 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), &pipeline_create_info, in create_pipeline()
Dradv_meta_resolve.c53 VkDevice device_h = radv_device_to_handle(device); in create_pass() local
72 device_h, in create_pass()
135 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local
161 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), in create_pipeline()
Dradv_meta_clear.c85 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local
89 device_h, radv_pipeline_cache_to_handle(&device->meta_state.cache), in create_pipeline()
2114 VkDevice device_h = radv_device_to_handle(cmd_buffer->device); in radv_clear_image_layer() local
2135 device_h, in radv_clear_image_layer()
2185 device_h, in radv_clear_image_layer()
2257 radv_DestroyRenderPass(device_h, pass, &cmd_buffer->pool->alloc); in radv_clear_image_layer()
2258 radv_DestroyFramebuffer(device_h, fb, &cmd_buffer->pool->alloc); in radv_clear_image_layer()
Dradv_private.h2313 VkResult radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info,
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_android.c265 tu_import_memory_from_gralloc_handle(VkDevice device_h, in tu_import_memory_from_gralloc_handle() argument
293 tu_AllocateMemory(device_h, in tu_import_memory_from_gralloc_handle()
310 tu_BindImageMemory2(device_h, 1, &bind_info); in tu_import_memory_from_gralloc_handle()
317 tu_DestroyImage(device_h, image_h, alloc); in tu_import_memory_from_gralloc_handle()
323 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() argument
326 TU_FROM_HANDLE(tu_device, device, device_h); in format_supported_with_usage()
412 tu_GetSwapchainGrallocUsageANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsageANDROID() argument
417 TU_FROM_HANDLE(tu_device, device, device_h); in tu_GetSwapchainGrallocUsageANDROID()
420 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsageANDROID()
430 tu_GetSwapchainGrallocUsage2ANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsage2ANDROID() argument
[all …]
Dtu_private.h1524 tu_import_memory_from_gralloc_handle(VkDevice device_h,
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h261 VkDevice device_h,
Dwsi_common_win32.c458 wsi_win32_image_init(VkDevice device_h, in wsi_win32_image_init() argument
Dwsi_common_x11.c1407 x11_image_init(VkDevice device_h, struct x11_swapchain *chain, in x11_image_init() argument
Dwsi_common_display.c1016 wsi_display_image_init(VkDevice device_h, in wsi_display_image_init() argument