Searched refs:pDeviceMemory (Results 1 – 4 of 4) sorted by relevance
82 bool Buffer::canBindToMemory(DeviceMemory *pDeviceMemory) const in canBindToMemory()84 return pDeviceMemory->checkExternalMemoryHandleType(supportedExternalMemoryHandleTypes); in canBindToMemory()87 void Buffer::bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() argument89 memory = pDeviceMemory->getOffsetPointer(pMemoryOffset); in bind()
33 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);42 bool canBindToMemory(DeviceMemory *pDeviceMemory) const;
55 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);85 bool canBindToMemory(DeviceMemory *pDeviceMemory) const;
171 bool Image::canBindToMemory(DeviceMemory *pDeviceMemory) const in canBindToMemory()173 return pDeviceMemory->checkExternalMemoryHandleType(supportedExternalMemoryHandleTypes); in canBindToMemory()176 void Image::bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() argument178 deviceMemory = pDeviceMemory; in bind()