Home
last modified time | relevance | path

Searched refs:planeReorderPossible (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.cpp132 pProperties->planeReorderPossible = VK_FALSE; in GetPhysicalDeviceDisplayProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp522 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 DvktWsiDisplayTests.cpp522 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 Dloader_phys_dev_inst_ext_tests.cpp3758 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 Dwsi_common_display.c433 properties->planeReorderPossible = VK_FALSE; in wsi_display_fill_in_display_properties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5439 VkBool32 planeReorderPossible; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6293 VkBool32 planeReorderPossible; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp22855 , planeReorderPossible( planeReorderPossible_ )
22892 ( planeReorderPossible == rhs.planeReorderPossible ) && ( persistentContent == rhs.persistentContent );
22907 VULKAN_HPP_NAMESPACE::Bool32 planeReorderPossible = {}; member
[all...]
H A Dvulkan_core.h6392 VkBool32 planeReorderPossible; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7696 VkBool32 planeReorderPossible; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6442 VkBool32 planeReorderPossible; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp25197 print_VkBool32(obj.planeReorderPossible, "planeReorderPossible", 1); in print_VkDisplayPropertiesKHR()
25232 print_VkBool32(obj->planeReorderPossible, "planeReorderPossible", 1); in print_VkDisplayPropertiesKHR()
[all...]
H A Dvulkan_json_parser.hpp10513 parse_VkBool32("planeReorderPossible", obj["planeReorderPossible"], (o.planeReorderPossible)); in parse_VkDisplayPropertiesKHR()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp32575 VULKAN_HPP_NAMESPACE::Bool32 planeReorderPossible = {}; global() member
[all...]
H A Dvulkan_core.h7857 VkBool32 planeReorderPossible; member
H A Dvulkan_hash.hpp4299 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.planeReorderPossible );

Completed in 450 milliseconds