Home
last modified time | relevance | path

Searched refs:alloc_shm (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h59 uint8_t *(*alloc_shm)(struct wsi_image *image, unsigned size); member
104 uint8_t *(*alloc_shm)(struct wsi_image *image, unsigned size); member
Dwsi_common.c1721 if (info->alloc_shm) in wsi_create_buffer_blit_context()
1722 sw_host_ptr = info->alloc_shm(image, info->linear_size); in wsi_create_buffer_blit_context()
2008 if (info->alloc_shm) in wsi_create_cpu_linear_image_mem()
2009 sw_host_ptr = info->alloc_shm(image, layout.size); in wsi_create_cpu_linear_image_mem()
2083 if (params->alloc_shm && chain->blit.type != WSI_SWAPCHAIN_NO_BLIT) in wsi_configure_cpu_image()
2107 info->alloc_shm = params->alloc_shm; in wsi_configure_cpu_image()
Dwsi_common_x11.c2088 alloc_shm(struct wsi_image *imagew, unsigned size) in alloc_shm() function
2694 .alloc_shm = wsi_conn->has_mit_shm ? &alloc_shm : NULL, in x11_surface_create_swapchain()
Dwsi_common_wayland.c2308 cpu_image_params.alloc_shm = wsi_wl_alloc_image_shm; in wsi_wl_surface_create_swapchain()