Searched refs:physdev (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 256 static bool getImageFormatExternalMemorySupportInfo(VulkanDispatch* vk, VkPhysicalDevice physdev, in getImageFormatExternalMemorySupportInfo() argument 262 vk->vkGetPhysicalDeviceFormatProperties(physdev, info->format, &outFormatProps); in getImageFormatExternalMemorySupportInfo() 276 physdev, info->format, info->type, info->tiling, info->usageFlags, info->createFlags, in getImageFormatExternalMemorySupportInfo() 346 VkResult res = sVkEmulation->getImageFormatProperties2Func(physdev, &formatInfo2, &outProps2); in getImageFormatExternalMemorySupportInfo() 988 sVkEmulation->physdev = physdevs[maxScoringIndex]; in createGlobalVkEmulation() 999 getImageFormatExternalMemorySupportInfo(ivk, sVkEmulation->physdev, in createGlobalVkEmulation() 1121 ivk->vkCreateDevice(sVkEmulation->physdev, &dCi, nullptr, &sVkEmulation->device); in createGlobalVkEmulation() 1351 CompositorVk::create(*sVkEmulation->ivk, sVkEmulation->device, sVkEmulation->physdev, in initVkEmulationFeatures() 1361 *sVkEmulation->ivk, sVkEmulation->physdev, sVkEmulation->queueFamilyIndex, in initVkEmulationFeatures()
|
D | VkCommonOperations.h | 134 VkPhysicalDevice physdev = VK_NULL_HANDLE; member
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 622 void setDeviceInfo(VkDevice device, VkPhysicalDevice physdev, VkPhysicalDeviceProperties props, 726 VkPhysicalDevice physdev; member
|
D | ResourceTracker.cpp | 1297 void ResourceTracker::setDeviceInfo(VkDevice device, VkPhysicalDevice physdev, in setDeviceInfo() argument 1304 info.physdev = physdev; in setDeviceInfo() 1720 void* context, VkResult, VkPhysicalDevice physdev, const char*, uint32_t* pPropertyCount, in on_vkEnumerateDeviceExtensionProperties() argument 1785 enc->vkEnumerateDeviceExtensionProperties(physdev, nullptr, &hostPropCount, nullptr, in on_vkEnumerateDeviceExtensionProperties() 1790 physdev, nullptr, &hostPropCount, mHostDeviceExtensions.data(), true /* do lock */); in on_vkEnumerateDeviceExtensionProperties() 2099 void*, VkPhysicalDevice physdev, VkPhysicalDeviceMemoryProperties2* out) { in on_vkGetPhysicalDeviceMemoryProperties2() argument 2100 on_vkGetPhysicalDeviceMemoryProperties(nullptr, physdev, &out->memoryProperties); in on_vkGetPhysicalDeviceMemoryProperties2() 2504 physicalDevice = deviceIt->second.physdev; in setBufferCollectionImageConstraintsImpl() 2844 physicalDevice = deviceIt->second.physdev; in on_vkGetBufferCollectionPropertiesFUCHSIA() 7358 physicalDevice = deviceInfo.physdev; in getPhysicalDeviceMemoryProperties()
|