OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcrowstride
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
450
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/
radeon_mipmap_tree.c
450
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 2001 milliseconds