Searched refs:lvp_physical_device (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_wsi.h | 32 struct lvp_physical_device *device, 36 struct lvp_physical_device *device, 39 struct lvp_physical_device *device, 43 struct lvp_physical_device *device,
|
D | lvp_wsi.c | 29 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()
|
D | lvp_private.h | 129 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,
|
D | lvp_formats.c | 61 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()
|
D | lvp_device.c | 158 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 …]
|