/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | PoolAlloc.h | 275 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { } in pool_allocator() 282 return getAllocator().allocate(n); in allocate() 285 return getAllocator().allocate(n); in allocate() 290 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); in allocate() 293 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); in allocate() 301 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); } in operator ==() 302 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); } in operator !=() 308 TPoolAllocator& getAllocator() cons in setAllocator() function in pool_allocator [all...] |
/third_party/glslang/glslang/Include/ |
H A D | PoolAlloc.h | 290 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() 293 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); } in allocate() 295 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T))); } in allocate() 301 return reinterpret_cast<pointer>(getAllocator().allocate(n)); } in _Charalloc() 306 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); } in operator ==() 307 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); } in operator !=() 312 TPoolAllocator& getAllocator() const { return allocator; } in getAllocator() function in glslang::pool_allocator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | PoolAlloc.h | 75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() 76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() 81 return static_cast<pointer>(getAllocator().allocate(n * sizeof(T))); in allocate() 85 return static_cast<pointer>(getAllocator().allocate(n * sizeof(T))); in allocate() 99 angle::PoolAllocator &getAllocator() const { return *GetGlobalPoolAllocator(); } in getAllocator() function in pool_allocator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 160 BumpPtrAllocator& getAllocator() const { in getAllocator() function in llvm::ImmutableListFactory 172 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory() 187 BumpPtrAllocator& A = getAllocator(); in concat()
|
H A D | ScopedHashTable.h | 178 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function in llvm::ScopedHashTable 179 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function in llvm::ScopedHashTable 257 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 65 addSymbol(SymbolSerializer::writeOneSymbol(Copy, Msf.getAllocator(), in addSymbol() 365 Layout, Buffer, getGlobalsStreamIndex(), Msf.getAllocator()); 367 Layout, Buffer, getPublicsStreamIndex(), Msf.getAllocator()); 369 Layout, Buffer, getRecordStreamIdx(), Msf.getAllocator());
|
H A D | InfoStreamBuilder.cpp | 61 Layout, Buffer, StreamPDB, Msf.getAllocator()); in commit()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 507 mAllocation.unmap(renderer->getAllocator()); in unmap() 523 mAllocation.destroy(renderer->getAllocator()); in destroy() 547 mAllocation.flush(renderer->getAllocator(), offset, size); in flush() 571 mAllocation.invalidate(renderer->getAllocator(), offset, size); in invalidate() 585 mAllocation.map(contextVk->getRenderer()->getAllocator(), &mMappedMemory)); in mapImpl() 598 mAllocation.destroy(renderer->getAllocator()); in destroy() 631 const Allocator &allocator = renderer->getAllocator(); in init() 886 vma::FreeMemory(renderer->getAllocator().getHandle(), (VmaAllocation)mHandle); in destroy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceMemory.cpp | 54 Manager == nullptr ? nullptr : Manager->getAllocator(); in set_current()
|
H A D | IceGlobalContext.h | 283 return getAllocator()->Allocate<T>(); 289 T *Ret = getAllocator()->Allocate<T>(); in allocate() 428 // Managed by getAllocator() 518 LockedPtr<ArenaAllocator> getAllocator() { in getAllocator() function in Ice::GlobalContext
|
H A D | IceLiveness.h | 108 ArenaAllocator *getAllocator() const { return Alloc.get(); } in getAllocator() function in Ice::Liveness
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 654 m_colorBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_colorBuffer, MemoryRequirement::HostVisible); in SparseBufferTestInstance() 698 getDeviceInterface(), getDevice(), getAllocator(), m_universalQueue.queueFamilyIndex, descriptorSetLayout, in draw() 860 .build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize)); in iterate() 869 .build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 888 sparseAllocation = builder.build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 924 const UniquePtr<Allocation> stagingBufferAlloc (bindBuffer(vk, getDevice(), getAllocator(), *stagingBuffer, MemoryRequirement::HostVisible)); in iterate() 994 m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequirement::HostVisible); in iterate() 1159 m_sparseAllocation = builder.build(instance, getPhysicalDevice(memoryDeviceIndex), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, m_minChunkSize); in createResources() 1169 m_stagingBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_stagingBuffer, MemoryRequirement::HostVisible); in createResources() 1347 m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffe in initializeBuffers() [all...] |
H A D | vktSparseResourcesBase.hpp | 82 vk::Allocator& getAllocator (void) { return *m_allocator; } in getAllocator() function in vkt::sparse::SparseResourcesBaseInstance
|
H A D | vktSparseResourcesBufferSparseBinding.cpp | 256 const de::UniquePtr<Allocation> inputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible)); in iterate() 300 const de::UniquePtr<Allocation> outputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAllocator(), *outputBuffer, MemoryRequirement::HostVisible)); in iterate()
|
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 716 const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageTexels, MemoryRequirement::Any)); in iterate() 737 const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageResidency, MemoryRequirement::Any)); in iterate() 773 const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible)); in iterate() 850 const de::UniquePtr<Allocation> bufferTexelsAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *bufferTexels, MemoryRequirement::HostVisible)); in iterate() 859 const de::UniquePtr<Allocation> bufferResidencyAlloc (bindBuffer(deviceInterface, getDevice(), getAllocator(), *bufferResidency, MemoryRequirement::HostVisible)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 654 m_colorBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_colorBuffer, MemoryRequirement::HostVisible); in SparseBufferTestInstance() 698 getDeviceInterface(), getDevice(), getAllocator(), m_universalQueue.queueFamilyIndex, descriptorSetLayout, in draw() 860 .build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize)); in iterate() 869 .build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 888 sparseAllocation = builder.build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, minChunkSize); in iterate() 924 const UniquePtr<Allocation> stagingBufferAlloc (bindBuffer(vk, getDevice(), getAllocator(), *stagingBuffer, MemoryRequirement::HostVisible)); in iterate() 994 m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequirement::HostVisible); in iterate() 1159 m_sparseAllocation = builder.build(instance, getPhysicalDevice(memoryDeviceIndex), vk, getDevice(), getAllocator(), referenceBufferCreateInfo, m_minChunkSize); in createResources() 1169 m_stagingBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_stagingBuffer, MemoryRequirement::HostVisible); in createResources() 1347 m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffe in initializeBuffers() [all...] |
H A D | vktSparseResourcesBase.hpp | 82 vk::Allocator& getAllocator (void) { return *m_allocator; } in getAllocator() function in vkt::sparse::SparseResourcesBaseInstance
|
H A D | vktSparseResourcesBufferSparseBinding.cpp | 258 const de::UniquePtr<Allocation> inputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAllocator(), *inputBuffer, MemoryRequirement::HostVisible)); in iterate() 302 const de::UniquePtr<Allocation> outputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAllocator(), *outputBuffer, MemoryRequirement::HostVisible)); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | AppendingTypeTableBuilder.h | 54 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function in llvm::codeview::AppendingTypeTableBuilder
|
H A D | MergingTypeTableBuilder.h | 63 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function in llvm::codeview::MergingTypeTableBuilder
|
H A D | GlobalTypeTableBuilder.h | 66 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function in llvm::codeview::GlobalTypeTableBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFBuilder.h | 118 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function in llvm::msf::MSFBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 1874 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node 2074 return Key = new (getAllocator()) NullNode(Doc); in getKey() 2083 return Key = new (getAllocator()) NullNode(Doc); in getKey() 2098 return Value = new (getAllocator()) NullNode(Doc); in getValue() 2102 return Value = new (getAllocator()) NullNode(Doc); in getValue() 2112 return Value = new (getAllocator()) NullNode(Doc); in getValue() 2117 return Value = new (getAllocator()) NullNode(Doc); in getValue() 2125 return Value = new (getAllocator()) NullNode(Doc); in getValue() 2149 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.hpp | 75 vk::Allocator& getAllocator() const { return *m_allocator; } in getAllocator() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 580 virtual Allocator& getAllocator (void) const = 0; 603 Allocator& getAllocator (void) const override { return m_allocator; } 684 Allocator& getAllocator (void) const override { return *m_allocator; } 867 auto& alloc = devHelper.getAllocator(); in iterateTransfer() 957 auto& alloc = devHelper.getAllocator(); in iterateCompute()
|