Searched refs:bindMemory (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBufferObjectUtil.cpp | 42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::Draw::Buffer 60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement)); in createAndAlloc()
|
D | vktDrawBufferObjectUtil.hpp | 51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
D | vktDrawImageObjectUtil.hpp | 240 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
D | vktDrawImageObjectUtil.cpp | 805 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/ |
D | InterpreterTests.swift | 352 self = unsafeData.withUnsafeBytes { .init($0.bindMemory(to: Element.self)) }
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 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)
|
D | vk_utils.cpp | 135 ANGLE_VK_TRY(context, bufferOrImage->bindMemory(context->getDevice(), *deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory()
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | FlatBufferBuilder.swift | 45 .bindMemory(to: UInt8.self, capacity: cp)
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_raii.hpp | 3144 …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… 8919 …bindMemory( 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
|