Searched refs:dst_rowstride (Results 1 – 1 of 1) sorted by relevance
659 uint8_t *dst_row, int dst_rowstride) in decompress_rgba_unorm_block() argument683 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() argument812 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() argument1070 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 …]