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

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c450 const uint32_t srcrowstride = _mesa_format_row_stride(image->base.Base.TexFormat, image->base.Base.Width); local
459 copy_rows(dest, dstlvl->rowstride, image->base.Map, srcrowstride,
460 rows, srcrowstride);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c450 const uint32_t srcrowstride = _mesa_format_row_stride(image->base.Base.TexFormat, image->base.Base.Width); local
459 copy_rows(dest, dstlvl->rowstride, image->base.Map, srcrowstride,
460 rows, srcrowstride);

Completed in 62 milliseconds