Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c3081 const unsigned dst_blt_pitch = ALIGN(map->w * mt->cpp, 64); in can_blit_slice() local
3082 return src_blt_pitch < 32768 && dst_blt_pitch < 32768; in can_blit_slice()