/external/mesa3d/src/intel/vulkan/ |
D | anv_android.c | 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() [all …]
|
D | anv_android_stubs.c | 27 anv_image_from_gralloc(VkDevice device_h, in anv_image_from_gralloc() argument 44 anv_import_ahw_memory(VkDevice device_h, in anv_import_ahw_memory() argument 52 anv_create_ahw_memory(VkDevice device_h, in anv_create_ahw_memory() argument 60 anv_image_from_external(VkDevice device_h, in anv_image_from_external() argument
|
D | anv_android.h | 35 VkResult anv_image_from_gralloc(VkDevice device_h, 41 VkResult anv_image_from_external(VkDevice device_h, 50 VkResult anv_import_ahw_memory(VkDevice device_h, 54 VkResult anv_create_ahw_memory(VkDevice device_h,
|
D | anv_device.c | 3705 VkDevice device_h, in anv_GetMemoryFdKHR() argument 3709 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_GetMemoryFdKHR()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 186 tu_import_memory_from_gralloc_handle(VkDevice device_h, in tu_import_memory_from_gralloc_handle() argument 214 tu_AllocateMemory(device_h, in tu_import_memory_from_gralloc_handle() 225 tu_BindImageMemory(device_h, image_h, memory_h, 0); in tu_import_memory_from_gralloc_handle() 232 tu_DestroyImage(device_h, image_h, alloc); in tu_import_memory_from_gralloc_handle() 238 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() argument 241 TU_FROM_HANDLE(tu_device, device, device_h); in format_supported_with_usage() 327 tu_GetSwapchainGrallocUsageANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsageANDROID() argument 332 TU_FROM_HANDLE(tu_device, device, device_h); in tu_GetSwapchainGrallocUsageANDROID() 335 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsageANDROID() 345 tu_GetSwapchainGrallocUsage2ANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsage2ANDROID() argument [all …]
|
D | tu_private.h | 1373 tu_import_memory_from_gralloc_handle(VkDevice device_h,
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 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() [all …]
|
D | radv_meta_decompress.c | 48 VkDevice device_h = radv_device_to_handle(device); in create_pass() local 62 result = radv_CreateRenderPass(device_h, in create_pass() 136 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local 254 result = radv_graphics_pipeline_create(device_h, in create_pipeline()
|
D | radv_meta_fast_clear.c | 188 VkDevice device_h = radv_device_to_handle(device); in create_pass() local 199 result = radv_CreateRenderPass(device_h, in create_pass() 273 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local 334 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 380 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 426 result = radv_graphics_pipeline_create(device_h, in create_pipeline()
|
D | radv_meta_resolve.c | 57 VkDevice device_h = radv_device_to_handle(device); in create_pass() local 73 result = radv_CreateRenderPass(device_h, in create_pass() 135 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local 164 result = radv_graphics_pipeline_create(device_h, in create_pipeline()
|
D | radv_meta_clear.c | 108 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local 114 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 2050 VkDevice device_h = radv_device_to_handle(cmd_buffer->device); in radv_clear_image_layer() local 2071 radv_CreateFramebuffer(device_h, in radv_clear_image_layer() 2119 radv_CreateRenderPass(device_h, in radv_clear_image_layer() 2188 radv_DestroyRenderPass(device_h, pass, in radv_clear_image_layer() 2190 radv_DestroyFramebuffer(device_h, fb, in radv_clear_image_layer()
|
D | radv_private.h | 2135 radv_image_from_gralloc(VkDevice device_h,
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 293 VkDevice device_h,
|
D | wsi_common_x11.c | 1215 x11_image_init(VkDevice device_h, struct x11_swapchain *chain, in x11_image_init() argument
|
D | wsi_common_display.c | 1006 wsi_display_image_init(VkDevice device_h, in wsi_display_image_init() argument
|