Searched refs:bindMemory (Results 1 – 8 of 8) sorted by relevance
42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::Draw::Buffer60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement)); in createAndAlloc()
51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
240 void bindMemory (de::MovePtr<vk::Allocation> allocation);
805 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::Draw::Image824 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement)); in createAndAlloc()
352 self = unsafeData.withUnsafeBytes { .init($0.bindMemory(to: Element.self)) }
413 VkResult bindMemory(VkDevice device, const DeviceMemory &deviceMemory);542 VkResult bindMemory(VkDevice device, const DeviceMemory &deviceMemory);1297 ANGLE_INLINE VkResult Image::bindMemory(VkDevice device, const vk::DeviceMemory &deviceMemory)1575 ANGLE_INLINE VkResult Buffer::bindMemory(VkDevice device, const DeviceMemory &deviceMemory)
135 ANGLE_VK_TRY(context, bufferOrImage->bindMemory(context->getDevice(), *deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory()
45 .bindMemory(to: UInt8.self, capacity: cp)