Lines Matching defs:count
121 void handle_assert_equal(size_t count, T left[], T right[]) {
122 for (size_t i = 0; i < count; i++) {
298 // Use count to specify the expected count
299 std::vector<VkLayerProperties> GetActiveLayers(VkPhysicalDevice phys_dev, uint32_t count);
302 // Use count to specify an expected count
303 std::vector<VkExtensionProperties> EnumerateDeviceExtensions(VkPhysicalDevice physical_device, uint32_t count);
625 std::vector<VkExtensionProperties> GetInstanceExtensions(uint32_t count, const char* layer_name = nullptr);
627 std::vector<VkLayerProperties> GetLayerProperties(uint32_t count);