Searched refs:displayPlaneProperties (Results 1 - 16 of 16) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 1961 nonUpdatedPlaneProperties // VkDisplayPlanePropertiesKHR displayPlaneProperties in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1968 planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1996 const VkDisplayPlanePropertiesKHR& properties = properties2.displayPlaneProperties; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 2018 if (planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay != canaryDisplay) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 1961 nonUpdatedPlaneProperties // VkDisplayPlanePropertiesKHR displayPlaneProperties in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1968 planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 1996 const VkDisplayPlanePropertiesKHR& properties = properties2.displayPlaneProperties; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() 2018 if (planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay != canaryDisplay) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 559 VkDisplayPlanePropertiesKHR *prop = &properties->displayPlaneProperties; in wsi_display_fill_in_display_plane_properties() 594 *prop = prop2.displayPlaneProperties; in wsi_GetPhysicalDeviceDisplayPlanePropertiesKHR()
|
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 2464 memcpy(&pProperties[i].displayPlaneProperties, &properties[i], sizeof(VkDisplayPlanePropertiesKHR)); in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 5063 equal = equal && props1[i].currentDisplay == props2[i].displayPlaneProperties.currentDisplay; in CompareDisplayPlanePropData() 5064 equal = equal && props1[i].currentStackIndex == props2[i].displayPlaneProperties.currentStackIndex; in CompareDisplayPlanePropData()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5876 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 7182 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 22588 : displayPlaneProperties( displayPlaneProperties_ ) 22623 ( displayPlaneProperties == rhs.displayPlaneProperties ); 22635 VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR displayPlaneProperties = {}; member [all...] |
H A D | vulkan_core.h | 7285 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 8651 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7445 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 27030 _OUT << "\"displayPlaneProperties\": " << std::endl; in print_VkDisplayPlaneProperties2KHR() 27032 print_VkDisplayPlanePropertiesKHR(obj.displayPlaneProperties, "displayPlaneProperties", 0); in print_VkDisplayPlaneProperties2KHR() 27057 _OUT << "\"displayPlaneProperties\": " << std::endl; in print_VkDisplayPlaneProperties2KHR() 27059 print_VkDisplayPlanePropertiesKHR(obj->displayPlaneProperties, "displayPlaneProperties", 0); in print_VkDisplayPlaneProperties2KHR() [all...] |
H A D | vulkan_json_parser.hpp | 10950 parse_VkDisplayPlanePropertiesKHR("displayPlaneProperties", obj["displayPlaneProperties"], (o.displayPlaneProperties)); in parse_VkDisplayPlaneProperties2KHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 9670 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
|
H A D | vulkan_hash.hpp | 4252 VULKAN_HPP_HASH_COMBINE( seed, displayPlaneProperties2KHR.displayPlaneProperties );
|
H A D | vulkan_structs.hpp | 32180 , displayPlaneProperties( displayPlaneProperties_ ) displayPlaneProperties() function 32243 VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR displayPlaneProperties = {}; global() member [all...] |
Completed in 490 milliseconds