Searched defs:BufferWithMemory (Results 1 – 7 of 7) sorted by relevance
1085 struct BufferWithMemory struct1087 vk::Move<vk::VkBuffer> buffer;1088 de::MovePtr<vk::Allocation> allocation;1090 BufferWithMemory() : buffer(), allocation() in BufferWithMemory() argument1094 BufferWithMemory(BufferWithMemory &&other) : buffer(other.buffer), allocation(other.allocation) in BufferWithMemory() function1098 BufferWithMemory &operator=(BufferWithMemory &&other) in operator =()
104 struct BufferWithMemory { struct108 gfxstream::expected<BufferWithMemory, vkhpp::Result> CreateBuffer( argument
159 struct BufferWithMemory { struct163 Result<BufferWithMemory> CreateBuffer( argument
36 class BufferWithMemory class39 …BufferWithMemory(const vk::DeviceInterface &vk, const vk::VkDevice device, vk::Allocator &allocato… in BufferWithMemory() function in vk::BufferWithMemory
186 struct BufferWithMemory { struct in gfxstream::tests::__anoncd81821b0111::GfxstreamEnd2EndVkTest187 vkhpp::UniqueBuffer buffer;188 vkhpp::UniqueDeviceMemory bufferMemory;
89 class BufferWithMemory class
242 BufferWithMemory::BufferWithMemory(const vk::InstanceInterface &vki, const DeviceInterface &vkd, in BufferWithMemory() function in vkt::synchronization::BufferWithMemory