/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBufferObjectUtil.cpp | 42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::DynamicState::Buffer 60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement)); in createAndAlloc()
|
D | vktDynamicStateBufferObjectUtil.hpp | 52 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
D | vktDynamicStateImageObjectUtil.hpp | 229 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
D | vktDynamicStateImageObjectUtil.cpp | 847 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/ |
D | vktQueryPoolBufferObjectUtil.cpp | 42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::QueryPool::Buffer 60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement)); in createAndAlloc()
|
D | vktQueryPoolBufferObjectUtil.hpp | 51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
D | vktQueryPoolImageObjectUtil.hpp | 218 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
D | vktQueryPoolImageObjectUtil.cpp | 826 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/ |
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 | 228 void bindMemory (de::MovePtr<vk::Allocation> allocation);
|
D | vktDrawImageObjectUtil.cpp | 847 void Image::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory() function in vkt::Draw::Image 865 ret->bindMemory(allocator.allocate(imageRequirements, memoryRequirement)); in createAndAlloc()
|