Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi.cpp246 uint32_t new_max_count = in GrowImplicitLayerArray() local
250 if (new_max_count > arr.max_count) { in GrowImplicitLayerArray()
253 sizeof(ImplicitLayer) * new_max_count, in GrowImplicitLayerArray()
264 arr.max_count = new_max_count; in GrowImplicitLayerArray()