Home
last modified time | relevance | path

Searched defs:max_levels (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_device.h147 unsigned max_levels; member
Dpan_cs.c883 unsigned max_levels = dev->tiler_features.max_levels; in GENX() local
/third_party/boost/boost/math/quadrature/
Dgauss_kronrod.hpp1829 …_adaptive_integrate(const recursive_info<F>* info, Real a, Real b, unsigned max_levels, Real abs_t… in recursive_adaptive_integrate()
/third_party/mesa3d/src/mesa/main/
Dfbobject.c3763 const int max_levels = texObj->Immutable ? texObj->Attrib.ImmutableLevels : in check_level() local