Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1739 !hasDeviceExtension(properties, VK_MVK_MOLTENVK_EXTENSION_NAME)) { in on_vkEnumerateDeviceExtensionProperties()
1749 !hasDeviceExtension(properties, VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME)) { in on_vkEnumerateDeviceExtensionProperties()
2981 if (!hasDeviceExtension(device, VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME)) { in exportSemaphore()
3276 if (!hasDeviceExtension(device, VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME)) { in on_vkImportSemaphoreFdKHR()
4566 } else if (hasDeviceExtension(device, VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME)) { in on_vkGetImageMemoryRequirements2()
4634 } else if (hasDeviceExtension(device, VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME)) { in on_vkGetBufferMemoryRequirements2()
5390 hasDeviceExtension(device, VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME); in on_vkAllocateMemory()
5779 bool hasDeviceExtension(VkDevice device, const std::string& name) REQUIRES(mMutex) { in hasDeviceExtension() function in gfxstream::vk::VkDecoderGlobalState::Impl
5791 bool hasDeviceExtension(const std::vector<VkExtensionProperties>& properties, in hasDeviceExtension() function in gfxstream::vk::VkDecoderGlobalState::Impl
8148 if (hasDeviceExtension(properties, extName)) { in filteredDeviceExtensionNames()