/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBufferWithMemory.hpp | 53 bindMemory(); in BufferWithMemory() 59 void bindMemory (void) in bindMemory() function in vk::BufferWithMemory
|
H A D | vkRayTracingUtil.cpp | 1204 m_accelerationStructureBuffer->bindMemory(); in create() 2894 m_accelerationStructureBuffer->bindMemory();
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBufferObjectUtil.cpp | 43 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize allocOffset) in bindMemory() function in vkt::Draw::Buffer 68 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement), extraRoom); in createAndAlloc()
|
H A D | vktDrawBufferObjectUtil.hpp | 52 void bindMemory (de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize allocOffset = 0ull);
|
H A D | vktDrawImageObjectUtil.hpp | 240 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
H A D | vktDrawImageObjectUtil.cpp | 805 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) 824 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement)); in createAndAlloc()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawBufferObjectUtil.cpp | 43 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize allocOffset) in bindMemory() function in vkt::Draw::Buffer 68 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement), extraRoom); in createAndAlloc()
|
H A D | vktDrawBufferObjectUtil.hpp | 52 void bindMemory (de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize allocOffset = 0ull);
|
H A D | vktDrawImageObjectUtil.hpp | 240 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
H A D | vktDrawImageObjectUtil.cpp | 805 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) 824 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement)); in createAndAlloc()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A 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) in bindMemory() function in rx::DescriptorSetIndex::Image 1433 ANGLE_INLINE VkResult Buffer::bindMemory(VkDevice device, const DeviceMemory &deviceMemory) in bindMemory() function in rx::DescriptorSetIndex::Buffer
|
H A 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/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_raii.hpp | 3624 void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset ) const; 6502 void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset ) const; 9038 bindMemory( ArrayProxy<const VULKAN_HPP_NAMESPACE::VideoBindMemoryKHR> const & videoSessionBindMemories ) const; 9475 VULKAN_HPP_INLINE void Buffer::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Buffer 9485 throwResultException( result, VULKAN_HPP_NAMESPACE_STRING "::Buffer::bindMemory" ); in bindMemory() 9489 VULKAN_HPP_INLINE void Image::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Image 9499 throwResultException( result, VULKAN_HPP_NAMESPACE_STRING "::Image::bindMemory" ); in bindMemory() 11618 VULKAN_HPP_INLINE void VideoSessionKHR::bindMemory( in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessionKHR 11632 throwResultException( result, VULKAN_HPP_NAMESPACE_STRING "::VideoSessionKHR::bindMemory" ); in bindMemory()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_raii.hpp | 4932 void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset ) const; 8561 void bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset ) const; 11519 void bindMemory( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::BindVideoSessionMemoryInfoKHR> const & bindSessionMemoryInfos ) const; 12071 VULKAN_HPP_INLINE void Buffer::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset ) const in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Buffer 12080 resultCheck( result, VULKAN_HPP_NAMESPACE_STRING "::Buffer::bindMemory" ); in bindMemory() 12083 VULKAN_HPP_INLINE void Image::bindMemory( VULKAN_HPP_NAMESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize memoryOffset ) const in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Image 12092 resultCheck( result, VULKAN_HPP_NAMESPACE_STRING "::Image::bindMemory" ); in bindMemory() 15624 VULKAN_HPP_INLINE void VideoSessionKHR::bindMemory( in bindMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessionKHR 15634 resultCheck( result, VULKAN_HPP_NAMESPACE_STRING "::VideoSessionKHR::bindMemory" ); in bindMemory() [all...] |