Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp414 const auto one_past_max_h = NearestGreater(static_cast<float>(limits.maxViewportDimensions[1])); in NegHeightViewportTests() local
422 … {{0.0, 0.0, 64.0, one_past_max_h, 0.0, 1.0}, {"VUID-VkViewport-height-01773"}}, in NegHeightViewportTests()
Dvklayertests_command.cpp3908 …const auto one_past_max_h = NearestGreater(static_cast<float>(m_device->props.limits.maxViewportDi… in TEST_F() local
3922 {{0.0, 0.0, 64.0, one_past_max_h, 0.0, 1.0}, "VUID-VkViewport-height-01773"}, in TEST_F()