Home
last modified time | relevance | path

Searched refs:bindMemory (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::Draw::Buffer
60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement)); in createAndAlloc()
DvktDrawBufferObjectUtil.hpp51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
DvktDrawImageObjectUtil.hpp240 void bindMemory (de::MovePtr<vk::Allocation> allocation);
DvktDrawImageObjectUtil.cpp805 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::Draw::Image
824 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement)); in createAndAlloc()
/external/tensorflow/tensorflow/lite/swift/Tests/
DInterpreterTests.swift352 self = unsafeData.withUnsafeBytes { .init($0.bindMemory(to: Element.self)) }
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h413 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)
Dvk_utils.cpp135 ANGLE_VK_TRY(context, bufferOrImage->bindMemory(context->getDevice(), *deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory()
/external/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferBuilder.swift45 .bindMemory(to: UInt8.self, capacity: cp)