Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsMemoryStressCase.hpp48 int maxBufferSize; member
61 …Types, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, b…
DglsMemoryStressCase.cpp483 …int dummySize = deMax32(m_config.maxBufferSize, m_config.maxTextureSize*m_config.maxTextureSize*4); in MemObjectAllocator()
676 int size = rnd.getInt(m_config.minBufferSize, m_config.maxBufferSize); in allocateBuffer()
819 …Types, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, b… in MemoryStressCase() argument
831 m_config.maxBufferSize = maxBufferSize; in MemoryStressCase()
/external/lz4/lib/
Dlz4frame.c121 size_t maxBufferSize; member
136 size_t maxBufferSize; member
271 …cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because a… in LZ4F_compressFrame()
398 if (cctxPtr->maxBufferSize < requiredBuffSize) in LZ4F_compressBegin()
400 cctxPtr->maxBufferSize = requiredBuffSize; in LZ4F_compressBegin()
597 …if ((cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize) /* necessarily bl… in LZ4F_compressUpdate()
652 …if ((cctxPtr->tmpIn + cctxPtr->maxBlockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize)) /* n… in LZ4F_flush()
784 if (bufferNeeded > dctxPtr->maxBufferSize) /* tmp buffers too small */ in LZ4F_decodeHeader()
788 dctxPtr->maxBufferSize = bufferNeeded; in LZ4F_decodeHeader()
791 dctxPtr->tmpOutBuffer= ALLOCATOR(dctxPtr->maxBufferSize); in LZ4F_decodeHeader()
[all …]
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp1068 …ploadSampleResult<DurationType> >* buckets, int numBuckets, int& minBufferSize, int& maxBufferSize) in bucketizeSamplesUniformly() argument
1071 maxBufferSize = 0; in bucketizeSamplesUniformly()
1079 if (!maxBufferSize || samples[sampleNdx].allocatedSize > maxBufferSize) in bucketizeSamplesUniformly()
1080 maxBufferSize = samples[sampleNdx].allocatedSize; in bucketizeSamplesUniformly()
1085 …xFloat = (samples[sampleNdx].allocatedSize - minBufferSize) / (float)(maxBufferSize - minBufferSiz… in bucketizeSamplesUniformly()
1700 int maxBufferSize = 0; in analyzeSampleResults() local
1703 bucketizeSamplesUniformly(samples, &buckets[0], numBuckets, minBufferSize, maxBufferSize); in analyzeSampleResults()
1712 …ngeMin = minBufferSize + (int)(( bucketNdx / (float)numBuckets) * (maxBufferSize - minBufferSiz… in analyzeSampleResults()
1713 …ngeMax = minBufferSize + (int)(((bucketNdx+1) / (float)numBuckets) * (maxBufferSize - minBufferSiz… in analyzeSampleResults()
2023 const int maxBufferSize = 16777216; in iterate() local
[all …]
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1689 int32_t bufferSize, maxBufferSize; in TestConvertSafeClone() local
1788 maxBufferSize = 0; in TestConvertSafeClone()
1807 if(actualSizes[idx] > maxBufferSize) { in TestConvertSafeClone()
1808 maxBufferSize = actualSizes[idx]; in TestConvertSafeClone()
1882 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
1883 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) { in TestConvertSafeClone()
1885 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
/external/sonic/doc/
Dindex.md155 samplesRead = sonicReadShortFromStream(stream, outBuffer, maxBufferSize);
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...