/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 715 const VkDisplayKHR currentDisplay = toValidate.currentDisplay; in validateDisplayPlaneProperties() local 720 results.check( currentDisplay == DE_NULL || de::contains(displaySet, currentDisplay), in validateDisplayPlaneProperties() 721 "Plane bound to invalid handle " + de::toString(toValidate.currentDisplay)); in validateDisplayPlaneProperties() 994 DE_NULL, // VkDisplayKHR currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR() 1002 planeProps[planeCountExpected].currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() 1029 const VkDisplayKHR currentDisplay = planeProps[planeIndex].currentDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local 1034 results.check( currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 715 const VkDisplayKHR currentDisplay = toValidate.currentDisplay; in validateDisplayPlaneProperties() local 720 results.check( currentDisplay == DE_NULL || de::contains(displaySet, currentDisplay), in validateDisplayPlaneProperties() 721 "Plane bound to invalid handle " + de::toString(toValidate.currentDisplay)); in validateDisplayPlaneProperties() 994 DE_NULL, // VkDisplayKHR currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR() 1002 planeProps[planeCountExpected].currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() 1029 const VkDisplayKHR currentDisplay = planeProps[planeIndex].currentDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local 1034 results.check( currentDisplay in testGetPhysicalDeviceDisplayPlanePropertiesKHR() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 102 pProperties->currentDisplay = res->connectors[0]; in GetPhysicalDeviceDisplayPlaneProperties()
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 172 EGLDisplay currentDisplay = eglGetCurrentDisplay(); in Initialize() local 174 EXPECT_EQ(display, currentDisplay); in Initialize() 200 EGLDisplay currentDisplay = eglGetCurrentDisplay(); in Uninitialize() local 202 EXPECT_EQ(EGL_NO_DISPLAY, currentDisplay); in Uninitialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 1233 egl::Display *currentDisplay = currentContext ? currentContext->getDisplay() : nullptr; in ValidateCreateSyncBase() local 1250 if (display != currentDisplay) in ValidateCreateSyncBase() 1257 ANGLE_VALIDATION_TRY(ValidateContext(val, currentDisplay, currentContext)); in ValidateCreateSyncBase() 1282 if (display != currentDisplay) in ValidateCreateSyncBase() 1289 ANGLE_VALIDATION_TRY(ValidateContext(val, currentDisplay, currentContext)); in ValidateCreateSyncBase()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 562 prop->currentDisplay = wsi_display_connector_to_handle(connector); in wsi_display_fill_in_display_plane_properties() 565 prop->currentDisplay = VK_NULL_HANDLE; in wsi_display_fill_in_display_plane_properties()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 3951 props[i].currentDisplay = CreateRandomDisplay(); in FillInRandomDisplayPlanePropData() 3962 equal = equal && props1[i].currentDisplay == props2[i].currentDisplay; in CompareDisplayPlanePropData() 5063 equal = equal && props1[i].currentDisplay == props2[i].displayPlaneProperties.currentDisplay; in CompareDisplayPlanePropData()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5429 VkDisplayKHR currentDisplay; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6283 VkDisplayKHR currentDisplay; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 22522 : currentDisplay( currentDisplay_ ) 22557 return ( currentDisplay == rhs.currentDisplay ) && ( currentStackIndex == rhs.currentStackIndex ); 22567 VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay = {}; member [all...] |
H A D | vulkan_core.h | 6382 VkDisplayKHR currentDisplay; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7686 VkDisplayKHR currentDisplay; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6432 VkDisplayKHR currentDisplay; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 7847 VkDisplayKHR currentDisplay; member
|
H A D | vulkan_hash.hpp | 4238 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentDisplay );
|
H A D | vulkan_structs.hpp | 32165 VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay = {}; global() member [all...] |