Home
last modified time | relevance | path

Searched refs:SimpleAllocator (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp190 SimpleAllocator::SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDevic… in SimpleAllocator() function in vk::SimpleAllocator
198 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate()
213 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryRequirements& memReqs, MemoryRequireme… in allocate()
DvkMemUtil.hpp140 class SimpleAllocator : public Allocator class
143SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryPropertie…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp178 de::MovePtr<SimpleAllocator> allocator;
239 …allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDevice… in DeviceHelper()
416 SimpleAllocator& allocator = *deviceHelper.allocator; in runTest()
DvktRayTracingProceduralGeometryTests.cpp73 de::MovePtr<SimpleAllocator> allocator;
137 …allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDevice… in DeviceHelper()
DvktRayTracingPipelineLibraryTests.cpp168 de::MovePtr<SimpleAllocator> allocator;
227 …allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDevice… in DeviceHelper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp178 de::MovePtr<SimpleAllocator> allocator;
239 …allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDevice… in DeviceHelper()
416 SimpleAllocator& allocator = *deviceHelper.allocator; in runTest()
DvktRayTracingProceduralGeometryTests.cpp73 de::MovePtr<SimpleAllocator> allocator;
137 …allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDevice… in DeviceHelper()
DvktRayTracingPipelineLibraryTests.cpp168 de::MovePtr<SimpleAllocator> allocator;
227 …allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDevice… in DeviceHelper()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
DvktPostmortemUtil.hpp47 vk::SimpleAllocator m_allocator;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.hpp47 vk::SimpleAllocator m_allocator;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawConcurrentTests.cpp220 …de::MovePtr<SimpleAllocator> allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(vk, *c… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp220 …de::MovePtr<SimpleAllocator> allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(vk, *c… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp79 return new vk::SimpleAllocator(getDeviceInterface(), getDevice(), memoryProperties); in createAllocator()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemContext.hpp79 return new vk::SimpleAllocator(getDeviceInterface(), getDevice(), memoryProperties); in createAllocator()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp82 …void create (Context& context, SimpleAllocator& alloc, VkFormat format, VkExtent3D extent, VkIma…
89 void ImageWrapper::create(Context& context, SimpleAllocator& alloc, VkFormat format, VkExtent3D ext… in create()
125 …void create (Context& context, SimpleAllocator& alloc, VkDeviceSize size, VkBufferUsageFlags usa…
132 void BufferWrapper::create(Context& context, SimpleAllocator& alloc, VkDeviceSize size, VkBufferUsa… in create()
223 SimpleAllocator m_alloc;
DvktSynchronizationSignalOrderTests.cpp609 …UniquePtr<SimpleAllocator> allocatorA (new SimpleAllocator(vkA, deviceA, vk::getPhysical… in iterate()
611 …UniquePtr<SimpleAllocator> allocatorB (new SimpleAllocator(vkB, *deviceB, vk::getPhysica… in iterate()
1287 , m_allocator (new SimpleAllocator(m_deviceInterface, in QueueSubmitSignalOrderTestInstance()
1599 UniquePtr<SimpleAllocator> m_allocator;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp82 …void create (Context& context, SimpleAllocator& alloc, VkFormat format, VkExtent3D extent, VkIma…
89 void ImageWrapper::create(Context& context, SimpleAllocator& alloc, VkFormat format, VkExtent3D ext… in create()
125 …void create (Context& context, SimpleAllocator& alloc, VkDeviceSize size, VkBufferUsageFlags usa…
132 void BufferWrapper::create(Context& context, SimpleAllocator& alloc, VkDeviceSize size, VkBufferUsa… in create()
223 SimpleAllocator m_alloc;
DvktSynchronizationSignalOrderTests.cpp609 …UniquePtr<SimpleAllocator> allocatorA (new SimpleAllocator(vkA, deviceA, vk::getPhysical… in iterate()
611 …UniquePtr<SimpleAllocator> allocatorB (new SimpleAllocator(vkB, *deviceB, vk::getPhysica… in iterate()
1287 , m_allocator (new SimpleAllocator(m_deviceInterface, in QueueSubmitSignalOrderTestInstance()
1599 UniquePtr<SimpleAllocator> m_allocator;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp1121 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physical… in testSemaphoreImportTwice()
1173 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physical… in testSemaphoreImportReimport()
1225 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physica… in testSemaphoreSignalExportImportWait()
1335 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreSignalImport()
1453 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreMultipleExports()
1497 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreMultipleImports()
1552 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreTransference()
1648 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreFdDup()
1716 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreFdDup2()
1788 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreFdDup3()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp1121 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physical… in testSemaphoreImportTwice()
1173 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physical… in testSemaphoreImportReimport()
1225 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physica… in testSemaphoreSignalExportImportWait()
1335 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreSignalImport()
1453 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreMultipleExports()
1497 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreMultipleImports()
1552 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreTransference()
1648 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreFdDup()
1716 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreFdDup2()
1788 …vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalD… in testSemaphoreFdDup3()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp160 SimpleAllocator m_memAlloc;
319SimpleAllocator imageAllocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context… in iterate()
344SimpleAllocator imageAllocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context… in iterate()
363SimpleAllocator imageAllocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp160 SimpleAllocator m_memAlloc;
319SimpleAllocator imageAllocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context… in iterate()
344SimpleAllocator imageAllocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context… in iterate()
363SimpleAllocator imageAllocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp374SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanc…
844SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getIns… in verifyImage()
868SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getIns… in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineStencilTests.cpp374SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanc…
844SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getIns… in verifyImage()
868SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getIns… in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp209 …m_allocator = de::MovePtr<Allocator>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPh… in createDeviceSupportingQueues()

123456