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.h70 UNCALLED, // Function has not been called enumerator
413 CALL_STATE vkGetSwapchainImagesKHRState = UNCALLED;
Dcore_validation.cpp2342 …const std::string count_note = (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesStat… in ValidateQueueFamilyIndex()
12604 if (physical_device_state->vkGetPhysicalDeviceSurfaceCapabilitiesKHRState == UNCALLED) { in ValidateCreateSwapchain()
12968 if (swapchain_state->vkGetSwapchainImagesKHRState == UNCALLED) { in PreCallValidateGetSwapchainImagesKHR()
13253 if (physical_device_state->vkGetPhysicalDeviceSurfaceCapabilitiesKHRState != UNCALLED) { in ValidateAcquireNextImage()
13357 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) { in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
13416 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
13679 case UNCALLED: in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR()
14089 if (physical_device_state->vkGetPhysicalDeviceDisplayPlanePropertiesKHRState == UNCALLED) { in ValidateGetPhysicalDeviceDisplayPlanePropertiesKHRQuery()