Home
last modified time | relevance | path

Searched refs:estimatedInfoCount (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp270 DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride, deUint32 estimatedInfoCount, deUint32 seed) in DrawInfoPacker() argument
279 // estimatedInfoCount is used to avoid excessive reallocation. in DrawInfoPacker()
280 if (estimatedInfoCount > 0u) in DrawInfoPacker()
281 m_dataVec.reserve(estimatedInfoCount * entrySize()); in DrawInfoPacker()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp270 DrawInfoPacker (DrawType drawType, const tcu::Maybe<VertexOffsetType>& offsetType, deUint32 stride, deUint32 estimatedInfoCount, deUint32 seed) in DrawInfoPacker() argument
279 // estimatedInfoCount is used to avoid excessive reallocation. in DrawInfoPacker()
280 if (estimatedInfoCount > 0u) in DrawInfoPacker()
281 m_dataVec.reserve(estimatedInfoCount * entrySize()); in DrawInfoPacker()

Completed in 7 milliseconds