Home
last modified time | relevance | path

Searched refs:physdevProps (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp772 ivk->vkGetPhysicalDeviceProperties(physdevs[i], &deviceInfos[i].physdevProps); in createGlobalVkEmulation()
774 …N_VERBOSE("Considering Vulkan physical device %d : %s", i, deviceInfos[i].physdevProps.deviceName); in createGlobalVkEmulation()
812 (deviceInfos[i].physdevProps.apiVersion >= VK_API_VERSION_1_2); in createGlobalVkEmulation()
847 << deviceInfos[i].physdevProps.vendorID; in createGlobalVkEmulation()
850 deviceInfos[i].physdevProps.vendorID, deviceInfos[i].physdevProps.driverVersion); in createGlobalVkEmulation()
854 << std::showbase << deviceInfos[i].physdevProps.driverVersion in createGlobalVkEmulation()
960 if (deviceInfos[i].physdevProps.deviceType == VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU || in createGlobalVkEmulation()
961 deviceInfos[i].physdevProps.deviceType == VK_PHYSICAL_DEVICE_TYPE_VIRTUAL_GPU) { in createGlobalVkEmulation()
964 if (deviceInfos[i].physdevProps.deviceType == VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU) { in createGlobalVkEmulation()
1008 auto deviceVersion = sVkEmulation->deviceInfo.physdevProps.apiVersion; in createGlobalVkEmulation()
[all …]
DVkCommonOperations.h214 VkPhysicalDeviceProperties physdevProps; member
DVkDecoderGlobalState.cpp4719 const auto& props = emu->deviceInfo.physdevProps; in getHostFeatureSupport()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp385 fb->m_graphicsAdapterName = vkEmu->deviceInfo.physdevProps.deviceName; in initialize()