| /third_party/vk-gl-cts/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()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_wrapper.h | 365 VkResult bindMemory(VkDevice device, const DeviceMemory &deviceMemory); 442 VkResult bindMemory(VkDevice device, const DeviceMemory &deviceMemory); 1021 ANGLE_INLINE VkResult Image::bindMemory(VkDevice device, const vk::DeviceMemory &deviceMemory) 1162 ANGLE_INLINE VkResult Buffer::bindMemory(VkDevice device, const DeviceMemory &deviceMemory)
|
| D | vk_utils.cpp | 130 ANGLE_VK_TRY(context, bufferOrImage->bindMemory(context->getDevice(), *deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_wrapper.h | 388 VkResult bindMemory(VkDevice device, const DeviceMemory &deviceMemory); 502 VkResult bindMemory(VkDevice device, const DeviceMemory &deviceMemory); 1185 ANGLE_INLINE VkResult Image::bindMemory(VkDevice device, const vk::DeviceMemory &deviceMemory) 1433 ANGLE_INLINE VkResult Buffer::bindMemory(VkDevice device, const DeviceMemory &deviceMemory)
|
| D | vk_utils.cpp | 161 ANGLE_VK_TRY(context, image->bindMemory(context->getDevice(), *deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory() 184 ANGLE_VK_TRY(context, buffer->bindMemory(context->getDevice(), *deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory()
|
| /third_party/flatbuffers/swift/Sources/FlatBuffers/ |
| D | FlatBufferBuilder.swift | 66 .bindMemory(to: UInt8.self, capacity: cp)
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_raii.hpp | 3624 …void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memor… 6502 …void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memor… 9038 …bindMemory( ArrayProxy<const VULKAN_HPP_NAMESPACE::VideoBindMemoryKHR> const & videoSessionBindMem… 9475 VULKAN_HPP_INLINE void Buffer::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Buffer 9489 VULKAN_HPP_INLINE void Image::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Image 11618 VULKAN_HPP_INLINE void VideoSessionKHR::bindMemory( in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessionKHR
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_raii.hpp | 4409 …void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memor… 7683 …void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memor… 10645 …void bindMemory( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindVideoSessionMemo… 11066 …VULKAN_HPP_INLINE void Buffer::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_N… in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Buffer 11075 …VULKAN_HPP_INLINE void Image::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NA… in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Image 13498 VULKAN_HPP_INLINE void VideoSessionKHR::bindMemory( in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessionKHR
|