Home
last modified time | relevance | path

Searched refs:lvp_physical_device (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_wsi.h32 struct lvp_physical_device *device,
36 struct lvp_physical_device *device,
39 struct lvp_physical_device *device,
43 struct lvp_physical_device *device,
Dlvp_wsi.c29 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice); in lvp_wsi_proc_addr()
44 lvp_init_wsi(struct lvp_physical_device *physical_device) in lvp_init_wsi()
62 lvp_finish_wsi(struct lvp_physical_device *physical_device) in lvp_finish_wsi()
75 struct lvp_physical_device *pdevice = device->physical_device; in lvp_AcquireNextImage2KHR()
Dlvp_private.h129 struct lvp_physical_device { struct
144 struct lvp_physical_device physicalDevice; argument
152 VkResult lvp_init_wsi(struct lvp_physical_device *physical_device);
153 void lvp_finish_wsi(struct lvp_physical_device *physical_device);
155 bool lvp_physical_device_extension_supported(struct lvp_physical_device *dev,
202 struct lvp_physical_device *physical_device;
599 VK_DEFINE_HANDLE_CASTS(lvp_physical_device, vk.base, VkPhysicalDevice,
Dlvp_formats.c61 lvp_physical_device_get_format_properties(struct lvp_physical_device *physical_device, in lvp_physical_device_get_format_properties()
167 LVP_FROM_HANDLE(lvp_physical_device, physical_device, physicalDevice); in lvp_GetPhysicalDeviceFormatProperties2()
173 static VkResult lvp_get_image_format_properties(struct lvp_physical_device *physical_device, in lvp_get_image_format_properties()
305 LVP_FROM_HANDLE(lvp_physical_device, physical_device, physicalDevice); in lvp_GetPhysicalDeviceImageFormatProperties2()
Dlvp_device.c158 lvp_physical_device_init(struct lvp_physical_device *device, in lvp_physical_device_init()
196 lvp_physical_device_finish(struct lvp_physical_device *device) in lvp_physical_device_finish()
399 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice); in lvp_GetPhysicalDeviceFeatures()
451 lvp_get_physical_device_features_1_1(struct lvp_physical_device *pdevice, in lvp_get_physical_device_features_1_1()
471 lvp_get_physical_device_features_1_2(struct lvp_physical_device *pdevice, in lvp_get_physical_device_features_1_2()
531 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice); in lvp_GetPhysicalDeviceFeatures2()
685 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice); in lvp_GetPhysicalDeviceProperties()
829 lvp_get_physical_device_properties_1_1(struct lvp_physical_device *pdevice, in lvp_get_physical_device_properties_1_1()
855 lvp_get_physical_device_properties_1_2(struct lvp_physical_device *pdevice, in lvp_get_physical_device_properties_1_2()
935 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice); in lvp_GetPhysicalDeviceProperties2()
[all …]