Searched refs:vkGetPhysicalDeviceDisplayPlanePropertiesKHR (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display/ |
D | display.adoc | 155 [open,refpage='vkGetPhysicalDeviceDisplayPlanePropertiesKHR',desc='Query the plane properties',type… 157 :refpage: vkGetPhysicalDeviceDisplayPlanePropertiesKHR 168 include::{generated}/api/protos/vkGetPhysicalDeviceDisplayPlanePropertiesKHR.adoc[] 188 include::{generated}/validity/protos/vkGetPhysicalDeviceDisplayPlanePropertiesKHR.adoc[] 203 fname:vkGetPhysicalDeviceDisplayPlanePropertiesKHR in 225 flink:vkGetPhysicalDeviceDisplayPlanePropertiesKHR, with the ability to 285 fname:vkGetPhysicalDeviceDisplayPlanePropertiesKHR 714 fname:vkGetPhysicalDeviceDisplayPlanePropertiesKHR 722 fname:vkGetPhysicalDeviceDisplayPlanePropertiesKHR; otherwise 725 fname:vkGetPhysicalDeviceDisplayPlanePropertiesKHR for the display plane
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 2310 …VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR( VkPhysicalDevice physicalDevice, uint32_t *… in vkGetPhysicalDeviceDisplayPlanePropertiesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2312 …return ::vkGetPhysicalDeviceDisplayPlanePropertiesKHR( physicalDevice, pPropertyCount, pProperties… in vkGetPhysicalDeviceDisplayPlanePropertiesKHR() 4846 … PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 5335 …vkGetPhysicalDeviceDisplayPlanePropertiesKHR = PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR( v… in init()
|
D | vulkansc_raii.hpp | 108 …vkGetPhysicalDeviceDisplayPlanePropertiesKHR = PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR( v… in InstanceDispatcher() 213 … PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 8653 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR && "Function <vkGe… in getDisplayPlanePropertiesKHR() 8661 …result = getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( static_cast<VkPhysicalDevi… in getDisplayPlanePropertiesKHR() 8665 …result = getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( static_cast<VkPhysicalDevi… in getDisplayPlanePropertiesKHR()
|
D | vulkansc_funcs.hpp | 6160 …return static_cast<Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, pPro… in getDisplayPlanePropertiesKHR() 6175 …result = d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, nullptr… in getDisplayPlanePropertiesKHR() 6179 …result = d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, reinter… in getDisplayPlanePropertiesKHR() 6202 …result = d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, nullptr… in getDisplayPlanePropertiesKHR() 6206 …result = d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, reinter… in getDisplayPlanePropertiesKHR()
|
D | vulkan.hpp | 2405 …VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR( VkPhysicalDevice physicalDevice, uint32_t *… in vkGetPhysicalDeviceDisplayPlanePropertiesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2407 …return ::vkGetPhysicalDeviceDisplayPlanePropertiesKHR( physicalDevice, pPropertyCount, pProperties… in vkGetPhysicalDeviceDisplayPlanePropertiesKHR() 9379 … PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10544 …vkGetPhysicalDeviceDisplayPlanePropertiesKHR = PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR( v… in init()
|
D | vulkan_raii.hpp | 110 …vkGetPhysicalDeviceDisplayPlanePropertiesKHR = PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR( v… in InstanceDispatcher() 360 … PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 13514 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR && "Function <vkGe… in getDisplayPlanePropertiesKHR() 13522 …result = getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( static_cast<VkPhysicalDevi… in getDisplayPlanePropertiesKHR() 13526 …result = getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( static_cast<VkPhysicalDevi… in getDisplayPlanePropertiesKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7916 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
|