Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h96 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED;
97 CALL_STATE vkGetPhysicalDeviceLayerPropertiesState = UNCALLED;
98 CALL_STATE vkGetPhysicalDeviceExtensionPropertiesState = UNCALLED;
99 CALL_STATE vkGetPhysicalDeviceFeaturesState = UNCALLED;
100 CALL_STATE vkGetPhysicalDeviceSurfaceCapabilitiesKHRState = UNCALLED;
101 CALL_STATE vkGetPhysicalDeviceSurfacePresentModesKHRState = UNCALLED;
102 CALL_STATE vkGetPhysicalDeviceSurfaceFormatsKHRState = UNCALLED;
103 CALL_STATE vkGetPhysicalDeviceDisplayPlanePropertiesKHRState = UNCALLED;
Dcore_validation_types.h66 UNCALLED, // Function has not been called enumerator
418 CALL_STATE vkGetSwapchainImagesKHRState = UNCALLED;
Dcore_validation.cpp2278 std::string count_note = (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) in ValidatePhysicalDeviceQueueFamily()
11575 if (physical_device_state->vkGetPhysicalDeviceSurfaceCapabilitiesKHRState == UNCALLED) { in ValidateCreateSwapchain()
11903 if (swapchain_state->vkGetSwapchainImagesKHRState == UNCALLED) { in PreCallValidateGetSwapchainImagesKHR()
12201 if (physical_device_state->vkGetPhysicalDeviceSurfaceCapabilitiesKHRState != UNCALLED) { in ValidateAcquireNextImage()
12303 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) { in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
12364 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
12638 case UNCALLED: in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR()
13110 if (physical_device_state->vkGetPhysicalDeviceDisplayPlanePropertiesKHRState == UNCALLED) { in ValidateGetPhysicalDeviceDisplayPlanePropertiesKHRQuery()