Lines Matching refs:Allocation
54 class Allocation class
57 virtual ~Allocation (void);
69 Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr);
77 void flushAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
78 void invalidateAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
133 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig…
134 …virtual de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequi…
143 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
144 …de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirem…
152 de::MovePtr<Allocation> allocateExtended (const InstanceInterface& vki, const DeviceInterface& vk…
153 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
154 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
165 std::vector<de::SharedPtr<Allocation> >& allocations,
169 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk,
175 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk,
183 const Allocation& alloc,