Home
last modified time | relevance | path

Searched refs:app_is_vulkan_1_1 (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_linux.c239 bool app_is_vulkan_1_1 = loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version); in linux_read_sorted_physical_devices() local
300 if (app_is_vulkan_1_1 && device_is_1_1_capable) { in linux_read_sorted_physical_devices()
350 bool app_is_vulkan_1_1 = loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version); in linux_sort_physical_device_groups() local
403 if (app_is_vulkan_1_1 && device_is_1_1_capable) { in linux_sort_physical_device_groups()
H A Dloader_windows.c874 bool app_is_vulkan_1_1 = loader_check_version_meets_required(LOADER_VERSION_1_1_0, inst->app_api_version); in sort_physical_devices_with_same_luid() local
902 if (app_is_vulkan_1_1 && device_is_1_1_capable) { in sort_physical_devices_with_same_luid()

Completed in 4 milliseconds