Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_android.c100 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()
Dradv_meta_decompress.c37 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()
Dradv_meta_fast_clear.c189 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()
Dradv_meta_resolve.c57 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()
Dradv_meta_clear.c108 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()
Dradv_private.h1486 radv_image_from_gralloc(VkDevice device_h,
/external/mesa3d/src/intel/vulkan/
Danv_android.c100 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()
Danv_device.c1892 VkDevice device_h, in anv_GetMemoryFdKHR() argument
1896 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_GetMemoryFdKHR()
Danv_private.h2717 VkResult anv_image_from_gralloc(VkDevice device_h,
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h184 VkDevice device_h,
Dwsi_common_x11.c922 x11_image_init(VkDevice device_h, struct x11_swapchain *chain, in x11_image_init() argument