Lines Matching refs:DeviceInterface
50 …HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset,…
56 const DeviceInterface& m_vkd;
62 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr()
107 void flushAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc) in flushAlloc()
112 void invalidateAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc) in invalidateAlloc()
199 SimpleAllocator::SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDevic… in SimpleAllocator()
257 const DeviceInterface& vkd, in allocateExtended()
286 const DeviceInterface& vkd, in allocateDedicated()
305 const DeviceInterface& vkd, in allocateDedicated()
323 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offs… in mapMemory()
331 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, Vk… in flushMappedMemoryRange()
345 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor… in invalidateMappedMemoryRange()
372 void bindImagePlanesMemory (const DeviceInterface& vkd, in bindImagePlanesMemory()
414 MovePtr<Allocation> bindImage (const DeviceInterface& vk, in bindImage()
425 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, in bindBuffer()
436 void zeroBuffer (const DeviceInterface& vk, in zeroBuffer()