Home
last modified time | relevance | path

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

/external/angle/src/common/vulkan/
Dvulkan_icd.cpp249 VkPhysicalDevice *physicalDeviceOut, in ChoosePhysicalDevice() argument
261 *physicalDeviceOut = physicalDevice; in ChoosePhysicalDevice()
268 *physicalDeviceOut = physicalDevices[0]; in ChoosePhysicalDevice()
269 vkGetPhysicalDeviceProperties(*physicalDeviceOut, physicalDevicePropertiesOut); in ChoosePhysicalDevice()
Dvulkan_icd.h60 VkPhysicalDevice *physicalDeviceOut,