Home
last modified time | relevance | path

Searched refs:minChunkSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp112 … const VkDeviceSize minChunkSize = 0ull) const; //!< make sure chunks are at least this big
211 const VkDeviceSize minChunkSize) const in build()
219 …max(memoryRequirements.alignment, static_cast<VkDeviceSize>(deAlign64(minChunkSize, memoryRequirem… in build()
965 …const VkDeviceSize minChunkSize = 512u; // make sure the smallest allocation is at least this b… in iterate() local
972 .build(vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize)); in iterate()
981 .build(vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate()
1000 …location = builder.build(vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate()
1220 …t& context, const TestFlags flags, const VkBufferUsageFlags usage, const VkDeviceSize minChunkSize) in DrawGridTestInstance() argument
1242 …location = builder.build(vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in DrawGridTestInstance()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java449 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, in readFrom() argument
455 int chunkSize = minChunkSize; in readFrom()