Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h211 T NearestGreater(const T from) { in NearestGreater() function
Dlayer_validation_tests.cpp414 const auto one_past_max_h = NearestGreater(static_cast<float>(limits.maxViewportDimensions[1])); in NegHeightViewportTests()
419 const auto one_past_max_bound = NearestGreater(max_bound); in NegHeightViewportTests()
Dvklayertests_command.cpp3907 …const auto one_past_max_w = NearestGreater(static_cast<float>(m_device->props.limits.maxViewportDi… in TEST_F()
3908 …const auto one_past_max_h = NearestGreater(static_cast<float>(m_device->props.limits.maxViewportDi… in TEST_F()
3913 const auto one_past_max_bounds = NearestGreater(max_bound); in TEST_F()
3916 const auto past_one = NearestGreater(1.0f); in TEST_F()
Dvklayertests_pipeline_shader.cpp1380 range_test(NearestGreater(1.0F), false); in TEST_F()
2238 …const std::vector<float> test_cases = {-1.0f, 0.0f, NearestSmaller(1.0f), NearestGreater(1.0f), NA… in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp103 …sampler_info.maxAnisotropy = NearestGreater(m_device->phy().properties().limits.maxSamplerAnisotro… in TEST_F()