Searched refs:bindMemory (Results 1 - 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) function in class:vkt::Draw::Buffer
60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement));
H A DvktDrawBufferObjectUtil.hpp51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
H A DvktDrawImageObjectUtil.hpp228 void bindMemory (de::MovePtr<vk::Allocation> allocation);
H A DvktDrawImageObjectUtil.cpp847 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) function in class:vkt::Draw::Image
865 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement));
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBufferObjectUtil.cpp42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) function in class:vkt::DynamicState::Buffer
60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement));
H A DvktDynamicStateBufferObjectUtil.hpp52 void bindMemory (de::MovePtr<vk::Allocation> allocation);
H A DvktDynamicStateImageObjectUtil.hpp229 void bindMemory (de::MovePtr<vk::Allocation> allocation);
H A DvktDynamicStateImageObjectUtil.cpp847 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) function in class:vkt::DynamicState::Image
865 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement));
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolBufferObjectUtil.cpp42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) function in class:vkt::QueryPool::Buffer
60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement));
H A DvktQueryPoolBufferObjectUtil.hpp51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
H A DvktQueryPoolImageObjectUtil.hpp218 void bindMemory (de::MovePtr<vk::Allocation> allocation);
H A DvktQueryPoolImageObjectUtil.cpp826 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) function in class:vkt::QueryPool::Image
844 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement));

Completed in 180 milliseconds