Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp193 void InstWrapper::CheckCreate(VkResult result_to_check) { argument
194 ASSERT_EQ(result_to_check, functions->vkCreateInstance(create_info.get(), callbacks, &inst));
197 void InstWrapper::CheckCreateWithInfo(InstanceCreateInfo& create_info, VkResult result_to_check) { argument
198 ASSERT_EQ(result_to_check, functions->vkCreateInstance(create_info.get(), callbacks, &inst));
201 std::vector<VkPhysicalDevice> InstWrapper::GetPhysDevs(uint32_t phys_dev_count, VkResult result_to_check) { argument
206 EXPECT_EQ(result_to_check, res);
210 std::vector<VkPhysicalDevice> InstWrapper::GetPhysDevs(VkResult result_to_check) { argument
213 EXPECT_EQ(result_to_check, res);
217 EXPECT_EQ(result_to_check, res);
221 VkPhysicalDevice InstWrapper::GetPhysDev(VkResult result_to_check) { argument
290 CheckCreate(VkPhysicalDevice phys_dev, VkResult result_to_check) global() argument
[all...]
H A Dtest_environment.h281 void CheckCreate(VkResult result_to_check = VK_SUCCESS);
282 void CheckCreateWithInfo(InstanceCreateInfo& create_info, VkResult result_to_check = VK_SUCCESS);
291 std::vector<VkPhysicalDevice> GetPhysDevs(VkResult result_to_check = VK_SUCCESS); // query all physical devices
293 VkResult result_to_check = VK_SUCCESS); // query only phys_dev_count devices
295 VkPhysicalDevice GetPhysDev(VkResult result_to_check = VK_SUCCESS);
326 void CheckCreate(VkPhysicalDevice physical_device, VkResult result_to_check = VK_SUCCESS);

Completed in 4 milliseconds