Searched defs:offset_rows (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c137 unsigned offset_rows; local
147 offset_rows = store->SkipRows;
149 offset_rows += addr->image_height * store->SkipImages;
151 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows;

Completed in 622 milliseconds