Lines Matching defs:device
175 "invalid because it should not be possible to acquire a display on this device",
291 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModes2EXT(VkDevice device,
294 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
297 "vkGetDeviceGroupSurfacePresentModes2EXT: Invalid device "
298 "[VUID-vkGetDeviceGroupSurfacePresentModes2EXT-device-parameter]");
301 return disp->GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes);
304 VKAPI_ATTR VkResult VKAPI_CALL terminator_GetDeviceGroupSurfacePresentModes2EXT(VkDevice device,
309 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index);
313 "vkGetDeviceGroupSurfacePresentModes2EXT Terminator: Invalid device handle. This is likely the result of a "
314 "layer wrapping device handles and failing to unwrap them in all functions. "
315 "[VUID-vkGetDeviceGroupSurfacePresentModes2EXT-device-parameter]");
330 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, &surface_info_copy,
333 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes);