Home
last modified time | relevance | path

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

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