Searched refs:planeCountRequested (Results 1 – 1 of 1) sorted by relevance
968 for (deUint32 planeCountRequested = 0; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local969 planeCountRequested < planeCountTested + 2; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()970 planeCountRequested++) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()972 const deUint32 planeCountExpected = std::min(planeCountRequested, planeCountReported); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()979 …std::vector<VkDisplayPlanePropertiesKHR> planeProps (planeCountRequested + canaryItemCount, inv… in testGetPhysicalDeviceDisplayPlanePropertiesKHR()980 deUint32 planeCountRetrieved = planeCountRequested; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()993 if (planeCountRequested >= planeCountReported) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()1874 for (deUint32 planeCountRequested = 0; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() local1875 planeCountRequested < planeCountTested + 2; in testGetPhysicalDeviceDisplayPlaneProperties2KHR()1876 planeCountRequested++) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()[all …]