Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp88 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
/aosp_15_r20/external/mesa3d/src/nouveau/nil/
H A Dtiling.rs26 pub is_tiled: bool, field
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFShader.cpp82 static bool is_tiled(SkTileMode m) { return SkTileMode::kMirror == m || SkTileMode::kRepeat == m; } in is_tiled() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c1603 bool is_tiled = src_modifier & AFBC_FORMAT_MOD_TILED; in panfrost_pack_afbc() local