Searched refs:GetAllocationScope (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkObject.hpp | 38 memory = vk::allocate(size, REQUIRED_MEMORY_ALIGNMENT, pAllocator, T::GetAllocationScope()); in Create() 68 return vk::allocate(count, alignof(T), pAllocator, T::GetAllocationScope()); in operator new() 83 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::ObjectBase 107 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope() function in vk::DispatchableObject 123 return vk::allocate(count, alignof(T), pAllocator, T::GetAllocationScope()); in operator new()
|
D | VkMemory.h | 30 return reinterpret_cast<T*>(allocate(count, alignof(T), pAllocator, T::GetAllocationScope())); in allocate()
|
D | VkInstance.hpp | 32 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Instance
|
D | VkDevice.hpp | 34 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::Device
|
D | VkPhysicalDevice.hpp | 26 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::PhysicalDevice
|
D | VkCommandBuffer.hpp | 38 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope() function in vk::CommandBuffer
|