/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_timeline_semaphore.adoc | 108 using flink:vkGetPhysicalDeviceExternalSemaphoreProperties by chaining the 139 flink:vkGetPhysicalDeviceExternalSemaphoreProperties and provide the
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 238 vkGetPhysicalDeviceExternalSemaphoreProperties; member
|
D | goldfish_vk_dispatch.cpp | 302 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/ |
D | capabilities.adoc | 1289 [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/ |
D | vulkansc.hpp | 1890 …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 5255 …vkGetPhysicalDeviceExternalSemaphoreProperties = PFN_vkGetPhysicalDeviceExternalSemaphorePropertie… in init()
|
D | vulkan.hpp | 1993 …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 10467 …vkGetPhysicalDeviceExternalSemaphoreProperties = PFN_vkGetPhysicalDeviceExternalSemaphorePropertie… in init() 10712 …if ( !vkGetPhysicalDeviceExternalSemaphoreProperties ) vkGetPhysicalDeviceExternalSemaphorePropert… in init()
|
D | vulkansc_raii.hpp | 91 …vkGetPhysicalDeviceExternalSemaphoreProperties = 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()
|
D | vulkan_raii.hpp | 93 …vkGetPhysicalDeviceExternalSemaphoreProperties = 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()
|
D | vulkansc_funcs.hpp | 4387 …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/ |
D | VkEncoder.h | 487 void vkGetPhysicalDeviceExternalSemaphoreProperties(
|
D | func_table.cpp | 2054 vkEnc->vkGetPhysicalDeviceExternalSemaphoreProperties( in gfxstream_vk_GetPhysicalDeviceExternalSemaphoreProperties()
|
D | VkEncoder.cpp | 19375 void VkEncoder::vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 705 void vkGetPhysicalDeviceExternalSemaphoreProperties(
|
D | VkDecoderSnapshot.cpp | 1792 void vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties() function in VkDecoderSnapshot::Impl 5356 void VkDecoderSnapshot::vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties() function in VkDecoderSnapshot 5361 mImpl->vkGetPhysicalDeviceExternalSemaphoreProperties( in vkGetPhysicalDeviceExternalSemaphoreProperties()
|
D | VkDecoder.cpp | 10560 m_state->snapshot()->vkGetPhysicalDeviceExternalSemaphoreProperties( in decode()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5741 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphoreProperties(
|