Home
last modified time | relevance | path

Searched defs:BufferWithMemory (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBufferWithMemory.hpp36 class BufferWithMemory class
39BufferWithMemory(const vk::DeviceInterface &vk, const vk::VkDevice device, vk::Allocator &allocato… in BufferWithMemory() function in vk::BufferWithMemory
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp1085 struct BufferWithMemory struct
1087 vk::Move<vk::VkBuffer> buffer;
1088 de::MovePtr<vk::Allocation> allocation;
1090 BufferWithMemory() : buffer(), allocation() in BufferWithMemory() function
1094 BufferWithMemory(BufferWithMemory &&other) : buffer(other.buffer), allocation(other.allocation) in BufferWithMemory() argument
1098 BufferWithMemory &operator=(BufferWithMemory &&other) in operator =()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.hpp89 class BufferWithMemory class
DvktGlobalPriorityQueueUtils.cpp242 BufferWithMemory::BufferWithMemory(const vk::InstanceInterface &vki, const DeviceInterface &vkd, in BufferWithMemory() function in vkt::synchronization::BufferWithMemory