Lines Matching refs:real_device_count
706 const uint32_t real_device_count = 2;
707 for (uint32_t i = 0; i < real_device_count; i++) {
720 std::array<VkPhysicalDevice, real_device_count> physical_device_handles;
732 const uint32_t real_device_count = 3;
733 for (uint32_t i = 0; i < real_device_count; i++) {
742 std::array<VkPhysicalDevice, real_device_count> physical_device_handles_one_call;
745 ASSERT_EQ(real_device_count, physical_count_one_call);
755 std::array<VkPhysicalDevice, real_device_count> physical_device_handles;
757 ASSERT_EQ(real_device_count, returned_physical_count);
768 const uint32_t real_device_count = 2;
769 for (uint32_t i = 0; i < real_device_count; i++) {
781 std::array<VkPhysicalDevice, real_device_count> physical;
801 std::array<VkPhysicalDevice, real_device_count> physical_2;