Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_blit.c2635 uint64_t rect_copy_size = height * max_surface_dim * bs; in blorp_buffer_copy() local
2637 copy_size -= rect_copy_size; in blorp_buffer_copy()
2638 src.offset += rect_copy_size; in blorp_buffer_copy()
2639 dst.offset += rect_copy_size; in blorp_buffer_copy()