Searched refs:max_levels (Results 1 – 4 of 4) sorted by relevance
148 unsigned max_levels; member
958 unsigned max_levels = dev->tiler_features.max_levels; in GENX() local959 assert(max_levels >= 2); in GENX()963 tiler.hierarchy_mask = (max_levels >= 8) ? 0xFF : 0x28; in GENX()
151 .max_levels = (raw >> 8) & BITFIELD_MASK(4) in panfrost_query_tiler_features()
3901 const int max_levels = texObj->Immutable ? texObj->Attrib.ImmutableLevels : in check_level() local3904 if (level < 0 || level >= max_levels) { in check_level()