Searched refs:alloc_shm (Results 1 – 4 of 4) sorted by relevance
59 uint8_t *(*alloc_shm)(struct wsi_image *image, unsigned size); member104 uint8_t *(*alloc_shm)(struct wsi_image *image, unsigned size); member
1721 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()
2088 alloc_shm(struct wsi_image *imagew, unsigned size) in alloc_shm() function2694 .alloc_shm = wsi_conn->has_mit_shm ? &alloc_shm : NULL, in x11_surface_create_swapchain()
2308 cpu_image_params.alloc_shm = wsi_wl_alloc_image_shm; in wsi_wl_surface_create_swapchain()