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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_pbo.c140 unsigned offset_rows; local in function:st_pbo_addresses_pixelstore
150 offset_rows = store->SkipRows;
152 offset_rows += addr->image_height * store->SkipImages;
154 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_pbo.c142 unsigned offset_rows; local in function:st_pbo_addresses_pixelstore
152 offset_rows = store->SkipRows;
154 offset_rows += addr->image_height * store->SkipImages;
156 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows;

Completed in 3 milliseconds