Searched refs:allocateMemoryUnique (Results 1 – 9 of 9) sorted by relevance
71 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()
65 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()
98 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()
75 device->allocateMemoryUnique(readbackBufferMemoryAllocateInfo).value; in readImageData()
116 VK_EXPECT_RV(device.allocateMemoryUnique(vertexBufferMemoryAllocateInfo)); in createAndPopulateBuffer()318 res->memory = device.allocateMemoryUnique(imageMemoryAllocateInfo).value; in createColorAttachment()
185 auto memory = VK_EXPECT_RV_OR_STRING(device->allocateMemoryUnique(memoryAllocateInfo)); in CheckImportingSharedMemory()
90 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()
4389 …UniqueHandle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>>::type allocateMemoryUnique( const VULK…
778 …ndle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>>::type Device::allocateMemoryUnique( const VULK… in allocateMemoryUnique() function in VULKAN_HPP_NAMESPACE::Device