Lines Matching defs:count
148 uint32_t count = 0;
149 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceLayerProperties(&count, nullptr));
150 ASSERT_EQ(count, layer_props);
155 count = 0;
156 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceLayerProperties(&count, nullptr));
157 ASSERT_NE(count, 0U);
158 ASSERT_NE(count, layer_props);
182 uint32_t count = 0;
183 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceExtensionProperties(nullptr, &count, nullptr));
184 ASSERT_EQ(count, ext_props);
189 count = 0;
190 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceExtensionProperties(nullptr, &count, nullptr));
191 ASSERT_NE(count, 0U);
192 ASSERT_NE(count, ext_props);
1898 uint32_t count = 0;
1899 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceLayerProperties(&count, nullptr));
1900 ASSERT_EQ(count, 2U);
1901 count = 0;
1902 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceExtensionProperties(nullptr, &count, nullptr));
1903 ASSERT_EQ(count, 4U);
1951 uint32_t count = 0;
1952 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceLayerProperties(&count, nullptr));
1953 ASSERT_EQ(count, 1U);
1954 count = 0;
1955 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceExtensionProperties(nullptr, &count, nullptr));
1956 ASSERT_EQ(count, 4U);
1995 uint32_t count = 0;
1996 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceLayerProperties(&count, nullptr));
1997 ASSERT_EQ(count, 1U);
1998 count = 0;
1999 ASSERT_EQ(VK_SUCCESS, env.vulkan_functions.vkEnumerateInstanceExtensionProperties(nullptr, &count, nullptr));
2000 ASSERT_EQ(count, 4U);
4566 // We should have added the number of diff items, and the incomplete count should match the number of
4730 // Should see 2 removed, but 3 added so a diff count of 1
4810 // Shortcut, only groups with 1 device could be added in the newly added count
4828 // We should have added the number of diff items, and the incomplete count should match the number of
4993 // Shortcut, only groups with 1 device could be added in the newly added count