Searched refs:physicalDeviceProps (Results 1 – 2 of 2) sorted by relevance
196 std::vector<VkPhysicalDeviceProperties> physicalDeviceProps(physicalDeviceCount); in testDeviceCreation() local240 physicalDeviceProps.data() + i); in testDeviceCreation()242 … auto str = getPhysicalDevicePropertiesString(vk, physicalDevices[i], physicalDeviceProps[i]); in testDeviceCreation()
539 const auto physicalDeviceProps = physicalDevice.getProperties(); in SetUpTypicalVkTestEnvironment() local540 ALOGV(" - %s", physicalDeviceProps.deviceName.data()); in SetUpTypicalVkTestEnvironment()550 const auto physicalDeviceProps = physicalDevice.getProperties(); in SetUpTypicalVkTestEnvironment() local551 ALOGV("Selected physical device: %s", physicalDeviceProps.deviceName.data()); in SetUpTypicalVkTestEnvironment()