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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_wsi.c29 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice);
44 lvp_init_wsi(struct lvp_physical_device *physical_device)
62 lvp_finish_wsi(struct lvp_physical_device *physical_device)
75 struct lvp_physical_device *pdevice = device->physical_device;
H A 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,
H A Dlvp_formats.c61 lvp_physical_device_get_format_properties(struct lvp_physical_device *physical_device,
167 LVP_FROM_HANDLE(lvp_physical_device, physical_device, physicalDevice);
173 static VkResult lvp_get_image_format_properties(struct lvp_physical_device *physical_device,
305 LVP_FROM_HANDLE(lvp_physical_device, physical_device, physicalDevice);
H A Dlvp_private.h129 struct lvp_physical_device { struct
144 struct lvp_physical_device physicalDevice;
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,
H A Dlvp_device.c158 lvp_physical_device_init(struct lvp_physical_device *device,
196 lvp_physical_device_finish(struct lvp_physical_device *device)
399 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice);
451 lvp_get_physical_device_features_1_1(struct lvp_physical_device *pdevice,
471 lvp_get_physical_device_features_1_2(struct lvp_physical_device *pdevice,
531 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice);
685 LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice);
829 lvp_get_physical_device_properties_1_1(struct lvp_physical_device *pdevice,
855 lvp_get_physical_device_properties_1_2(struct lvp_physical_device *pdevice,
935 LVP_FROM_HANDLE(lvp_physical_device, pdevic
[all...]

Completed in 7 milliseconds