Lines Matching refs:tiling_format
164 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() argument
188 switch (tiling_format) { in vc4_check_tex_size()
202 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size()
590 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local
682 tiling_format = VC4_TILING_FORMAT_LINEAR; in reloc_tex()
685 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
687 tiling_format = VC4_TILING_FORMAT_T; in reloc_tex()
691 tiling_format, width, height, cpp)) { in reloc_tex()
705 if (tiling_format == VC4_TILING_FORMAT_T && in reloc_tex()
707 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
710 switch (tiling_format) { in reloc_tex()