Home
last modified time | relevance | path

Searched refs:allocateMemoryUnique (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp71 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
153 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
200 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
275 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
325 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
386 auto stagingBufferMemory = device->allocateMemoryUnique(stagingBufferMemoryAllocateInfo).value; in TEST_P()
438 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp65 auto stagingBufferMemory = device->allocateMemoryUnique(stagingBufferMemoryAllocateInfo).value; in TEST_P()
109 auto vertexBufferMemory = device->allocateMemoryUnique(vertexBufferMemoryAllocateInfo).value; in TEST_P()
179 device->allocateMemoryUnique(readbackBufferMemoryAllocateInfo).value; in TEST_P()
250 auto uniformBufferMemory = device->allocateMemoryUnique(uniformBufferMemoryAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkTests.cpp98 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in DoAcquireImageAndroidWithSync()
178 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
202 auto stagingBufferMemory = device->allocateMemoryUnique(stagingBufferMemoryAllocateInfo).value; in TEST_P()
382 auto bufferMemory = device->allocateMemoryUnique(bufferMemoryAllocateInfo).value; in TEST_P()
411 auto memory = device->allocateMemoryUnique(memoryAllocateInfo).value; in TEST_P()
744 auto memory = device->allocateMemoryUnique(memoryAllocateInfo).value; in TEST_P()
915 auto buffer3Memory = device->allocateMemoryUnique(buffer3MemoryAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndTestUtils.cpp75 device->allocateMemoryUnique(readbackBufferMemoryAllocateInfo).value; in readImageData()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp116 VK_EXPECT_RV(device.allocateMemoryUnique(vertexBufferMemoryAllocateInfo)); in createAndPopulateBuffer()
318 res->memory = device.allocateMemoryUnique(imageMemoryAllocateInfo).value; in createColorAttachment()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkExternalMemoryHost.cpp185 auto memory = VK_EXPECT_RV_OR_STRING(device->allocateMemoryUnique(memoryAllocateInfo)); in CheckImportingSharedMemory()
DVulkan.cpp90 auto bufferMemory = VK_EXPECT_RV(device->allocateMemoryUnique(bufferMemoryAllocateInfo)); in DoCreateBuffer()
335 auto imageMemory = VK_EXPECT_RV(mDevice->allocateMemoryUnique(imageMemoryAllocateInfo)); in CreateImage()
583 auto imageMemory = VK_EXPECT_RV(mDevice->allocateMemoryUnique(imageMemoryAllocateInfo)); in CreateYuvImage()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_handles.hpp4389 …UniqueHandle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>>::type allocateMemoryUnique( const VULK…
Dvulkansc_funcs.hpp778 …ndle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>>::type Device::allocateMemoryUnique( const VULK… in allocateMemoryUnique() function in VULKAN_HPP_NAMESPACE::Device