Home
last modified time | relevance | path

Searched refs:app_api_version (Results 1 – 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/
Dterminator.c136 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceFeatures2()
192 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceProperties2()
255 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceFormatProperties2()
293 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceImageFormatProperties2()
333 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceQueueFamilyProperties2()
391 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceMemoryProperties2()
429 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceSparseImageFormatProperties2()
499 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceExternalBufferProperties()
542 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
589 if (loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version)) { in terminator_GetPhysicalDeviceExternalFenceProperties()
Dloader_linux.c239 …p_is_vulkan_1_1 = loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version); in linux_read_sorted_physical_devices()
350 …p_is_vulkan_1_1 = loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version); in linux_sort_physical_device_groups()
Dloader_common.h247 loader_api_version app_api_version; member
Dtrampoline.c82 …der_check_version_meets_required(loader_combine_version(1, 3, 0), ptr_instance->app_api_version)) { in vkGetInstanceProcAddr()
470 ptr_instance->app_api_version = LOADER_VERSION_1_0_0; in vkCreateInstance()
472 … ptr_instance->app_api_version = loader_make_version(pCreateInfo->pApplicationInfo->apiVersion); in vkCreateInstance()
474 ptr_instance->app_api_version.patch = 0; in vkCreateInstance()
Dloader.c4102 if (!loader_check_version_meets_required(inst->app_api_version, prop_spec_version)) { in loader_enable_instance_layers()
4106 …rop->info.layerName, prop_spec_version.major, prop_spec_version.minor, inst->app_api_version.major, in loader_enable_instance_layers()
4107 inst->app_api_version.minor); in loader_enable_instance_layers()
5152 … if ((ptr_instance->app_api_version.major == 1 && ptr_instance->app_api_version.minor == 0) || in terminator_CreateInstance()