Searched refs:maxBufferSize (Results 1 – 9 of 9) sorted by relevance
48 int maxBufferSize; member61 …Types, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, b…
483 …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() argument831 m_config.maxBufferSize = maxBufferSize; in MemoryStressCase()
1068 …ploadSampleResult<DurationType> >* buckets, int numBuckets, int& minBufferSize, int& maxBufferSize) in bucketizeSamplesUniformly() argument1071 maxBufferSize = 0; in bucketizeSamplesUniformly()1079 if (!maxBufferSize || samples[sampleNdx].allocatedSize > maxBufferSize) in bucketizeSamplesUniformly()1080 maxBufferSize = samples[sampleNdx].allocatedSize; in bucketizeSamplesUniformly()1085 …= (float)(samples[sampleNdx].allocatedSize - minBufferSize) / (float)(maxBufferSize - minBufferSiz… in bucketizeSamplesUniformly()1700 int maxBufferSize = 0; in analyzeSampleResults() local1703 bucketizeSamplesUniformly(samples, &buckets[0], numBuckets, minBufferSize, maxBufferSize); in analyzeSampleResults()1712 …fferSize + (int)(((float) bucketNdx / (float)numBuckets) * (float)(maxBufferSize - minBufferSiz… in analyzeSampleResults()1713 …fferSize + (int)(((float)(bucketNdx+1) / (float)numBuckets) * (float)(maxBufferSize - minBufferSiz… in analyzeSampleResults()2023 const int maxBufferSize = 16777216; in iterate() local[all …]
174 size_t maxBufferSize; member323 …cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because a… in LZ4F_compressFrame()446 if (cctxPtr->maxBufferSize < requiredBuffSize) { in LZ4F_compressBegin()447 cctxPtr->maxBufferSize = requiredBuffSize; in LZ4F_compressBegin()627 …if ((cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize) /* necessarily LZ… in LZ4F_compressUpdate()678 …if ((cctxPtr->tmpIn + cctxPtr->maxBlockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize)) { /* … in LZ4F_flush()715 cctxPtr->maxBufferSize = 0; /* reuse HC context */ in LZ4F_compressEnd()736 size_t maxBufferSize; member903 if (bufferNeeded > dctxPtr->maxBufferSize) { /* tmp buffers too small */ in LZ4F_decodeHeader()908 dctxPtr->maxBufferSize = 0; in LZ4F_decodeHeader()[all …]
246 const VkDeviceSize maxBufferSize = alignDeviceSize(memoryHeap.size >> 1, memReqs.alignment); in bufferCreateAndAllocTest() local249 size = std::min(size, maxBufferSize); in bufferCreateAndAllocTest()
1691 int32_t bufferSize, maxBufferSize; in TestConvertSafeClone() local1790 maxBufferSize = 0; in TestConvertSafeClone()1809 if(actualSizes[idx] > maxBufferSize) { in TestConvertSafeClone()1810 maxBufferSize = actualSizes[idx]; in TestConvertSafeClone()1884 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()1885 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) { in TestConvertSafeClone()1887 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
155 samplesRead = sonicReadShortFromStream(stream, outBuffer, maxBufferSize);
809 vk::VkDeviceSize maxBufferSize,1006 vk::VkDeviceSize maxBufferSize, in Memory() argument1013 , m_maxBufferSize (maxBufferSize) in Memory()9294 const vk::VkDeviceSize maxBufferSize = bufferUsage != 0 in createCommandsAndAllocateMemory() local9301 log << TestLog::Message << "Max buffer size: " << maxBufferSize << TestLog::EndMessage; in createCommandsAndAllocateMemory()9305 if (maxBufferSize == 0 in createCommandsAndAllocateMemory()9317 …ory(vki, vkd, physicalDevice, device, m_config.size, m_memoryTypeNdx, maxBufferSize, maxImageSize[… in createCommandsAndAllocateMemory()
META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...