Home
last modified time | relevance | path

Searched refs:physicalDeviceProps (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp196 std::vector<VkPhysicalDeviceProperties> physicalDeviceProps(physicalDeviceCount); in testDeviceCreation() local
240 physicalDeviceProps.data() + i); in testDeviceCreation()
242 … auto str = getPhysicalDevicePropertiesString(vk, physicalDevices[i], physicalDeviceProps[i]); in testDeviceCreation()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp539 const auto physicalDeviceProps = physicalDevice.getProperties(); in SetUpTypicalVkTestEnvironment() local
540 ALOGV(" - %s", physicalDeviceProps.deviceName.data()); in SetUpTypicalVkTestEnvironment()
550 const auto physicalDeviceProps = physicalDevice.getProperties(); in SetUpTypicalVkTestEnvironment() local
551 ALOGV("Selected physical device: %s", physicalDeviceProps.deviceName.data()); in SetUpTypicalVkTestEnvironment()