Home
last modified time | relevance | path

Searched defs:allocateBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp41 size_t allocateBytes(ArrayRef<uint8_t> Data) { in allocateBytes() function in __anon0c17805d0111::BlobAllocator
46 size_t allocateBytes(yaml::BinaryRef Data) { in allocateBytes() function in __anon0c17805d0111::BlobAllocator
/third_party/skia/src/gpu/
DGrSubRunAllocator.h121 char* allocateBytes(int size, int alignment) { in allocateBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.h254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3373 size_t allocateBytes = sizeof(uint32_t) * (static_cast<size_t>(clampedVertexCount) + 1); in getIndexBufferForDrawArrays() local
3425 size_t allocateBytes = unitSize * (indexCount + 1) + 1; in getIndexBufferForElementArrayBuffer() local
3475 size_t allocateBytes = unitSize * numOutIndices; in streamIndices() local
3523 size_t allocateBytes = static_cast<size_t>(indexBuffer->getSize() + unitSize); in streamIndicesIndirect() local
3578 size_t allocateBytes = static_cast<size_t>((vertexCount + 1) * unitSize); in streamArrayIndirect() local