Home
last modified time | relevance | path

Searched refs:VkDisplayPlaneProperties2KHR (Results 1 - 23 of 23) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dwsi.h210 VkDisplayPlaneProperties2KHR *pProperties);
H A Dwsi.c2414 VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkDisplayPlaneProperties2KHR *pProperties) { in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
2429 VkDisplayPlaneProperties2KHR *pProperties) { in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c556 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 DvktWsiDisplayTests.cpp1919 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 DvktWsiDisplayTests.cpp1919 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 Dvulkan_sc_core.h5873 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 Dvulkan_core.h7179 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 Dloader_phys_dev_inst_ext_tests.cpp5059 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 Dvulkan_core.h8648 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 Dvulkan_core.h7282 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 Dvulkan_structs.hpp22580 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 Dvulkan.hpp3988 VkDisplayPlaneProperties2KHR * pProperties ) const
H A Dvulkan_funcs.hpp12642 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 Dvulkan_raii.hpp13232 reinterpret_cast<VkDisplayPlaneProperties2KHR *>( properties.data() ) ) ); in getDisplayPlaneProperties2KHR()
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7442 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 Dvulkan_core.h9667 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 Dvulkan_static_assertions.hpp3096 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR ) == sizeof( VkDisplayPlaneProperties2KHR ),
H A Dvulkan_funcs.hpp13070 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 Dvulkan.hpp3532 VkDisplayPlaneProperties2KHR * pProperties ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_raii.hpp17264 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 Dvulkan_json_parser.hpp806 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 Dvulkan_json_data.hpp27015 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...]

Completed in 603 milliseconds