Searched refs:UNCALLED (Results 1 – 2 of 2) sorted by relevance
51 UNCALLED, // Function has not been called enumerator60 _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()
198 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()