Lines Matching refs:vkEnumeratePhysicalDevices

183 // Test report (error/warning) created in vkCreateInstance with error in vkEnumeratePhysicalDevices.
188 expected_message = "VUID-vkEnumeratePhysicalDevices-pPhysicalDeviceCount-parameter";
195 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, nullptr, nullptr), VK_ERROR_INITIALIZATION_FAILED);
203 // Test report created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices.
207 expected_message = "VUID-vkEnumeratePhysicalDevices-pPhysicalDeviceCount-parameter";
217 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, nullptr, nullptr), VK_ERROR_INITIALIZATION_FAILED);
227 // Test report created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
242 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, &max_count, devices.data()), VK_INCOMPLETE);
252 // Test report created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
267 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, &max_count, devices.data()), VK_INCOMPLETE);
530 // Test debug utils error created in vkCreateInstance with error in vkEnumeratePhysicalDevices.
534 expected_message = "VUID-vkEnumeratePhysicalDevices-pPhysicalDeviceCount-parameter";
544 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, nullptr, nullptr), VK_ERROR_INITIALIZATION_FAILED);
552 // Test debug utils created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices, but, with the wrong
555 expected_message = "VUID-vkEnumeratePhysicalDevices-pPhysicalDeviceCount-parameter";
572 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, nullptr, nullptr), VK_ERROR_INITIALIZATION_FAILED);
582 // Test debug utils created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices, but, with the wrong
585 expected_message = "VUID-vkEnumeratePhysicalDevices-pPhysicalDeviceCount-parameter";
600 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, nullptr, nullptr), VK_ERROR_INITIALIZATION_FAILED);
610 // Test debug utils created outside of vkCreateInstance with error in vkEnumeratePhysicalDevices with the correct type.
612 expected_message = "VUID-vkEnumeratePhysicalDevices-pPhysicalDeviceCount-parameter";
627 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, nullptr, nullptr), VK_ERROR_INITIALIZATION_FAILED);
637 // Test debug utils created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
657 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, &max_count, devices.data()), VK_INCOMPLETE);
668 // Test debug utils created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
690 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, &max_count, devices.data()), VK_INCOMPLETE);
701 // Test debug utils created outside of vkCreateInstance with info in vkEnumeratePhysicalDevices.
721 ASSERT_EQ(env->vulkan_functions.vkEnumeratePhysicalDevices(inst, &max_count, devices.data()), VK_INCOMPLETE);