Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp136 …AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint = 1024);
DvkAllocationCallbackUtil.cpp229 …corder::AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint) in AllocationCallbackRecorder() argument
231 , m_records (callCountHint) in AllocationCallbackRecorder()