Lines Matching refs:dev
107 vn_wsi_create_image(struct vn_device *dev,
140 vn_log(dev->instance, "forcing scanout image linear");
144 VkResult result = vn_image_create(dev, create_info, alloc, &img);
153 VkDevice dev_handle = vn_device_to_handle(dev);
175 struct vn_device *dev,
218 VkResult result = vn_image_create(dev, create_info, alloc, &img);
238 struct vn_device *dev = vn_device_from_handle(device);
243 vn_log(dev->instance,
253 return vn_result(dev->instance, result);
261 struct vn_device *dev = vn_device_from_handle(device);
265 vn_log(dev->instance, "swapchain %p: destroyed", VN_WSI_PTR(swapchain));
298 struct vn_device *dev = vn_device_from_handle(device);
301 &dev->physical_device->wsi_device, device, pAcquireInfo, pImageIndex);
304 vn_log(dev->instance, "swapchain %p: acquired image %d: %s",
314 vn_semaphore_signal_wsi(dev, sem);
318 vn_fence_signal_wsi(dev, fence);
321 return vn_result(dev->instance, result);