Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_device.h148 unsigned max_levels; member
Dpan_cs.c958 unsigned max_levels = dev->tiler_features.max_levels; in GENX() local
959 assert(max_levels >= 2); in GENX()
963 tiler.hierarchy_mask = (max_levels >= 8) ? 0xFF : 0x28; in GENX()
Dpan_props.c151 .max_levels = (raw >> 8) & BITFIELD_MASK(4) in panfrost_query_tiler_features()
/third_party/mesa3d/src/mesa/main/
Dfbobject.c3901 const int max_levels = texObj->Immutable ? texObj->Attrib.ImmutableLevels : in check_level() local
3904 if (level < 0 || level >= max_levels) { in check_level()