Searched refs:planeReorderPossible (Results 1 - 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 132 pProperties->planeReorderPossible = VK_FALSE; in GetPhysicalDeviceDisplayProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 522 VK_FALSE, // VkBool32 planeReorderPossible in getDisplays2() 683 results.check( toValidate.planeReorderPossible == VK_TRUE || toValidate.planeReorderPossible == VK_FALSE, in validateDisplayProperties() 684 "planeReorderPossible neither VK_TRUE, nor VK_FALSE"); in validateDisplayProperties() 849 (vk::VkBool32)(VK_TRUE + 1), // VkBool32 planeReorderPossible; in testGetPhysicalDeviceDisplayPropertiesKHR() 890 results.check( displaysProps[displayIndex].planeReorderPossible == VK_TRUE || displaysProps[displayIndex].planeReorderPossible == VK_FALSE, in testGetPhysicalDeviceDisplayPropertiesKHR() 891 "planeReorderPossible neither VK_TRUE, nor VK_FALSE"); in testGetPhysicalDeviceDisplayPropertiesKHR() 1812 (vk::VkBool32)(VK_TRUE + 1), // VkBool32 planeReorderPossible in testGetPhysicalDeviceDisplayProperties2KHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 522 VK_FALSE, // VkBool32 planeReorderPossible in getDisplays2() 683 results.check( toValidate.planeReorderPossible == VK_TRUE || toValidate.planeReorderPossible == VK_FALSE, in validateDisplayProperties() 684 "planeReorderPossible neither VK_TRUE, nor VK_FALSE"); in validateDisplayProperties() 849 (vk::VkBool32)(VK_TRUE + 1), // VkBool32 planeReorderPossible; in testGetPhysicalDeviceDisplayPropertiesKHR() 890 results.check( displaysProps[displayIndex].planeReorderPossible == VK_TRUE || displaysProps[displayIndex].planeReorderPossible == VK_FALSE, in testGetPhysicalDeviceDisplayPropertiesKHR() 891 "planeReorderPossible neither VK_TRUE, nor VK_FALSE"); in testGetPhysicalDeviceDisplayPropertiesKHR() 1812 (vk::VkBool32)(VK_TRUE + 1), // VkBool32 planeReorderPossible in testGetPhysicalDeviceDisplayProperties2KHR()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 3758 props[i].planeReorderPossible = rand() % 2 > 0 ? VK_TRUE : VK_FALSE; in FillInRandomDisplayPropData() 3774 equal = equal && props1[i].planeReorderPossible == props2[i].planeReorderPossible; in CompareDisplayPropData() 4889 equal = equal && props1[i].planeReorderPossible == props2[i].displayProperties.planeReorderPossible; in CompareDisplayPropData()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 433 properties->planeReorderPossible = VK_FALSE; in wsi_display_fill_in_display_properties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5439 VkBool32 planeReorderPossible; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6293 VkBool32 planeReorderPossible; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 22855 , planeReorderPossible( planeReorderPossible_ ) 22892 ( planeReorderPossible == rhs.planeReorderPossible ) && ( persistentContent == rhs.persistentContent ); 22907 VULKAN_HPP_NAMESPACE::Bool32 planeReorderPossible = {}; member [all...] |
H A D | vulkan_core.h | 6392 VkBool32 planeReorderPossible; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7696 VkBool32 planeReorderPossible; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6442 VkBool32 planeReorderPossible; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 25197 print_VkBool32(obj.planeReorderPossible, "planeReorderPossible", 1); in print_VkDisplayPropertiesKHR() 25232 print_VkBool32(obj->planeReorderPossible, "planeReorderPossible", 1); in print_VkDisplayPropertiesKHR() [all...] |
H A D | vulkan_json_parser.hpp | 10513 parse_VkBool32("planeReorderPossible", obj["planeReorderPossible"], (o.planeReorderPossible)); in parse_VkDisplayPropertiesKHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 32575 VULKAN_HPP_NAMESPACE::Bool32 planeReorderPossible = {}; global() member [all...] |
H A D | vulkan_core.h | 7857 VkBool32 planeReorderPossible; member
|
H A D | vulkan_hash.hpp | 4299 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.planeReorderPossible );
|
Completed in 450 milliseconds