OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleAllocator
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp
146
//
SimpleAllocator
170
SimpleAllocator
::
SimpleAllocator
(const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryProperties& deviceMemProps)
177
MovePtr<Allocation>
SimpleAllocator
::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment)
190
MovePtr<Allocation>
SimpleAllocator
::allocate (const VkMemoryRequirements& memReqs, MemoryRequirement requirement)
vkMemUtil.hpp
122
class
SimpleAllocator
: public Allocator
125
SimpleAllocator
(const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryProperties& deviceMemProps);
Completed in 49 milliseconds