/external/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 100 radv_image_from_gralloc(VkDevice device_h, in radv_image_from_gralloc() argument 107 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_image_from_gralloc() 113 result = radv_image_create(device_h, in radv_image_from_gralloc() 167 result = radv_AllocateMemory(device_h, in radv_image_from_gralloc() 179 radv_BindImageMemory(device_h, image_h, memory_h, 0); in radv_image_from_gralloc() 189 radv_DestroyImage(device_h, image_h, alloc); in radv_image_from_gralloc() 195 VkDevice device_h, in radv_GetSwapchainGrallocUsageANDROID() argument 200 RADV_FROM_HANDLE(radv_device, device, device_h); in radv_GetSwapchainGrallocUsageANDROID()
|
D | radv_meta_decompress.c | 37 VkDevice device_h = radv_device_to_handle(device); in create_pass() local 51 result = radv_CreateRenderPass(device_h, in create_pass() 105 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local 191 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 204 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 332 VkDevice device_h = radv_device_to_handle(cmd_buffer->device); in radv_process_depth_image_inplace() local 381 radv_CreateFramebuffer(device_h, in radv_process_depth_image_inplace() 418 radv_DestroyFramebuffer(device_h, fb_h, in radv_process_depth_image_inplace()
|
D | radv_meta_fast_clear.c | 189 VkDevice device_h = radv_device_to_handle(device); in create_pass() local 200 result = radv_CreateRenderPass(device_h, in create_pass() 254 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local 315 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 361 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 407 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 585 VkDevice device_h = radv_device_to_handle(cmd_buffer->device); in radv_emit_color_decompress() local 627 radv_CreateFramebuffer(device_h, in radv_emit_color_decompress() 666 radv_DestroyFramebuffer(device_h, fb_h, in radv_emit_color_decompress()
|
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() 115 VkDevice device_h = radv_device_to_handle(device); in create_pipeline() local 144 result = radv_graphics_pipeline_create(device_h, in create_pipeline() 383 VkDevice device_h = radv_device_to_handle(device); in radv_CmdResolveImage() local 532 radv_CreateFramebuffer(device_h, in radv_CmdResolveImage() 582 radv_DestroyFramebuffer(device_h, fb_h, in radv_CmdResolveImage()
|
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() 1189 VkDevice device_h = radv_device_to_handle(cmd_buffer->device); in radv_clear_image_layer() local 1210 radv_CreateFramebuffer(device_h, in radv_clear_image_layer() 1258 radv_CreateRenderPass(device_h, in radv_clear_image_layer() 1304 radv_DestroyRenderPass(device_h, pass, in radv_clear_image_layer() 1306 radv_DestroyFramebuffer(device_h, fb, in radv_clear_image_layer()
|
D | radv_private.h | 1486 radv_image_from_gralloc(VkDevice device_h,
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_android.c | 100 anv_image_from_gralloc(VkDevice device_h, in anv_image_from_gralloc() argument 107 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_image_from_gralloc() 171 result = anv_image_create(device_h, &anv_info, alloc, &image_h); in anv_image_from_gralloc() 209 anv_DestroyImage(device_h, image_h, alloc); in anv_image_from_gralloc() 218 VkDevice device_h, in anv_GetSwapchainGrallocUsageANDROID() argument 223 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_GetSwapchainGrallocUsageANDROID() 312 VkDevice device_h, in anv_AcquireImageANDROID() argument 318 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_AcquireImageANDROID()
|
D | anv_device.c | 1892 VkDevice device_h, in anv_GetMemoryFdKHR() argument 1896 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_GetMemoryFdKHR()
|
D | anv_private.h | 2717 VkResult anv_image_from_gralloc(VkDevice device_h,
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 184 VkDevice device_h,
|
D | wsi_common_x11.c | 922 x11_image_init(VkDevice device_h, struct x11_swapchain *chain, in x11_image_init() argument
|