OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_rowstride
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c
98
unsigned
dst_rowstride
, dst_imagesize, aligned_rowstride, flip_y;
local
122
dst_rowstride
= pack->RowLength;
124
dst_rowstride
= width;
132
aligned_rowstride = get_texture_image_row_stride(radeon, dst_format,
dst_rowstride
, 0, GL_TEXTURE_2D);
133
dst_rowstride
*= _mesa_get_format_bytes(dst_format);
134
if (_mesa_is_bufferobj(pack->BufferObj) && aligned_rowstride !=
dst_rowstride
)
182
copy_rows(pixels,
dst_rowstride
, dst_buffer->ptr,
183
aligned_rowstride, height,
dst_rowstride
);
Completed in 3591 milliseconds