Home
last modified time | relevance | path

Searched refs:bindMemory (Results 1 – 9 of 9) 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)
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_raii.hpp3144 …void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memor…
6146 …void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memor…
8919bindMemory( ArrayProxy<const VULKAN_HPP_NAMESPACE::VideoBindMemoryKHR> const & videoSessionBindMem…
9369 VULKAN_HPP_INLINE void Buffer::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Buffer
9383 VULKAN_HPP_INLINE void Image::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Image
11506 VULKAN_HPP_INLINE void VideoSessionKHR::bindMemory( in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessionKHR