Home
last modified time | relevance | path

Searched refs:OutputExtensionError (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp1513 bool StatelessValidation::OutputExtensionError(const std::string &api_name, const std::string &exte… in OutputExtensionError() function in StatelessValidation
5440 …if (!instance_extensions.vk_khr_surface) skip |= OutputExtensionError("vkDestroySurfaceKHR", VK_KH… in PreCallValidateDestroySurfaceKHR()
5470 …if (!instance_extensions.vk_khr_surface) skip |= OutputExtensionError("vkGetPhysicalDeviceSurfaceS… in PreCallValidateGetPhysicalDeviceSurfaceSupportKHR()
5481 …if (!instance_extensions.vk_khr_surface) skip |= OutputExtensionError("vkGetPhysicalDeviceSurfaceC… in PreCallValidateGetPhysicalDeviceSurfaceCapabilitiesKHR()
5497 …if (!instance_extensions.vk_khr_surface) skip |= OutputExtensionError("vkGetPhysicalDeviceSurfaceF… in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR()
5516 …if (!instance_extensions.vk_khr_surface) skip |= OutputExtensionError("vkGetPhysicalDeviceSurfaceP… in PreCallValidateGetPhysicalDeviceSurfacePresentModesKHR()
5530 …if (!device_extensions.vk_khr_surface) skip |= OutputExtensionError("vkCreateSwapchainKHR", VK_KHR… in PreCallValidateCreateSwapchainKHR()
5531 …if (!device_extensions.vk_khr_swapchain) skip |= OutputExtensionError("vkCreateSwapchainKHR", VK_K… in PreCallValidateCreateSwapchainKHR()
5591 …if (!device_extensions.vk_khr_surface) skip |= OutputExtensionError("vkDestroySwapchainKHR", VK_KH… in PreCallValidateDestroySwapchainKHR()
5592 …if (!device_extensions.vk_khr_swapchain) skip |= OutputExtensionError("vkDestroySwapchainKHR", VK_… in PreCallValidateDestroySwapchainKHR()
[all …]
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp3509 …skip |= OutputExtensionError("vkGetDeviceGroupSurfacePresentModes2EXT", VK_KHR_SWAPCHAIN_EXTENSION… in PreCallValidateGetDeviceGroupSurfacePresentModes2EXT()
3511 …skip |= OutputExtensionError("vkGetDeviceGroupSurfacePresentModes2EXT", VK_KHR_GET_SURFACE_CAPABIL… in PreCallValidateGetDeviceGroupSurfacePresentModes2EXT()
3513 …skip |= OutputExtensionError("vkGetDeviceGroupSurfacePresentModes2EXT", VK_KHR_SURFACE_EXTENSION_N… in PreCallValidateGetDeviceGroupSurfacePresentModes2EXT()
3516OutputExtensionError("vkGetDeviceGroupSurfacePresentModes2EXT", VK_KHR_GET_PHYSICAL_DEVICE_PROPERT… in PreCallValidateGetDeviceGroupSurfacePresentModes2EXT()
3518 …skip |= OutputExtensionError("vkGetDeviceGroupSurfacePresentModes2EXT", VK_EXT_FULL_SCREEN_EXCLUSI… in PreCallValidateGetDeviceGroupSurfacePresentModes2EXT()
Dstateless_validation.h990 bool OutputExtensionError(const std::string &api_name, const std::string &extension_name);