Searched refs:minChunkSize (Results 1 – 2 of 2) sorted by relevance
/external/deqp/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() 865 …const VkDeviceSize minChunkSize = 512u; // make sure the smallest allocation is at least this b… in iterate() local 872 …Device(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize)); in iterate() 881 …lDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 900 …lDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 1140 …t& context, const TestFlags flags, const VkBufferUsageFlags usage, const VkDeviceSize minChunkSize) in DrawGridTestInstance() argument 1143 , m_minChunkSize (minChunkSize) in DrawGridTestInstance()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 449 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, in readFrom() argument 455 int chunkSize = minChunkSize; in readFrom()
|