/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 78 VkResult DisplaySurfaceKHR::GetDisplayPlaneSupportedDisplays(uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) in GetDisplayPlaneSupportedDisplays() argument 82 if(pDisplays) in GetDisplayPlaneSupportedDisplays() 86 *pDisplays = res->connectors[0]; in GetDisplayPlaneSupportedDisplays()
|
H A D | DisplaySurfaceKHR.hpp | 30 static VkResult GetDisplayPlaneSupportedDisplays(uint32_t *pDisplayCount, VkDisplayKHR *pDisplays);
|
/third_party/vulkan-loader/loader/ |
H A D | wsi.h | 180 uint32_t *pDisplayCount, VkDisplayKHR *pDisplays);
|
H A D | wsi.c | 1958 VkDisplayKHR *pDisplays) { in vkGetDisplayPlaneSupportedDisplaysKHR() 1968 VkResult res = disp->GetDisplayPlaneSupportedDisplaysKHR(unwrapped_phys_dev, planeIndex, pDisplayCount, pDisplays); in vkGetDisplayPlaneSupportedDisplaysKHR() 1973 uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) { in terminator_GetDisplayPlaneSupportedDisplaysKHR() 1994 return icd_term->dispatch.GetDisplayPlaneSupportedDisplaysKHR(phys_dev_term->phys_dev, planeIndex, pDisplayCount, pDisplays); in terminator_GetDisplayPlaneSupportedDisplaysKHR() 1956 vkGetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) vkGetDisplayPlaneSupportedDisplaysKHR() argument 1972 terminator_GetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) terminator_GetDisplayPlaneSupportedDisplaysKHR() argument
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 805 uint32_t* pDisplayCount, VkDisplayKHR* pDisplays) { 806 FillCountPtr(icd.GetPhysDevice(physicalDevice).displays, pDisplayCount, pDisplays);
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 643 VkDisplayKHR *pDisplays) in wsi_GetDisplayPlaneSupportedDisplaysKHR() 650 VK_OUTARRAY_MAKE_TYPED(VkDisplayKHR, conn, pDisplays, pDisplayCount); in wsi_GetDisplayPlaneSupportedDisplaysKHR() 640 wsi_GetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) wsi_GetDisplayPlaneSupportedDisplaysKHR() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 4020 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) in vkGetDisplayPlaneSupportedDisplaysKHR() argument 4022 TRACE("(VkPhysicalDevice physicalDevice = %p, uint32_t planeIndex = %d, uint32_t* pDisplayCount = %p, VkDisplayKHR* pDisplays = %p)", in vkGetDisplayPlaneSupportedDisplaysKHR() 4023 physicalDevice, planeIndex, pDisplayCount, pDisplays); in vkGetDisplayPlaneSupportedDisplaysKHR() 4025 return vk::DisplaySurfaceKHR::GetDisplayPlaneSupportedDisplays(pDisplayCount, pDisplays); in vkGetDisplayPlaneSupportedDisplaysKHR()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5458 typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisplayCount, VkDisplayKHR* pDisplays); 5479 VkDisplayKHR* pDisplays);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2956 VkDisplayKHR * pDisplays ) const VULKAN_HPP_NOEXCEPT 2958 return ::vkGetDisplayPlaneSupportedDisplaysKHR( physicalDevice, planeIndex, pDisplayCount, pDisplays );
|
H A D | vulkan_core.h | 6411 typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisplayCount, VkDisplayKHR* pDisplays); 6432 VkDisplayKHR* pDisplays);
|
H A D | vulkan_handles.hpp | 12659 VULKAN_HPP_NAMESPACE::DisplayKHR * pDisplays,
|
H A D | vulkan_funcs.hpp | 7763 VULKAN_HPP_NAMESPACE::DisplayKHR * pDisplays, 7768 m_physicalDevice, planeIndex, pDisplayCount, reinterpret_cast<VkDisplayKHR *>( pDisplays ) ) ); [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6312 typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisplayCount, VkDisplayKHR* pDisplays); 6333 VkDisplayKHR* pDisplays);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7715 typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisplayCount, VkDisplayKHR* pDisplays); 7736 VkDisplayKHR* pDisplays);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6461 typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisplayCount, VkDisplayKHR* pDisplays); 6482 VkDisplayKHR* pDisplays);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2566 VkDisplayKHR * pDisplays ) const VULKAN_HPP_NOEXCEPT 2568 return ::vkGetDisplayPlaneSupportedDisplaysKHR( physicalDevice, planeIndex, pDisplayCount, pDisplays );
|
H A D | vulkan_core.h | 7876 typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisplayCount, VkDisplayKHR* pDisplays); 7897 VkDisplayKHR* pDisplays);
|
H A D | vulkan_funcs.hpp | 8240 VULKAN_HPP_NAMESPACE::DisplayKHR * pDisplays, 8245 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, pDisplayCount, reinterpret_cast<VkDisplayKHR *>( pDisplays ) ) ); [all...] |
H A D | vulkan_handles.hpp | 14526 VULKAN_HPP_NAMESPACE::DisplayKHR * pDisplays,
|