Searched defs:wsi_device (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h33 struct wsi_device;
71 struct wsi_device *wsi_device,
78 struct wsi_device *wsi_device,
86 struct wsi_device *wsi_device,
95 struct wsi_device { struct
140 VkResult wsi_x11_init_wsi(struct wsi_device *wsi_device,
[all...]
H A Dwsi_common_wayland.c306 wsi_wl_get_display(struct wsi_device *wsi_device, argument
310 (struct wsi_wayland *)wsi_device->wsi[VK_ICD_WSI_PLATFORM_WAYLAND];
343 wsi_wl_get_presentation_support(struct wsi_device *wsi_device, argument
346 return wsi_wl_get_display(wsi_device, wl_display) != NULL;
351 struct wsi_device *wsi_device,
403 struct wsi_device *wsi_device,
350 wsi_wl_surface_get_support(VkIcdSurfaceBase *surface, struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc, uint32_t queueFamilyIndex, VkBool32* pSupported) argument
402 wsi_wl_surface_get_formats(VkIcdSurfaceBase *icd_surface, struct wsi_device *wsi_device, uint32_t* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats) argument
694 wsi_wl_surface_create_swapchain(VkIcdSurfaceBase *icd_surface, VkDevice device, struct wsi_device *wsi_device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, const struct wsi_image_fns *image_fns, struct wsi_swapchain **swapchain_out) argument
774 wsi_wl_init_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc, VkPhysicalDevice physical_device, const struct wsi_callbacks *cbs) argument
833 wsi_wl_finish_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc) argument
[all...]
H A Dwsi_common_x11.c140 wsi_x11_get_connection(struct wsi_device *wsi_dev,
291 struct wsi_device *wsi_device,
298 wsi_x11_get_connection(wsi_device, alloc, connection);
336 struct wsi_device *wsi_device,
345 wsi_x11_get_connection(wsi_device, alloc, conn);
442 struct wsi_device *wsi_device,
962 struct wsi_device *wsi_devic
290 wsi_get_physical_device_xcb_presentation_support( struct wsi_device *wsi_device, VkAllocationCallbacks *alloc, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id) argument
335 x11_surface_get_support(VkIcdSurfaceBase *icd_surface, struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc, uint32_t queueFamilyIndex, VkBool32* pSupported) argument
441 x11_surface_get_formats(VkIcdSurfaceBase *surface, struct wsi_device *wsi_device, uint32_t *pSurfaceFormatCount, VkSurfaceFormatKHR *pSurfaceFormats) argument
960 x11_surface_create_swapchain(VkIcdSurfaceBase *icd_surface, VkDevice device, struct wsi_device *wsi_device, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks* pAllocator, const struct wsi_image_fns *image_fns, struct wsi_swapchain **swapchain_out) argument
1092 wsi_x11_init_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc) argument
1147 wsi_x11_finish_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc) argument
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_private.h283 struct wsi_device wsi_device; member in struct:radv_physical_device
/external/mesa3d/src/intel/vulkan/
H A Danv_private.h524 struct wsi_device wsi_device; member in struct:anv_physical_device

Completed in 260 milliseconds