Home
last modified time | relevance | path

Searched refs:canaryItemCount (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp833 const deUint32 canaryItemCount = 1; in testGetPhysicalDeviceDisplayPropertiesKHR() local
834 …std::vector<VkDisplayPropertiesKHR> displaysProps (displayCountRequested + canaryItemCount, inv… in testGetPhysicalDeviceDisplayPropertiesKHR()
978 const deUint32 canaryItemCount = 1; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
979 …std::vector<VkDisplayPlanePropertiesKHR> planeProps (planeCountRequested + canaryItemCount, inv… in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1111 const deUint32 canaryItemCount = 1; in testGetDisplayPlaneSupportedDisplaysKHR() local
1112 …std::vector<VkDisplayKHR> displaysForPlane (displayCountRequested + canaryItemCount, nullDisplay… in testGetDisplayPlaneSupportedDisplaysKHR()
1208 const deUint32 canaryItemCount = 1; in testGetDisplayModePropertiesKHR() local
1209 …std::vector<VkDisplayModePropertiesKHR> modesForDisplay (modesCountRequested + canaryItemCount, … in testGetDisplayModePropertiesKHR()
1748 const deUint32 canaryItemCount = 1; in testGetPhysicalDeviceDisplayProperties2KHR() local
1749 …std::vector<VkDisplayProperties2KHR> displaysProps2 (displayCountRequested + canaryItemCount,… in testGetPhysicalDeviceDisplayProperties2KHR()
[all …]