Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc153 VkPhysicalDevice physicalDevice_host = physicalDevice_guest; in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() local
169 ret = callee_function(physicalDevice_host, pLayerName_host, &properties_in_buf_size, nullptr); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties()
177 physicalDevice_host, pLayerName_host, &properties_in_buf_size2, properties_in_buf); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties()
260 auto [physicalDevice_host, pLayerName_host, pPropertyCount_host, pProperties_host] = in RunGuest_vkEnumerateDeviceExtensionProperties()
266 physicalDevice_guest = physicalDevice_host; in RunGuest_vkEnumerateDeviceExtensionProperties()
278 physicalDevice_guest = physicalDevice_host; in RunGuest_vkEnumerateDeviceExtensionProperties()