Home
last modified time | relevance | path

Searched refs:bindMemory (Results 1 – 4 of 4) 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.hpp230 void bindMemory (de::MovePtr<vk::Allocation> allocation);
DvktDrawImageObjectUtil.cpp730 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::Draw::Image
749 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement)); in createAndAlloc()