HomeSort by relevance Sort by last modified time
    Searched defs:m_allocator (Results 1 - 12 of 12) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 70 vk::Allocator& getAllocator (void) { return *m_allocator; }
76 de::MovePtr<vk::Allocator> m_allocator; member in class:vkt::sparse::SparseResourcesBaseInstance
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 83 const de::UniquePtr<vk::Allocator> m_allocator; member in class:vkt::Context
  /external/deqp/external/vulkancts/framework/vulkan/
vkRef.hpp 80 , m_allocator (allocator)
85 , m_allocator (DE_NULL)
93 const VkAllocationCallbacks* m_allocator; member in class:vk::refdetails::Deleter
102 , m_allocator (allocator)
106 , m_allocator (DE_NULL)
109 void operator() (VkInstance obj) const { m_destroyInstance(obj, m_allocator); }
113 const VkAllocationCallbacks* m_allocator; member in class:vk::refdetails::Deleter
122 , m_allocator (allocator)
126 , m_allocator (DE_NULL)
129 void operator() (VkDevice obj) const { m_destroyDevice(obj, m_allocator); }
133 const VkAllocationCallbacks* m_allocator; member in class:vk::refdetails::Deleter
156 const VkAllocationCallbacks* m_allocator; member in class:vk::refdetails::Deleter
179 const VkAllocationCallbacks* m_allocator; member in class:vk::refdetails::Deleter
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 152 vk::Allocator& m_allocator; member in class:vkt::compute::__anon16420::IndirectDispatchInstanceBufferUpload
174 , m_allocator (context.getDefaultAllocator())
223 m_device_interface, m_device, m_allocator,
275 m_device_interface, m_device, m_allocator,
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 142 m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instance, physicalDevice)));
218 return *m_allocator;
224 MovePtr<Allocator> m_allocator; member in class:vkt::synchronization::__anon16612::MultiQueues
vktSynchronizationOperation.hpp 117 vk::Allocator& getAllocator (void) const { return m_allocator; }
130 vk::Allocator& m_allocator; member in class:vkt::synchronization::OperationContext
vktSynchronizationInternallySynchronizedObjectsTests.cpp 153 MovePtr<Allocator> m_allocator; member in class:vkt::synchronization::__anon16609::MultiQueues
269 queues.m_allocator = createAllocator(context, queues.getDevice());
335 Buffer resultBuffer (vk, device, *queues.m_allocator, makeBufferCreateInfo(BUFFER_SIZE, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
410 Buffer resultBuffer (vk, device, *queues.m_allocator, makeBufferCreateInfo(BUFFER_SIZE, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
415 de::MovePtr<Image> colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, *queues.m_allocator,
673 Buffer resultBuffer (vk, device, *queues->m_allocator, makeBufferCreateInfo(BUFFER_SIZE, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
    [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 335 MemoryAllocator* m_allocator; member in class:deqp::egl::MemoryStressCase
347 , m_allocator (NULL)
382 delete m_allocator;
383 m_allocator = DE_NULL;
400 if (!m_allocator)
401 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
403 if (m_allocator->allocateUntilFailure())
405 log << TestLog::Message << "Couldn't exhaust memory before timeout. Allocated " << m_allocator->getAllocationCount() << " objects." << TestLog::EndMessage;
408 delete m_allocator;
409 m_allocator = NULL
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 368 Allocator& m_allocator; member in class:vkt::api::__anon16380::ImageClearingTestInstance
395 , m_allocator (context.getDefaultAllocator())
509 de::MovePtr<Allocation> imageMemory (m_allocator.allocate(getImageMemoryRequirements(m_vkd, m_device, image), MemoryRequirement::Any));
798 bufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, m_device, *buffer), MemoryRequirement::HostVisible);
    [all...]
vktApiCommandBuffersTests.cpp 73 Allocator& m_allocator; member in class:vkt::api::__anon16364::CommandBufferBareTestEnvironment
89 , m_allocator (context.getDefaultAllocator())
247 m_colorImageMemory = m_allocator.allocate(getImageMemoryRequirements(m_vkd, m_device, *m_colorImage), MemoryRequirement::Any);
431 bufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, m_device, *buffer), MemoryRequirement::HostVisible);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 519 const de::UniquePtr<vk::Allocator> m_allocator; member in struct:vkt::sr::ShaderRenderCaseInstance::SparseContext
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 503 vk::Allocator& m_allocator; member in class:vkt::BindingModel::__anon16391::SingleTargetRenderInstance
523 , m_allocator (context.getDefaultAllocator())
525 , m_colorAttachmentImage (createColorAttachment(m_vki, m_device, m_allocator, m_targetFormat, m_targetSize, &m_colorAttachmentMemory))
770 const de::MovePtr<vk::Allocation> bufferMemory = allocateAndBindObjectMemory(m_vki, m_device, m_allocator, *buffer, vk::MemoryRequirement::HostVisible);
2327 vk::Allocator& m_allocator; member in class:vkt::BindingModel::__anon16391::BufferComputeInstance
4354 vk::Allocator& m_allocator; member in class:vkt::BindingModel::__anon16391::ImageFetchComputeInstance
5767 vk::Allocator& m_allocator; member in class:vkt::BindingModel::__anon16391::ImageSampleComputeInstance
7357 vk::Allocator& m_allocator; member in class:vkt::BindingModel::__anon16391::TexelBufferComputeInstance
    [all...]

Completed in 180 milliseconds