Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1085 struct BufferWithMemory struct
1087 vk::Move<vk::VkBuffer> buffer;
1088 de::MovePtr<vk::Allocation> allocation;
1090 BufferWithMemory() : buffer(), allocation() in BufferWithMemory() argument
1094 BufferWithMemory(BufferWithMemory &&other) : buffer(other.buffer), allocation(other.allocation) in BufferWithMemory() function
1098 BufferWithMemory &operator=(BufferWithMemory &&other) in operator =()
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DVulkan.h104 struct BufferWithMemory { struct
108 gfxstream::expected<BufferWithMemory, vkhpp::Result> CreateBuffer( argument
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dsample_base.h159 struct BufferWithMemory { struct
163 Result<BufferWithMemory> CreateBuffer( argument
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBufferWithMemory.hpp36 class BufferWithMemory class
39BufferWithMemory(const vk::DeviceInterface &vk, const vk::VkDevice device, vk::Allocator &allocato… in BufferWithMemory() function in vk::BufferWithMemory
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp186 struct BufferWithMemory { struct in gfxstream::tests::__anoncd81821b0111::GfxstreamEnd2EndVkTest
187 vkhpp::UniqueBuffer buffer;
188 vkhpp::UniqueDeviceMemory bufferMemory;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.hpp89 class BufferWithMemory class
H A DvktGlobalPriorityQueueUtils.cpp242 BufferWithMemory::BufferWithMemory(const vk::InstanceInterface &vki, const DeviceInterface &vkd, in BufferWithMemory() function in vkt::synchronization::BufferWithMemory