Searched refs:min_bound (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ra.c | 436 unsigned *min_bound = calloc(sizeof(unsigned), ctx->temp_count); in allocate_registers() local 490 min_bound[dest] = 8; in allocate_registers() 500 min_bound[dest] = 16; in allocate_registers() 511 min_bound[i] ? min_bound[i] : 16); in allocate_registers() 517 free(min_bound); in allocate_registers()
|
/external/gemmlowp/fixedpoint/ |
D | fixedpoint.h | 527 const double min_bound = static_cast<double>(ScalarRawMin()); 531 min_bound),
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 416 const auto min_bound = limits.viewportBoundsRange[0]; in NegHeightViewportTests() local 418 const auto one_before_min_bound = NearestSmaller(min_bound); in NegHeightViewportTests() 426 … {{0.0, min_bound, 64.0, -1.0, 0.0, 1.0}, {"VUID-VkViewport-y-01777"}}, in NegHeightViewportTests()
|
D | vklayertests_command.cpp | 3910 const auto min_bound = m_device->props.limits.viewportBoundsRange[0]; in TEST_F() local 3912 const auto one_before_min_bounds = NearestSmaller(min_bound); in TEST_F()
|
/external/libabigail/src/ |
D | abg-reader.cc | 3907 array_type_def::subrange_type::bound_value min_bound; in build_subrange_type() local 3919 min_bound.set_signed(lower_bound); in build_subrange_type() 3925 name, min_bound, max_bound, in build_subrange_type()
|