Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi.cpp108 uint32_t max_count; member
219 while (arr.count + layer_count > arr.max_count) { in GrowImplicitLayerArray()
221 (arr.max_count) ? (arr.max_count << 1) : initial_max_count; in GrowImplicitLayerArray()
224 if (new_max_count > arr.max_count) { in GrowImplicitLayerArray()
238 arr.max_count = new_max_count; in GrowImplicitLayerArray()