Searched refs:intel_miptree_blt_pitch (Results 1 – 3 of 3) sorted by relevance
397 if (intel_miptree_blt_pitch(src_mt) >= 32768 || in emit_miptree_blit()398 intel_miptree_blt_pitch(dst_mt) >= 32768) { in emit_miptree_blit()
711 intel_miptree_blt_pitch(struct intel_mipmap_tree *mt) in intel_miptree_blt_pitch() function
404 if (need_to_retile_as_linear(brw, intel_miptree_blt_pitch(mt), in make_surface()3080 const unsigned src_blt_pitch = intel_miptree_blt_pitch(mt); in can_blit_slice()