Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_timeline_semaphore.adoc108 using flink:vkGetPhysicalDeviceExternalSemaphoreProperties by chaining the
139 flink:vkGetPhysicalDeviceExternalSemaphoreProperties and provide the
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h238 vkGetPhysicalDeviceExternalSemaphoreProperties; member
Dgoldfish_vk_dispatch.cpp302 out->vkGetPhysicalDeviceExternalSemaphoreProperties = in init_vulkan_dispatch_from_system_loader()
1063 out->vkGetPhysicalDeviceExternalSemaphoreProperties = in init_vulkan_dispatch_from_instance()
2009 out->vkGetPhysicalDeviceExternalSemaphoreProperties = in init_vulkan_dispatch_from_device()
2943 if (!vk->vkGetPhysicalDeviceExternalSemaphoreProperties) { in vulkan_dispatch_check_instance_VK_VERSION_1_1()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc1289 [open,refpage='vkGetPhysicalDeviceExternalSemaphoreProperties',desc='Function for querying external…
1296 include::{generated}/api/protos/vkGetPhysicalDeviceExternalSemaphoreProperties.adoc[]
1314 include::{generated}/validity/protos/vkGetPhysicalDeviceExternalSemaphoreProperties.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1890 …void vkGetPhysicalDeviceExternalSemaphoreProperties( VkPhysicalDevice physicalDevice, const VkPhys… in vkGetPhysicalDeviceExternalSemaphoreProperties() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1892 …return ::vkGetPhysicalDeviceExternalSemaphoreProperties( physicalDevice, pExternalSemaphoreInfo, p… in vkGetPhysicalDeviceExternalSemaphoreProperties()
4766 …PFN_vkGetPhysicalDeviceExternalSemaphoreProperties vkGetPhysicalDeviceExternalSemaphoreProperties member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5255vkGetPhysicalDeviceExternalSemaphoreProperties = PFN_vkGetPhysicalDeviceExternalSemaphorePropertie… in init()
Dvulkan.hpp1993 …void vkGetPhysicalDeviceExternalSemaphoreProperties( VkPhysicalDevice physicalDevice, const VkPhys… in vkGetPhysicalDeviceExternalSemaphoreProperties() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1995 …return ::vkGetPhysicalDeviceExternalSemaphoreProperties( physicalDevice, pExternalSemaphoreInfo, p… in vkGetPhysicalDeviceExternalSemaphoreProperties()
9302 …PFN_vkGetPhysicalDeviceExternalSemaphoreProperties vkGetPhysicalDeviceExternalSemaphoreProperties member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10467vkGetPhysicalDeviceExternalSemaphoreProperties = PFN_vkGetPhysicalDeviceExternalSemaphorePropertie… in init()
10712 …if ( !vkGetPhysicalDeviceExternalSemaphoreProperties ) vkGetPhysicalDeviceExternalSemaphorePropert… in init()
Dvulkansc_raii.hpp91vkGetPhysicalDeviceExternalSemaphoreProperties = PFN_vkGetPhysicalDeviceExternalSemaphorePropertie… in InstanceDispatcher()
196 …PFN_vkGetPhysicalDeviceExternalSemaphoreProperties vkGetPhysicalDeviceExternalSemaphoreProperties member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
7646 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceExternalSemaphoreProperties && "Function <vk… in getExternalSemaphoreProperties()
7650 …getDispatcher()->vkGetPhysicalDeviceExternalSemaphoreProperties( static_cast<VkPhysicalDevice>( m_… in getExternalSemaphoreProperties()
Dvulkan_raii.hpp93vkGetPhysicalDeviceExternalSemaphoreProperties = PFN_vkGetPhysicalDeviceExternalSemaphorePropertie… in InstanceDispatcher()
194 …if ( !vkGetPhysicalDeviceExternalSemaphoreProperties ) vkGetPhysicalDeviceExternalSemaphorePropert… in InstanceDispatcher()
343 …PFN_vkGetPhysicalDeviceExternalSemaphoreProperties vkGetPhysicalDeviceExternalSemaphoreProperties member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
12547 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceExternalSemaphoreProperties && "Function <vk… in getExternalSemaphoreProperties()
12551 …getDispatcher()->vkGetPhysicalDeviceExternalSemaphoreProperties( static_cast<VkPhysicalDevice>( m_… in getExternalSemaphoreProperties()
Dvulkansc_funcs.hpp4387 …d.vkGetPhysicalDeviceExternalSemaphoreProperties( m_physicalDevice, reinterpret_cast<const VkPhysi… in getExternalSemaphoreProperties()
4398 …d.vkGetPhysicalDeviceExternalSemaphoreProperties( m_physicalDevice, reinterpret_cast<const VkPhysi… in getExternalSemaphoreProperties()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h487 void vkGetPhysicalDeviceExternalSemaphoreProperties(
Dfunc_table.cpp2054 vkEnc->vkGetPhysicalDeviceExternalSemaphoreProperties( in gfxstream_vk_GetPhysicalDeviceExternalSemaphoreProperties()
DVkEncoder.cpp19375 void VkEncoder::vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h705 void vkGetPhysicalDeviceExternalSemaphoreProperties(
DVkDecoderSnapshot.cpp1792 void vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties() function in VkDecoderSnapshot::Impl
5356 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties() function in VkDecoderSnapshot
5361 mImpl->vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties()
DVkDecoder.cpp10560 m_state->snapshot()->vkGetPhysicalDeviceExternalSemaphoreProperties( in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5741 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphoreProperties(