Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h659 uint8_t *dst_row, int dst_rowstride) in decompress_rgba_unorm_block()
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()
812 dst + x * 4 + y * dst_rowstride, in decompress_rgba_unorm() local
813 dst_rowstride); in decompress_rgba_unorm() local
1036 float *dst_row, unsigned dst_rowstride, in decompress_rgb_float_block()
1072 dst_row += dst_rowstride / sizeof dst_row[0]; in decompress_rgb_float_block()
1131 dst_row += dst_rowstride / sizeof dst_row[0]; in decompress_rgb_float_block()
1138 float *dst, int dst_rowstride, boo in decompress_rgb_float()
657 decompress_rgba_unorm_block(int src_width, int src_height, const uint8_t *block, uint8_t *dst_row, int dst_rowstride) decompress_rgba_unorm_block() argument
795 decompress_rgba_unorm(int width, int height, const uint8_t *src, int src_rowstride, uint8_t *dst, int dst_rowstride) decompress_rgba_unorm() argument
1034 decompress_rgb_float_block(unsigned src_width, unsigned src_height, const uint8_t *block, float *dst_row, unsigned dst_rowstride, bool is_signed) decompress_rgb_float_block() argument
1136 decompress_rgb_float(int width, int height, const uint8_t *src, int src_rowstride, float *dst, int dst_rowstride, bool is_signed) decompress_rgb_float() argument
1444 compress_rgba_unorm(int width, int height, const uint8_t *src, int src_rowstride, uint8_t *dst, int dst_rowstride) compress_rgba_unorm() argument
1707 compress_rgb_float(int width, int height, const float *src, int src_rowstride, uint8_t *dst, int dst_rowstride, bool is_signed) compress_rgb_float() argument
[all...]

Completed in 3 milliseconds