Searched refs:minChunkSize (Results 1 – 3 of 3) sorted by relevance
/third_party/parse5/packages/parse5-parser-stream/test/utils/ |
D | parse-chunked.js | 4 module.exports = function parseChunked(html, opts, minChunkSize, maxChunkSize) { argument 6 const chunks = makeChunks(html, minChunkSize, maxChunkSize);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 119 … const VkDeviceSize minChunkSize = 0ull) const; //!< make sure chunks are at least this big 214 const VkDeviceSize minChunkSize) const in build() 222 …max(memoryRequirements.alignment, static_cast<VkDeviceSize>(deAlign64(minChunkSize, memoryRequirem… in build() 853 …const VkDeviceSize minChunkSize = 512u; // make sure the smallest allocation is at least this b… in iterate() local 860 …Device(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize)); in iterate() 869 …lDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 888 …lDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 1128 …t& context, const TestFlags flags, const VkBufferUsageFlags usage, const VkDeviceSize minChunkSize) in DrawGridTestInstance() argument 1131 , m_minChunkSize (minChunkSize) in DrawGridTestInstance()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 509 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom() argument 515 int chunkSize = minChunkSize; in readFrom()
|