Searched refs:CURRENT_LOADER_LAYER_INTERFACE_VERSION (Results 1 – 6 of 6) sorted by relevance
142 uint32_t loader_layer_if_version = CURRENT_LOADER_LAYER_INTERFACE_VERSION;829 if (pVersionStruct->loaderLayerInterfaceVersion < CURRENT_LOADER_LAYER_INTERFACE_VERSION) { in vkNegotiateLoaderLayerInterfaceVersion()831 … } else if (pVersionStruct->loaderLayerInterfaceVersion > CURRENT_LOADER_LAYER_INTERFACE_VERSION) { in vkNegotiateLoaderLayerInterfaceVersion()832 pVersionStruct->loaderLayerInterfaceVersion = CURRENT_LOADER_LAYER_INTERFACE_VERSION; in vkNegotiateLoaderLayerInterfaceVersion()
38 #define CURRENT_LOADER_LAYER_INTERFACE_VERSION 2 macro
45 #define CURRENT_LOADER_LAYER_INTERFACE_VERSION 2 macro
4125 interface_struct->loaderLayerInterfaceVersion = CURRENT_LOADER_LAYER_INTERFACE_VERSION; in loader_get_layer_interface_version()