Home
last modified time | relevance | path

Searched refs:dst_rowstride (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; in do_blit_readpixels() local
122 dst_rowstride = pack->RowLength; in do_blit_readpixels()
124 dst_rowstride = width; in do_blit_readpixels()
132 …aligned_rowstride = get_texture_image_row_stride(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_… in do_blit_readpixels()
133 dst_rowstride *= _mesa_get_format_bytes(dst_format); in do_blit_readpixels()
134 if (pack->BufferObj && aligned_rowstride != dst_rowstride) in do_blit_readpixels()
182 copy_rows(pixels, dst_rowstride, dst_buffer->ptr, in do_blit_readpixels()
183 aligned_rowstride, height, dst_rowstride); in do_blit_readpixels()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; in do_blit_readpixels() local
122 dst_rowstride = pack->RowLength; in do_blit_readpixels()
124 dst_rowstride = width; in do_blit_readpixels()
132 …aligned_rowstride = get_texture_image_row_stride(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_… in do_blit_readpixels()
133 dst_rowstride *= _mesa_get_format_bytes(dst_format); in do_blit_readpixels()
134 if (pack->BufferObj && aligned_rowstride != dst_rowstride) in do_blit_readpixels()
182 copy_rows(pixels, dst_rowstride, dst_buffer->ptr, in do_blit_readpixels()
183 aligned_rowstride, height, dst_rowstride); in do_blit_readpixels()
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h659 uint8_t *dst_row, int dst_rowstride) in decompress_rgba_unorm_block() argument
683 dst_row += dst_rowstride; in decompress_rgba_unorm_block()
790 dst_row += dst_rowstride; in decompress_rgba_unorm_block()
797 uint8_t *dst, int dst_rowstride) in decompress_rgba_unorm() argument
812 dst + x * 4 + y * dst_rowstride, in decompress_rgba_unorm()
813 dst_rowstride); in decompress_rgba_unorm()
1046 float *dst_row, unsigned dst_rowstride, in decompress_rgb_float_block() argument
1082 dst_row += dst_rowstride / sizeof dst_row[0]; in decompress_rgb_float_block()
1141 dst_row += dst_rowstride / sizeof dst_row[0]; in decompress_rgb_float_block()
1148 float *dst, int dst_rowstride, bool is_signed) in decompress_rgb_float() argument
[all …]