Searched refs:maxBufferSize (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/glshared/
H A DglsMemoryStressCase.hpp48 int maxBufferSize; member in struct:deqp::gls::MemObjectConfig
61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc);
H A DglsMemoryStressCase.cpp483 int dummySize = deMax32(m_config.maxBufferSize, m_config.maxTextureSize*m_config.maxTextureSize*4);
676 int size = rnd.getInt(m_config.minBufferSize, m_config.maxBufferSize);
819 MemoryStressCase::MemoryStressCase (tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc) argument
831 m_config.maxBufferSize = maxBufferSize;
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp1068 static void bucketizeSamplesUniformly (const std::vector<UploadSampleResult<DurationType> >& samples, std::vector<UploadSampleResult<DurationType> >* buckets, int numBuckets, int& minBufferSize, int& maxBufferSize) argument
1071 maxBufferSize = 0;
1079 if (!maxBufferSize || samples[sampleNdx].allocatedSize > maxBufferSize)
1080 maxBufferSize = samples[sampleNdx].allocatedSize;
1085 const float bucketNdxFloat = (float)(samples[sampleNdx].allocatedSize - minBufferSize) / (float)(maxBufferSize - minBufferSize) * (float)numBuckets;
1700 int maxBufferSize = 0; local
1703 bucketizeSamplesUniformly(samples, &buckets[0], numBuckets, minBufferSize, maxBufferSize);
1712 const int bucketRangeMin = minBufferSize + (int)(((float) bucketNdx / (float)numBuckets) * (float)(maxBufferSize - minBufferSize));
1713 const int bucketRangeMax = minBufferSize + (int)(((float)(bucketNdx+1) / (float)numBuckets) * (float)(maxBufferSize
2023 const int maxBufferSize = 16777216; local
2071 const int maxBufferSize = 16777216; local
[all...]
/external/lz4/lib/
H A Dlz4frame.c174 size_t maxBufferSize; member in struct:LZ4F_cctx_s
323 cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because autoflush==1 & stableSrc==1 */
446 if (cctxPtr->maxBufferSize < requiredBuffSize) {
447 cctxPtr->maxBufferSize = requiredBuffSize;
627 if ((cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize) /* necessarily LZ4F_blockLinked && lastBlockCompressed==fromTmpBuffer */
678 if ((cctxPtr->tmpIn + cctxPtr->maxBlockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize)) { /* necessarily LZ4F_blockLinked */
715 cctxPtr->maxBufferSize = 0; /* reuse HC context */
736 size_t maxBufferSize; member in struct:LZ4F_dctx_s
903 if (bufferNeeded > dctxPtr->maxBufferSize) { /* tmp buffers too small */
908 dctxPtr->maxBufferSize
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp246 const VkDeviceSize maxBufferSize = alignDeviceSize(memoryHeap.size >> 1, memReqs.alignment); local
249 size = std::min(size, maxBufferSize);
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1691 int32_t bufferSize, maxBufferSize; local
1790 maxBufferSize = 0;
1806 /* preflight to get maxBufferSize */
1809 if(actualSizes[idx] > maxBufferSize) {
1810 maxBufferSize = actualSizes[idx];
1884 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
1885 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) {
1887 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp809 vk::VkDeviceSize maxBufferSize,
1006 vk::VkDeviceSize maxBufferSize,
1013 , m_maxBufferSize (maxBufferSize)
9294 const vk::VkDeviceSize maxBufferSize = bufferUsage != 0
9301 log << TestLog::Message << "Max buffer size: " << maxBufferSize << TestLog::EndMessage;
9305 if (maxBufferSize == 0
9317 m_memory = MovePtr<Memory>(new Memory(vki, vkd, physicalDevice, device, m_config.size, m_memoryTypeNdx, maxBufferSize, maxImageSize[0], maxImageSize[1]));
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 446 milliseconds