Home
last modified time | relevance | path

Searched refs:intel_miptree_blt_pitch (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_blit.c397 if (intel_miptree_blt_pitch(src_mt) >= 32768 || in emit_miptree_blit()
398 intel_miptree_blt_pitch(dst_mt) >= 32768) { in emit_miptree_blit()
Dintel_mipmap_tree.h711 intel_miptree_blt_pitch(struct intel_mipmap_tree *mt) in intel_miptree_blt_pitch() function
Dintel_mipmap_tree.c404 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()