Searched refs:GetAllocationScope (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkObject.hpp | 51 …llocateHostMemory(size, vk::HOST_MEMORY_ALLOCATION_ALIGNMENT, pAllocator, T::GetAllocationScope()); in Create() 58 …*objectMemory = vk::allocateHostMemory(sizeof(T), alignof(T), pAllocator, T::GetAllocationScope()); in Create() 95 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::ObjectBase 123 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope() function in vk::DispatchableObject
|
D | VkMemory.hpp | 38 …return static_cast<T *>(allocateHostMemory(bytes, alignof(T), pAllocator, T::GetAllocationScope())… in allocateHostmemory()
|
D | VkInstance.hpp | 27 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Instance
|
D | VkCommandPool.cpp | 49 … NULL_ALLOCATION_CALLBACKS, DispatchableCommandBuffer::GetAllocationScope()); in allocateCommandBuffers()
|
D | VkPipelineCache.hpp | 47 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::PipelineCache
|
D | VkPhysicalDevice.hpp | 30 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::PhysicalDevice
|
D | VkDevice.hpp | 46 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Device
|
D | VkCommandBuffer.hpp | 85 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::CommandBuffer
|