Lines Matching refs:planeCountRequested

968 	for (deUint32	planeCountRequested = 0;  in testGetPhysicalDeviceDisplayPlanePropertiesKHR()  local
969 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() local
1875 planeCountRequested < planeCountTested + 2; in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1876 planeCountRequested++) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1878 const deUint32 planeCountExpected = std::min(planeCountRequested, planeCountReported); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1891 …std::vector<VkDisplayPlaneProperties2KHR> planeProps2 (planeCountRequested + canaryItemCount,… in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1892 deUint32 planeCountRetrieved = planeCountRequested; in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1905 if (planeCountRequested >= planeCountReported) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()