Home
last modified time | relevance | path

Searched refs:createDeviceUnique (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkExternalMemoryHost.cpp147 auto device = VK_EXPECT_RV_OR_STRING(physicalDevice.createDeviceUnique(deviceCreateInfo)); in CheckImportingSharedMemory()
DVulkan.cpp231 auto device = VK_EXPECT_RV(physicalDevice.createDeviceUnique(deviceCreateInfo)); in Load()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp117 auto device2 = physicalDevice.createDeviceUnique(deviceCreateInfo).value; in TEST_P()
DGfxstreamEnd2EndTests.cpp601 auto device = VK_EXPECT_RV(physicalDevice.createDeviceUnique(deviceCreateInfo)); in SetUpTypicalVkTestEnvironment()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_handles.hpp5933 …ueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Device, Dispatch>>::type createDeviceUnique( const VULKA…
Dvulkansc_funcs.hpp381 …dle<VULKAN_HPP_NAMESPACE::Device, Dispatch>>::type PhysicalDevice::createDeviceUnique( const VULKA… in createDeviceUnique() function in VULKAN_HPP_NAMESPACE::PhysicalDevice