Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1594 !hasDeviceExtension(properties, VK_MVK_MOLTENVK_EXTENSION_NAME)) { in on_vkEnumerateDeviceExtensionProperties()
1604 !hasDeviceExtension(properties, VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME)) { in on_vkEnumerateDeviceExtensionProperties()
2687 if (!hasDeviceExtension(device, VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME)) { in on_vkImportSemaphoreFdKHR()
2722 if (!hasDeviceExtension(device, VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME)) { in on_vkGetSemaphoreFdKHR()
3708 } else if (hasDeviceExtension(device, VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME)) { in on_vkGetImageMemoryRequirements2()
3775 } else if (hasDeviceExtension(device, VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME)) { in on_vkGetBufferMemoryRequirements2()
4410 if (hasDeviceExtension(device, VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME)) { in on_vkAllocateMemory()
4449 if (hasDeviceExtension(device, VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME)) { in on_vkAllocateMemory()
4743 bool hasDeviceExtension(VkDevice device, const std::string& name) { in hasDeviceExtension() function in gfxstream::vk::VkDecoderGlobalState::Impl
4755 bool hasDeviceExtension(const std::vector<VkExtensionProperties>& properties, in hasDeviceExtension() function in gfxstream::vk::VkDecoderGlobalState::Impl
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h548 bool hasDeviceExtension(VkDevice instance, const std::string& name) const;
DResourceTracker.cpp7233 bool ResourceTracker::hasDeviceExtension(VkDevice device, const std::string& name) const { in hasDeviceExtension() function in gfxstream::vk::ResourceTracker