Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h219 T NearestSmaller(const T from) { in NearestSmaller() function
Dlayer_validation_tests.cpp413 …const auto one_before_min_h = NearestSmaller(-static_cast<float>(limits.maxViewportDimensions[1])); in NegHeightViewportTests()
418 const auto one_before_min_bound = NearestSmaller(min_bound); in NegHeightViewportTests()
Dvklayertests_pipeline_shader.cpp1379 range_test(NearestSmaller(0.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_command.cpp3912 const auto one_before_min_bounds = NearestSmaller(min_bound); in TEST_F()
3915 const auto below_zero = NearestSmaller(0.0f); in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp98 sampler_info.maxAnisotropy = NearestSmaller(1.0F); in TEST_F()