/third_party/mesa3d/src/intel/vulkan/ |
D | anv_android.c | 178 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 …]
|
D | anv_android_stubs.c | 50 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
|
D | anv_android.h | 50 VkResult anv_import_ahw_memory(VkDevice device_h, 54 VkResult anv_create_ahw_memory(VkDevice device_h,
|
D | anv_device.c | 3871 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/ |
D | radv_android.c | 113 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 …]
|
D | radv_meta_fast_clear.c | 156 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()
|
D | radv_meta_decompress.c | 157 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()
|
D | radv_meta_resolve.c | 53 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()
|
D | radv_meta_clear.c | 85 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()
|
D | radv_private.h | 2313 VkResult radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info,
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 265 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 …]
|
D | tu_private.h | 1524 tu_import_memory_from_gralloc_handle(VkDevice device_h,
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 261 VkDevice device_h,
|
D | wsi_common_win32.c | 458 wsi_win32_image_init(VkDevice device_h, in wsi_win32_image_init() argument
|
D | wsi_common_x11.c | 1407 x11_image_init(VkDevice device_h, struct x11_swapchain *chain, in x11_image_init() argument
|
D | wsi_common_display.c | 1016 wsi_display_image_init(VkDevice device_h, in wsi_display_image_init() argument
|