Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
Dloader_get_proc_addr_tests.cpp101 handle_assert_has_value(EnumerateInstanceExtensionProperties); in TEST()
107 handle_assert_has_value(EnumerateInstanceLayerProperties); in TEST()
112 handle_assert_has_value(EnumerateInstanceVersion); in TEST()
121 handle_assert_has_value(CreateInstance); in TEST()
131 handle_assert_has_value(EnumerateInstanceExtensionProperties); in TEST()
137 handle_assert_has_value(EnumerateInstanceLayerProperties); in TEST()
142 handle_assert_has_value(EnumerateInstanceVersion); in TEST()
147 handle_assert_has_value(GetInstanceProcAddr); in TEST()
152 handle_assert_has_value(CreateInstance); in TEST()
182 handle_assert_has_value(EnumeratePhysicalDevices); in TEST()
Dloader_layer_tests.cpp1496handle_assert_has_value(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT… in TEST()
1552handle_assert_has_value(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDevice… in TEST()
1609handle_assert_has_value(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkReleaseDisplayEXT… in TEST()
1610handle_assert_has_value(env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetPhysicalDevice… in TEST()
1733handle_assert_has_value(env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkReleaseDisplayEX… in TEST()
1808handle_assert_has_value(env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkGetPhysicalDevic… in TEST()
1891handle_assert_has_value(env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkReleaseDisplayEX… in TEST()
1895 handle_assert_has_value(pfnGetPhysicalDeviceSurfaceCapabilities2EXT); in TEST()
1961 handle_assert_has_value(pfn_vkTrimCommandPool); in TEST()
1962 handle_assert_has_value(pfn_vkGetSwapchainStatus); in TEST()
[all …]
Dloader_regression_tests.cpp2396 handle_assert_has_value(getToolProperties); in TEST()
2417 handle_assert_has_value(getToolProperties); in TEST()
2441 handle_assert_has_value(getToolProperties); in TEST()
3313 handle_assert_has_value(phys_dev); in TEST()
3373 handle_assert_has_value(phys_dev); in TEST()
3391 handle_assert_has_value(phys_dev); in TEST()
3406 handle_assert_has_value(phys_dev); in TEST()
3420 handle_assert_has_value(phys_dev); in TEST()
Dloader_version_tests.cpp521 handle_assert_has_value(handle); in TEST()
/third_party/vulkan-loader/tests/framework/
Dtest_environment.h77 void handle_assert_has_value(T const& handle) { in handle_assert_has_value() function