Searched refs:tiling_format (Results 1 – 1 of 1) sorted by relevance
165 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() argument189 switch (tiling_format) { in vc4_check_tex_size()203 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size()605 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local697 tiling_format = VC4_TILING_FORMAT_LINEAR; in reloc_tex()700 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()702 tiling_format = VC4_TILING_FORMAT_T; in reloc_tex()706 tiling_format, width, height, cpp)) { in reloc_tex()720 if (tiling_format == VC4_TILING_FORMAT_T && in reloc_tex()722 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()[all …]