Searched defs:is_tiled (Results 1 – 4 of 4) sorted by relevance
88 static void afbc_buffer_align(const bool is_tiled, T *size) in afbc_buffer_align()252 const bool is_tiled = ((alloc_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in init_afbc() local
26 pub is_tiled: bool, field
82 static bool is_tiled(SkTileMode m) { return SkTileMode::kMirror == m || SkTileMode::kRepeat == m; } in is_tiled() function
1603 bool is_tiled = src_modifier & AFBC_FORMAT_MOD_TILED; in panfrost_pack_afbc() local