Home
last modified time | relevance | path

Searched refs:should_fail_after_set_number_of_calls (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp34 …ould_fail_on_allocation, size_t fail_after_allocations, bool should_fail_after_set_number_of_calls, in MemoryTrackerSettings()
38 should_fail_after_set_number_of_calls(should_fail_after_set_number_of_calls), in MemoryTrackerSettings()
42 bool should_fail_after_set_number_of_calls = false; member
80 …if (settings.should_fail_after_set_number_of_calls && call_count == settings.fail_after_calls) ret… in allocate()
102 …if (size >= original_size && settings.should_fail_after_set_number_of_calls && call_count == setti… in reallocate()