Searched defs:sizeHint (Results 1 – 4 of 4) sorted by relevance
162 public Memory<T> GetMemory(int sizeHint = 0) in GetMemory()185 public Span<T> GetSpan(int sizeHint = 0) in GetSpan()192 private void CheckAndResizeBuffer(int sizeHint) in CheckAndResizeBuffer()
400 size_t const sizeHint = in local_LZ4F_decompress_followHint() local435 …size_t const sizeHint = LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NUL… in local_LZ4F_decompress_noHint() local
602 IVec4 getMaxImageSize (const VkImageViewType viewType, const IVec4& sizeHint) in getMaxImageSize()