Searched defs:allocateBytes (Results 1 – 5 of 5) sorted by relevance
41 size_t allocateBytes(ArrayRef<uint8_t> Data) { in allocateBytes() function in __anon7f0791920111::BlobAllocator46 size_t allocateBytes(yaml::BinaryRef Data) { in allocateBytes() function in __anon7f0791920111::BlobAllocator
121 char* allocateBytes(int size, int alignment) { in allocateBytes() function
254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes() function
1093 size_t allocateBytes = sizeof(uint32_t) * (static_cast<size_t>(clampedVertexCount) + 1); in getIndexBufferForDrawArrays() local1148 size_t allocateBytes = unitSize * (indexCount + 1) + 1; in getIndexBufferForElementArrayBuffer() local1190 size_t allocateBytes = unitSize * numOutIndices; in streamIndices() local
3373 size_t allocateBytes = sizeof(uint32_t) * (static_cast<size_t>(clampedVertexCount) + 1); in getIndexBufferForDrawArrays() local3425 size_t allocateBytes = unitSize * (indexCount + 1) + 1; in getIndexBufferForElementArrayBuffer() local3475 size_t allocateBytes = unitSize * numOutIndices; in streamIndices() local3523 size_t allocateBytes = static_cast<size_t>(indexBuffer->getSize() + unitSize); in streamIndicesIndirect() local3578 size_t allocateBytes = static_cast<size_t>((vertexCount + 1) * unitSize); in streamArrayIndirect() local