Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
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()
1034 float *dst_row, unsigned dst_rowstride, in decompress_rgb_float_block() argument
1070 dst_row += dst_rowstride / sizeof dst_row[0]; in decompress_rgb_float_block()
1129 dst_row += dst_rowstride / sizeof dst_row[0]; in decompress_rgb_float_block()
1136 float *dst, int dst_rowstride, bool is_signed) in decompress_rgb_float() argument
[all …]