Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
H A Dloader_debug_ext_tests.cpp854 void CheckDeviceFunctions(FrameworkEnvironment& env, bool use_GIPA, bool enable_debug_extensions, in CheckDeviceFunctions() argument
894 auto load_function = [&inst, &dev, use_GIPA](const char* func_name) { in CheckDeviceFunctions()
895 return use_GIPA ? inst.load(func_name) : dev.load(func_name); in CheckDeviceFunctions()
915 if (use_GIPA) { in CheckDeviceFunctions()
977 if (use_GIPA && !enable_debug_extensions) { in CheckDeviceFunctions()

Completed in 3 milliseconds