Home
last modified time | relevance | path

Searched refs:getAllocator (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h275 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 DPoolAlloc.h290 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 DPoolAlloc.h75 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 DImmutableList.h160 BumpPtrAllocator& getAllocator() const { in getAllocator() function in llvm::ImmutableListFactory
172 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory()
187 BumpPtrAllocator& A = getAllocator(); in concat()
H A DScopedHashTable.h178 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 DGSIStreamBuilder.cpp65 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 DInfoStreamBuilder.cpp61 Layout, Buffer, StreamPDB, Msf.getAllocator()); in commit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp507 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 DIceMemory.cpp54 Manager == nullptr ? nullptr : Manager->getAllocator(); in set_current()
H A DIceGlobalContext.h283 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 DIceLiveness.h108 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 DvktSparseResourcesBufferTests.cpp654 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 DvktSparseResourcesBase.hpp82 vk::Allocator& getAllocator (void) { return *m_allocator; } in getAllocator() function in vkt::sparse::SparseResourcesBaseInstance
H A DvktSparseResourcesBufferSparseBinding.cpp256 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 DvktSparseResourcesShaderIntrinsicsBase.cpp716 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 DvktSparseResourcesBufferTests.cpp654 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 DvktSparseResourcesBase.hpp82 vk::Allocator& getAllocator (void) { return *m_allocator; } in getAllocator() function in vkt::sparse::SparseResourcesBaseInstance
H A DvktSparseResourcesBufferSparseBinding.cpp258 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 DAppendingTypeTableBuilder.h54 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function in llvm::codeview::AppendingTypeTableBuilder
H A DMergingTypeTableBuilder.h63 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function in llvm::codeview::MergingTypeTableBuilder
H A DGlobalTypeTableBuilder.h66 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 DMSFBuilder.h118 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 DYAMLParser.cpp1874 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 DvktGlobalPriorityQueueUtils.hpp75 vk::Allocator& getAllocator() const { return *m_allocator; } in getAllocator() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp580 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()

Completed in 23 milliseconds

1234