Home
last modified time | relevance | path

Searched refs:allocateBytes (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp41 size_t allocateBytes(ArrayRef<uint8_t> Data) { in allocateBytes() function in __anon07c79d3d0111::BlobAllocator
46 size_t allocateBytes(yaml::BinaryRef Data) { in allocateBytes() function in __anon07c79d3d0111::BlobAllocator
53 return allocateBytes({reinterpret_cast<const uint8_t *>(Data.data()), in allocateArray()
118 support::ulittle32_t(File.allocateBytes(Data))}; in layout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp41 size_t allocateBytes(ArrayRef<uint8_t> Data) { in allocateBytes() function in __anonde2e19b10111::BlobAllocator
46 size_t allocateBytes(yaml::BinaryRef Data) { in allocateBytes() function in __anonde2e19b10111::BlobAllocator
53 return allocateBytes({reinterpret_cast<const uint8_t *>(Data.data()), in allocateArray()
118 support::ulittle32_t(File.allocateBytes(Data))}; in layout()
/external/skia/src/gpu/
DGrSubRunAllocator.h82 return this->allocateBytes(size, alignof(T));
109 char* allocateBytes(int size, int alignment) { in allocateBytes() function
DGrSubRunAllocator.cpp50 return this->allocateBytes(size, alignment); in alignedBytes()
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java184 state.allocateBytes(bytesForStream); in writeStreams()
250 void allocateBytes(int bytes) { in allocateBytes() method in OutboundFlowController.OutboundFlowState
/external/swiftshader/third_party/subzero/src/
DIceAssembler.cpp34 uintptr_t Result = Assemblr.allocateBytes(Capacity); in NewContents()
DIceAssembler.h254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3115 size_t allocateBytes = sizeof(uint32_t) * (static_cast<size_t>(clampedVertexCount) + 1); in getIndexBufferForDrawArrays() local
3118 ANGLE_TRY(mDynamicIndexBuffer.allocate(contextVk, allocateBytes, in getIndexBufferForDrawArrays()
3167 size_t allocateBytes = unitSize * (indexCount + 1) + 1; in getIndexBufferForElementArrayBuffer() local
3170 ANGLE_TRY(mDynamicIndexBuffer.allocate(contextVk, allocateBytes, in getIndexBufferForElementArrayBuffer()
3219 size_t allocateBytes = unitSize * numOutIndices; in streamIndices() local
3220 ANGLE_TRY(mDynamicIndexBuffer.allocate(contextVk, allocateBytes, in streamIndices()
3267 size_t allocateBytes = static_cast<size_t>(indexBuffer->getSize() + unitSize); in streamIndicesIndirect() local
3280 allocateBytes = static_cast<size_t>(numNewInputIndices * unitSize); in streamIndicesIndirect()
3286 ANGLE_TRY(mDynamicIndexBuffer.allocate(contextVk, allocateBytes, nullptr, nullptr, in streamIndicesIndirect()
3322 size_t allocateBytes = static_cast<size_t>((vertexCount + 1) * unitSize); in streamArrayIndirect() local
[all …]