Home
last modified time | relevance | path

Searched refs:VkDisplayPlanePropertiesKHR (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.hpp31 static VkResult GetPhysicalDeviceDisplayPlaneProperties(uint32_t *pPropertyCount, VkDisplayPlanePropertiesKHR *pProperties);
H A DDisplaySurfaceKHR.cpp94 VkResult DisplaySurfaceKHR::GetPhysicalDeviceDisplayPlaneProperties(uint32_t *pPropertyCount, VkDisplayPlanePropertiesKHR *pProperties) in GetPhysicalDeviceDisplayPlaneProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp186 const VkDisplayPlanePropertiesKHR& toValidate,
187 const VkDisplayPlanePropertiesKHR& nonUpdated,
711 const VkDisplayPlanePropertiesKHR& toValidate, in validateDisplayPlaneProperties()
712 const VkDisplayPlanePropertiesKHR& nonUpdated, in validateDisplayPlaneProperties()
959 DE_NULL); // VkDisplayPlanePropertiesKHR* pProperties in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
993 const VkDisplayPlanePropertiesKHR invalidPlaneProps = { // Most values are set to fail the test to make sure driver updates these in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
999 std::vector<VkDisplayPlanePropertiesKHR> planeProps (planeCountRequested + canaryItemCount, invalidPlaneProps); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1006 &planeProps[0]); // VkDisplayPlanePropertiesKHR* pProperties in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1081 DE_NULL); // VkDisplayPlanePropertiesKHR* pProperties in testGetDisplayPlaneSupportedDisplaysKHR()
1398 DE_NULL); // VkDisplayPlanePropertiesKHR* pPropertie in testGetDisplayPlaneCapabilitiesKHR()
[all...]
H A DvktWsiDisplayControlTests.cpp237 std::vector <VkDisplayPlanePropertiesKHR> planeProperties(planePropertiesCount); in createSurface()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp186 const VkDisplayPlanePropertiesKHR& toValidate,
187 const VkDisplayPlanePropertiesKHR& nonUpdated,
711 const VkDisplayPlanePropertiesKHR& toValidate, in validateDisplayPlaneProperties()
712 const VkDisplayPlanePropertiesKHR& nonUpdated, in validateDisplayPlaneProperties()
959 DE_NULL); // VkDisplayPlanePropertiesKHR* pProperties in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
993 const VkDisplayPlanePropertiesKHR invalidPlaneProps = { // Most values are set to fail the test to make sure driver updates these in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
999 std::vector<VkDisplayPlanePropertiesKHR> planeProps (planeCountRequested + canaryItemCount, invalidPlaneProps); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1006 &planeProps[0]); // VkDisplayPlanePropertiesKHR* pProperties in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1081 DE_NULL); // VkDisplayPlanePropertiesKHR* pProperties in testGetDisplayPlaneSupportedDisplaysKHR()
1398 DE_NULL); // VkDisplayPlanePropertiesKHR* pPropertie in testGetDisplayPlaneCapabilitiesKHR()
[all...]
H A DvktWsiDisplayControlTests.cpp237 std::vector <VkDisplayPlanePropertiesKHR> planeProperties(planePropertiesCount); in createSurface()
/third_party/vulkan-loader/tests/framework/icd/
H A Dphysical_device.h60 BUILDER_VECTOR(PhysicalDevice, VkDisplayPlanePropertiesKHR, display_plane_properties, display_plane_properties)
H A Dtest_icd.cpp799 VkDisplayPlanePropertiesKHR* pProperties) {
/third_party/vulkan-loader/loader/
H A Dwsi.h178 VkDisplayPlanePropertiesKHR *pProperties);
H A Dwsi.c1916 VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkDisplayPlanePropertiesKHR *pProperties) { in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
1932 VkDisplayPlanePropertiesKHR *pProperties) { in terminator_GetPhysicalDeviceDisplayPlanePropertiesKHR()
2453 // If we do have to write to pProperties, then we need to write to a temporary array of VkDisplayPlanePropertiesKHR and copy it in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
2454 VkDisplayPlanePropertiesKHR *properties = loader_stack_alloc(*pPropertyCount * sizeof(VkDisplayPlanePropertiesKHR)); in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
2464 memcpy(&pProperties[i].displayPlaneProperties, &properties[i], sizeof(VkDisplayPlanePropertiesKHR)); in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c559 VkDisplayPlanePropertiesKHR *prop = &properties->displayPlaneProperties; in wsi_display_fill_in_display_plane_properties()
573 VkDisplayPlanePropertiesKHR *pProperties) in wsi_GetPhysicalDeviceDisplayPlanePropertiesKHR()
584 VK_OUTARRAY_MAKE_TYPED(VkDisplayPlanePropertiesKHR, conn, in wsi_GetPhysicalDeviceDisplayPlanePropertiesKHR()
588 vk_outarray_append_typed(VkDisplayPlanePropertiesKHR, &conn, prop) { in wsi_GetPhysicalDeviceDisplayPlanePropertiesKHR()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp3948 void FillInRandomDisplayPlanePropData(std::vector<VkDisplayPlanePropertiesKHR>& props) { in FillInRandomDisplayPlanePropData()
3957 bool CompareDisplayPlanePropData(const std::vector<VkDisplayPlanePropertiesKHR>& props1, in CompareDisplayPlanePropData()
3958 const std::vector<VkDisplayPlanePropertiesKHR>& props2) { in CompareDisplayPlanePropData()
3989 std::vector<VkDisplayPlanePropertiesKHR> props{}; in TEST()
4079 std::vector<VkDisplayPlanePropertiesKHR> props{}; in TEST()
5058 bool CompareDisplayPlanePropData(const std::vector<VkDisplayPlanePropertiesKHR>& props1, in CompareDisplayPlanePropData()
5095 std::vector<VkDisplayPlanePropertiesKHR> props{}; in TEST()
5182 std::vector<VkDisplayPlanePropertiesKHR> props{}; in TEST()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp189 vector<VkDisplayPlanePropertiesKHR> planeProperties; in createDisplaySurface()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5428 typedef struct VkDisplayPlanePropertiesKHR { struct
5431 } VkDisplayPlanePropertiesKHR; typedef
5457 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties);
5473 VkDisplayPlanePropertiesKHR* pProperties);
5876 VkDisplayPlanePropertiesKHR displayPlaneProperties;
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6282 typedef struct VkDisplayPlanePropertiesKHR { struct
6285 } VkDisplayPlanePropertiesKHR; typedef
6311 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties);
6327 VkDisplayPlanePropertiesKHR* pProperties);
7182 VkDisplayPlanePropertiesKHR displayPlaneProperties;
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7685 typedef struct VkDisplayPlanePropertiesKHR { struct
7688 } VkDisplayPlanePropertiesKHR; typedef
7714 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties);
7730 VkDisplayPlanePropertiesKHR* pProperties);
8651 VkDisplayPlanePropertiesKHR displayPlaneProperties;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h6381 typedef struct VkDisplayPlanePropertiesKHR { struct
6384 } VkDisplayPlanePropertiesKHR; typedef
6410 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties);
6426 VkDisplayPlanePropertiesKHR* pProperties);
7285 VkDisplayPlanePropertiesKHR displayPlaneProperties;
H A Dvulkan_structs.hpp22517 using NativeType = VkDisplayPlanePropertiesKHR;
22529 DisplayPlanePropertiesKHR( VkDisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT
22536 DisplayPlanePropertiesKHR & operator=( VkDisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT
22542 operator VkDisplayPlanePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT
22544 return *reinterpret_cast<const VkDisplayPlanePropertiesKHR *>( this );
22547 operator VkDisplayPlanePropertiesKHR &() VULKAN_HPP_NOEXCEPT
22549 return *reinterpret_cast<VkDisplayPlanePropertiesKHR *>( this );
22571 sizeof( VkDisplayPlanePropertiesKHR ),
[all...]
H A Dvulkan.hpp2947 VkDisplayPlanePropertiesKHR * pProperties ) const
H A Dvulkan_funcs.hpp7691 m_physicalDevice, pPropertyCount, reinterpret_cast<VkDisplayPlanePropertiesKHR *>( pProperties ) ) );
7712 m_physicalDevice, &propertyCount, reinterpret_cast<VkDisplayPlanePropertiesKHR *>( properties.data() ) ) ); in getDisplayPlanePropertiesKHR()
7746 m_physicalDevice, &propertyCount, reinterpret_cast<VkDisplayPlanePropertiesKHR *>( properties.data() ) ) ); in getDisplayPlanePropertiesKHR()
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6431 typedef struct VkDisplayPlanePropertiesKHR { struct
6434 } VkDisplayPlanePropertiesKHR; typedef
6460 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties);
6476 VkDisplayPlanePropertiesKHR* pProperties);
7445 VkDisplayPlanePropertiesKHR displayPlaneProperties;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h7846 typedef struct VkDisplayPlanePropertiesKHR { struct
7849 } VkDisplayPlanePropertiesKHR; typedef
7875 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties);
7891 VkDisplayPlanePropertiesKHR* pProperties);
9670 VkDisplayPlanePropertiesKHR displayPlaneProperties;
H A Dvulkan_static_assertions.hpp1885 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR ) == sizeof( VkDisplayPlanePropertiesKHR ),
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp4028 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkDisplayPlanePropertiesKHR *pProperties) in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
4030 TRACE("(VkPhysicalDevice physicalDevice = %p, uint32_t* pPropertyCount = %p, VkDisplayPlanePropertiesKHR* pProperties = %p)", in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp705 static void parse_VkDisplayPlanePropertiesKHR(const char* s, Json::Value& obj, VkDisplayPlanePropertiesKHR& o);
10495 static void parse_VkDisplayPlanePropertiesKHR(const char* s, Json::Value& obj, VkDisplayPlanePropertiesKHR& o) { in parse_VkDisplayPlanePropertiesKHR()

Completed in 470 milliseconds

12