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.c2913 uint64_t rect_copy_size = height * max_surface_dim * bs; in blorp_buffer_copy() local
2915 copy_size -= rect_copy_size; in blorp_buffer_copy()
2916 src.offset += rect_copy_size; in blorp_buffer_copy()
2917 dst.offset += rect_copy_size; in blorp_buffer_copy()