Home
last modified time | relevance | path

Searched refs:m_allocator (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkRef.hpp80 , m_allocator (allocator) in Deleter()
85 , m_allocator (DE_NULL) in Deleter()
93 const VkAllocationCallbacks* m_allocator; member in vk::refdetails::Deleter
102 , m_allocator (allocator) in Deleter()
106 , m_allocator (DE_NULL) in Deleter()
109 void operator() (VkInstance obj) const { m_destroyInstance(obj, m_allocator); } in operator ()()
113 const VkAllocationCallbacks* m_allocator; member in vk::refdetails::Deleter
124 m_allocator = allocator; in Deleter()
128 , m_allocator (DE_NULL) in Deleter()
131 void operator() (VkDevice obj) const { m_destroyDevice(obj, m_allocator); } in operator ()()
[all …]
DvkRefUtilImpl.inl10 m_deviceIface->freeMemory(m_device, obj, m_allocator);
16 m_deviceIface->destroyFence(m_device, obj, m_allocator);
22 m_deviceIface->destroySemaphore(m_device, obj, m_allocator);
28 m_deviceIface->destroyEvent(m_device, obj, m_allocator);
34 m_deviceIface->destroyQueryPool(m_device, obj, m_allocator);
40 m_deviceIface->destroyBuffer(m_device, obj, m_allocator);
46 m_deviceIface->destroyBufferView(m_device, obj, m_allocator);
52 m_deviceIface->destroyImage(m_device, obj, m_allocator);
58 m_deviceIface->destroyImageView(m_device, obj, m_allocator);
64 m_deviceIface->destroyShaderModule(m_device, obj, m_allocator);
[all …]
/external/deqp/modules/egl/
DteglMemoryStressTests.cpp335 MemoryAllocator* m_allocator; member in deqp::egl::MemoryStressCase
347 , m_allocator (NULL) in MemoryStressCase()
382 delete m_allocator; in deinit()
383 m_allocator = DE_NULL; in deinit()
400 if (!m_allocator) in iterate()
401m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.… in iterate()
403 if (m_allocator->allocateUntilFailure()) in iterate()
405 …log << TestLog::Message << "Couldn't exhaust memory before timeout. Allocated " << m_allocator->ge… in iterate()
408 delete m_allocator; in iterate()
409 m_allocator = NULL; in iterate()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_raii.hpp1750 : m_allocator( reinterpret_cast<const VkAllocationCallbacks *>( in Instance()
1756 m_allocator, in Instance()
1769 , m_allocator( reinterpret_cast<const VkAllocationCallbacks *>( in Instance()
1780 getDispatcher()->vkDestroyInstance( static_cast<VkInstance>( m_instance ), m_allocator ); in ~Instance()
1792 , m_allocator( rhs.m_allocator )
1802 … getDispatcher()->vkDestroyInstance( static_cast<VkInstance>( m_instance ), m_allocator ); in operator =()
1805 m_allocator = rhs.m_allocator; in operator =()
1866 const VkAllocationCallbacks * m_allocator; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Instance
2319 : m_allocator( reinterpret_cast<const VkAllocationCallbacks *>( in Device()
2326 m_allocator, in Device()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h374 TArena(T& in_allocator) : m_allocator(in_allocator) {} in TArena()
375 TArena() : m_allocator(m_defAllocator) {} in TArena()
409 ArenaBlock* pNewBlock = m_allocator.AllocateAligned( in AllocAligned()
461 m_allocator.Free(pBlock);
466 m_allocator.Free(m_pCurBlock);
486 T& m_allocator; variable
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp82 vk::Allocator& getAllocator (void) { return *m_allocator; } in getAllocator()
93 de::MovePtr<vk::Allocator> m_allocator; member in vkt::sparse::SparseResourcesBaseInstance
DvktSparseResourcesBase.cpp194m_allocator = de::MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPh… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp244 SimpleAllocator m_allocator; member in vkt::pipeline::__anon18f959e80111::PushDescriptorBufferGraphicsTestInstance
279 , m_allocator (m_vkd, *m_device, getPhysicalDeviceMemoryProperties(m_vki, m_physicalDevice)) in PushDescriptorBufferGraphicsTestInstance()
315 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init()
419 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init()
506 …m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
597 …t = readColorAttachment(m_vkd, *m_device, m_queue, m_queueFamilyIndex, m_allocator, *m_colorImage,… in verifyImage()
706 SimpleAllocator m_allocator; member in vkt::pipeline::__anon18f959e80111::PushDescriptorBufferComputeTestInstance
734 , m_allocator (m_vkd, *m_device, getPhysicalDeviceMemoryProperties(m_vki, m_physicalDevice)) in PushDescriptorBufferComputeTestInstance()
822 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init()
845 …m_outputBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_output… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.cpp41 , m_allocator (createAllocator()) in ProtectedContext()
61 , m_allocator (createAllocator()) in ProtectedContext()
DvktProtectedMemContext.hpp65 vk::Allocator& getDefaultAllocator (void) const { return *m_allocator; } in getDefaultAllocator()
90 const de::UniquePtr<vk::Allocator> m_allocator; member in vkt::ProtectedMem::ProtectedContext
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp152 , m_allocator (nullptr) in UncheckedInstance()
161 , m_allocator (pAllocator) in UncheckedInstance()
176 m_driver->destroyInstance(m_instance, m_allocator); in ~UncheckedInstance()
183 std::swap(m_allocator, other.m_allocator); in swap()
DvktCustomInstancesDevices.hpp89 const vk::VkAllocationCallbacks* m_allocator; member in vkt::UncheckedInstance
DvktTestCase.hpp122 const de::UniquePtr<vk::Allocator> m_allocator; member in vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.hpp47 vk::SimpleAllocator m_allocator; member in vkt::postmortem::PostmortemTestInstance
DvktPostmortemUtil.cpp90m_allocator(m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(context.getInstanc… in PostmortemTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp162 vk::Allocator& getAllocator (void) const { return m_allocator; } in getAllocator()
178 vk::Allocator& m_allocator; member in vkt::synchronization::OperationContext
DvktSynchronizationInternallySynchronizedObjectsTests.cpp158 MovePtr<Allocator> m_allocator; member in vkt::synchronization::__anon7ddd96cd0111::MultiQueues
274 queues.m_allocator = createAllocator(context, queues.getDevice()); in createQueues()
292 …Buffer resultBuffer (vk, device, *queues.m_allocator, makeBufferCreateInfo(BUFFER_SIZE, VK_… in executeComputePipeline()
367 …Buffer resultBuffer (vk, device, *queues.m_allocator, makeBufferCreateInfo(BUFFER_SIZE, V… in executeGraphicPipeline()
372 …Ptr<Image> colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, *queues.m_allocator, in executeGraphicPipeline()
626 …Buffer resultBuffer (vk, device, *queues->m_allocator, makeBufferCreateInfo(BUFFER_SIZE, … in iterate()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp154 vk::Allocator& m_allocator; member in vkt::compute::__anon2eef65560111::IndirectDispatchInstanceBufferUpload
176 , m_allocator (context.getDefaultAllocator()) in IndirectDispatchInstanceBufferUpload()
225 m_device_interface, m_device, m_allocator, in iterate()
277 m_device_interface, m_device, m_allocator, in iterate()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h100 llvm::BumpPtrAllocator m_allocator; variable
DObjectFilePDB.cpp82 m_file_up = loadPDBFile(m_file.GetPath(), m_allocator); in initPDBFile()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h100 llvm::IntervalMap<lldb::addr_t, uint32_t>::Allocator m_allocator; variable
DPdbIndex.cpp31 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} in PdbIndex()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp109 Allocator& m_allocator; member in vkt::memory::__anonea7ce9690111::ExternalMemoryHostBaseTestInstance
186 , m_allocator (m_context.getDefaultAllocator()) in ExternalMemoryHostBaseTestInstance()
497 …m_vertexBufferAllocation = m_allocator.allocate(bufferMemoryRequirements, MemoryRequirement::Host… in createBindMemoryInitializeVertexBuffer()
529 …m_resultBufferAllocation = m_allocator.allocate(bufferMemoryRequirements, MemoryRequir… in createBindMemoryResultBuffer()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp301 MovePtr<Allocator> m_allocator; member in vkt::MultiView::__anon7b94e9a90111::MultiViewRenderTestInstance
343 …Ptr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.e… in MultiViewRenderTestInstance()
581 …m_vertexCoordAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice… in createVertexBuffer()
595 …m_vertexColorAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice… in createVertexBuffer()
612 …m_vertexIndicesAllocation = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logica… in createVertexBuffer()
725m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_device, *m_logicalDevice, getPhysical… in createMultiViewDevices()
1047 …bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in readImage()
1481 …Ptr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.e… in iterate()
1482 …Ptr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.e… in iterate()
1626 …bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in setImageData()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp875 m_allocator(context.getDeviceInterface(), device, in UploadDownloadExecutor()
909 SimpleAllocator m_allocator; member in vkt::image::UploadDownloadExecutor
1062 m_imageAlloc = bindImage(m_vk, m_device, m_allocator, m_image, MemoryRequirement::Any); in run()
1205 …m_uCopy.colorBufferAlloc = bindBuffer(m_vk, m_device, m_allocator, *m_uCopy.colorBuffer, Memory… in uploadCopy()
1309 …m_uDraw.vertexBufferAlloc = bindBuffer(m_vk, m_device, m_allocator, *m_uDraw.vertexBuffer, Mem… in uploadDraw()
1385 …m_dTex.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dTex.outImage, MemoryRequireme… in downloadTexture()
1467 …m_dLoad.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dLoad.outImage, MemoryRequire… in downloadLoad()

12