Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddevice_limits.h51 UNCALLED, // Function has not been called enumerator
60 _INSTANCE_STATE() : vkEnumeratePhysicalDevicesState(UNCALLED), physicalDevicesCount(0){}; in _INSTANCE_STATE()
73 : vkGetPhysicalDeviceQueueFamilyPropertiesState(UNCALLED), queueFamilyPropertiesCount(0), in _PHYSICAL_DEVICE_STATE()
74 vkGetPhysicalDeviceLayerPropertiesState(UNCALLED), deviceLayerCount(0), in _PHYSICAL_DEVICE_STATE()
75 vkGetPhysicalDeviceExtensionPropertiesState(UNCALLED), deviceExtensionCount(0), in _PHYSICAL_DEVICE_STATE()
76 vkGetPhysicalDeviceFeaturesState(UNCALLED){}; in _PHYSICAL_DEVICE_STATE()
Ddevice_limits.cpp198 if (UNCALLED == my_data->instanceState->vkEnumeratePhysicalDevicesState) { in vkEnumeratePhysicalDevices()
279 …if (UNCALLED == phy_dev_data->physicalDeviceState->vkGetPhysicalDeviceQueueFamilyPropertiesState) { in vkGetPhysicalDeviceQueueFamilyProperties()
378 … if (errors && (UNCALLED == phy_dev_data->physicalDeviceState->vkGetPhysicalDeviceFeaturesState)) { in validate_features_request()