/third_party/vulkan-loader/loader/ |
H A D | wsi.h | 210 VkDisplayPlaneProperties2KHR *pProperties);
|
H A D | wsi.c | 2414 VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkDisplayPlaneProperties2KHR *pProperties) { in vkGetPhysicalDeviceDisplayPlaneProperties2KHR() 2429 VkDisplayPlaneProperties2KHR *pProperties) { in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 556 VkDisplayPlaneProperties2KHR *properties) in wsi_display_fill_in_display_plane_properties() 589 VkDisplayPlaneProperties2KHR prop2 = { in wsi_GetPhysicalDeviceDisplayPlanePropertiesKHR() 607 VkDisplayPlaneProperties2KHR *pProperties) in wsi_GetPhysicalDeviceDisplayPlaneProperties2KHR() 619 VK_OUTARRAY_MAKE_TYPED(VkDisplayPlaneProperties2KHR, conn, in wsi_GetPhysicalDeviceDisplayPlaneProperties2KHR() 623 vk_outarray_append_typed(VkDisplayPlaneProperties2KHR, &conn, prop) { in wsi_GetPhysicalDeviceDisplayPlaneProperties2KHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 1919 DE_NULL); // VkDisplayPlaneProperties2KHR* pProperties in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1958 const VkDisplayPlaneProperties2KHR nonUpdatedPlaneProperties2 = { in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1965 std::vector<VkDisplayPlaneProperties2KHR> planeProps2 (planeCountRequested + canaryItemCount, nonUpdatedPlaneProperties2); in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1972 &planeProps2[0]); // VkDisplayPlaneProperties2KHR* pProperties in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1995 const VkDisplayPlaneProperties2KHR& properties2 = planeProps2[planeIndex]; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 2039 DE_NULL); // VkDisplayPlaneProperties2KHR* pProperties in testGetDisplayPlaneCapabilities2KHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 1919 DE_NULL); // VkDisplayPlaneProperties2KHR* pProperties in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1958 const VkDisplayPlaneProperties2KHR nonUpdatedPlaneProperties2 = { in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1965 std::vector<VkDisplayPlaneProperties2KHR> planeProps2 (planeCountRequested + canaryItemCount, nonUpdatedPlaneProperties2); in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1972 &planeProps2[0]); // VkDisplayPlaneProperties2KHR* pProperties in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1995 const VkDisplayPlaneProperties2KHR& properties2 = planeProps2[planeIndex]; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 2039 DE_NULL); // VkDisplayPlaneProperties2KHR* pProperties in testGetDisplayPlaneCapabilities2KHR()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5873 typedef struct VkDisplayPlaneProperties2KHR { struct 5877 } VkDisplayPlaneProperties2KHR; typedef 5899 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlaneProperties2KHR* pProperties); 5912 VkDisplayPlaneProperties2KHR* pProperties);
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 7179 typedef struct VkDisplayPlaneProperties2KHR { struct 7183 } VkDisplayPlaneProperties2KHR; typedef 7205 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlaneProperties2KHR* pProperties); 7218 VkDisplayPlaneProperties2KHR* pProperties);
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 5059 const std::vector<VkDisplayPlaneProperties2KHR>& props2) { in CompareDisplayPlanePropData() 5102 std::vector<VkDisplayPlaneProperties2KHR> props2{}; in TEST() 5189 std::vector<VkDisplayPlaneProperties2KHR> props2{}; in TEST()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 8648 typedef struct VkDisplayPlaneProperties2KHR { struct 8652 } VkDisplayPlaneProperties2KHR; typedef 8674 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlaneProperties2KHR* pProperties); 8687 VkDisplayPlaneProperties2KHR* pProperties);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 7282 typedef struct VkDisplayPlaneProperties2KHR { struct 7286 } VkDisplayPlaneProperties2KHR; typedef 7308 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlaneProperties2KHR* pProperties); 7321 VkDisplayPlaneProperties2KHR* pProperties);
|
H A D | vulkan_structs.hpp | 22580 using NativeType = VkDisplayPlaneProperties2KHR; 22594 DisplayPlaneProperties2KHR( VkDisplayPlaneProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT 22601 DisplayPlaneProperties2KHR & operator=( VkDisplayPlaneProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT 22607 operator VkDisplayPlaneProperties2KHR const &() const VULKAN_HPP_NOEXCEPT 22609 return *reinterpret_cast<const VkDisplayPlaneProperties2KHR *>( this ); 22612 operator VkDisplayPlaneProperties2KHR &() VULKAN_HPP_NOEXCEPT 22614 return *reinterpret_cast<VkDisplayPlaneProperties2KHR *>( this ); 22638 sizeof( VkDisplayPlaneProperties2KHR ), [all...] |
H A D | vulkan.hpp | 3988 VkDisplayPlaneProperties2KHR * pProperties ) const
|
H A D | vulkan_funcs.hpp | 12642 m_physicalDevice, pPropertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( pProperties ) ) ); 12663 m_physicalDevice, &propertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( properties.data() ) ) ); in getDisplayPlaneProperties2KHR() 12697 m_physicalDevice, &propertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( properties.data() ) ) ); in getDisplayPlaneProperties2KHR() [all...] |
H A D | vulkan_raii.hpp | 13232 reinterpret_cast<VkDisplayPlaneProperties2KHR *>( properties.data() ) ) ); in getDisplayPlaneProperties2KHR()
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7442 typedef struct VkDisplayPlaneProperties2KHR { struct 7446 } VkDisplayPlaneProperties2KHR; typedef 7468 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlaneProperties2KHR* pProperties); 7481 VkDisplayPlaneProperties2KHR* pProperties);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 9667 typedef struct VkDisplayPlaneProperties2KHR { struct 9671 } VkDisplayPlaneProperties2KHR; typedef 9693 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlaneProperties2KHR* pProperties); 9706 VkDisplayPlaneProperties2KHR* pProperties);
|
H A D | vulkan_static_assertions.hpp | 3096 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR ) == sizeof( VkDisplayPlaneProperties2KHR ),
|
H A D | vulkan_funcs.hpp | 13070 d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( m_physicalDevice, pPropertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( pProperties ) ) ); 13091 m_physicalDevice, &propertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( properties.data() ) ) ); in getDisplayPlaneProperties2KHR() 13123 m_physicalDevice, &propertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( properties.data() ) ) ); in getDisplayPlaneProperties2KHR() [all...] |
H A D | vulkan.hpp | 3532 VkDisplayPlaneProperties2KHR * pProperties ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_raii.hpp | 17264 static_cast<VkPhysicalDevice>( m_physicalDevice ), &propertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( properties.data() ) ) ); in getDisplayPlaneProperties2KHR() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 806 static void parse_VkDisplayPlaneProperties2KHR(const char* s, Json::Value& obj, VkDisplayPlaneProperties2KHR& o); 10944 static void parse_VkDisplayPlaneProperties2KHR(const char* s, Json::Value& obj, VkDisplayPlaneProperties2KHR& o) { in parse_VkDisplayPlaneProperties2KHR() 10948 o.pNext = (VkDisplayPlaneProperties2KHR*)parsePNextChain(obj); in parse_VkDisplayPlaneProperties2KHR()
|
H A D | vulkan_json_data.hpp | 27015 static void print_VkDisplayPlaneProperties2KHR(VkDisplayPlaneProperties2KHR obj, const std::string& s, bool commaNeeded=true) { in print_VkDisplayPlaneProperties2KHR() 27042 static void print_VkDisplayPlaneProperties2KHR(const VkDisplayPlaneProperties2KHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkDisplayPlaneProperties2KHR() [all...] |