Home
last modified time | relevance | path

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

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