Lines Matching refs:tiling_format
160 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() argument
180 switch (tiling_format) { in vc4_check_tex_size()
194 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size()
578 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local
670 tiling_format = VC4_TILING_FORMAT_LINEAR; in reloc_tex()
673 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
675 tiling_format = VC4_TILING_FORMAT_T; in reloc_tex()
679 tiling_format, width, height, cpp)) { in reloc_tex()
693 if (tiling_format == VC4_TILING_FORMAT_T && in reloc_tex()
695 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
698 switch (tiling_format) { in reloc_tex()