HomeSort by relevance Sort by last modified time
    Searched defs:UNCALLED (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.h 44 UNCALLED, // Function has not been called
53 INSTANCE_STATE() : vkEnumeratePhysicalDevicesState(UNCALLED), physicalDevicesCount(0){};
66 : vkGetPhysicalDeviceQueueFamilyPropertiesState(UNCALLED), queueFamilyPropertiesCount(0),
67 vkGetPhysicalDeviceLayerPropertiesState(UNCALLED), deviceLayerCount(0),
68 vkGetPhysicalDeviceExtensionPropertiesState(UNCALLED), deviceExtensionCount(0),
69 vkGetPhysicalDeviceFeaturesState(UNCALLED){};
  /external/vulkan-validation-layers/layers/
core_validation.h 207 UNCALLED, // Function has not been called
214 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED;
216 CALL_STATE vkGetPhysicalDeviceLayerPropertiesState = UNCALLED;
217 CALL_STATE vkGetPhysicalDeviceExtensionPropertiesState = UNCALLED;
218 CALL_STATE vkGetPhysicalDeviceFeaturesState = UNCALLED;

Completed in 173 milliseconds