Home
last modified time | relevance | path

Searched defs:src_rowstride (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h795 decompress_rgba_unorm(int width, int height, const uint8_t *src, int src_rowstride, uint8_t *dst, int dst_rowstride) decompress_rgba_unorm() 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
1182 get_average_luminance_alpha_unorm(int width, int height, const uint8_t *src, int src_rowstride, int *average_luminance, int *average_alpha) get_average_luminance_alpha_unorm() argument
1203 get_rgba_endpoints_unorm(int width, int height, const uint8_t *src, int src_rowstride, int average_luminance, int average_alpha, uint8_t endpoints[][4]) get_rgba_endpoints_unorm() argument
1300 write_rgb_indices_unorm(struct bit_writer *writer, int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t endpoints[][4]) write_rgb_indices_unorm() argument
1356 write_alpha_indices_unorm(struct bit_writer *writer, int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t endpoints[][4]) write_alpha_indices_unorm() argument
1401 compress_rgba_unorm_block(int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t *dst) compress_rgba_unorm_block() 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
1460 src + x * 4 + y * src_rowstride, compress_rgba_unorm() local
1461 src_rowstride, compress_rgba_unorm() local
1470 get_average_luminance_float(int width, int height, const float *src, int src_rowstride) get_average_luminance_float() argument
1507 get_endpoints_float(int width, int height, const float *src, int src_rowstride, float average_luminance, float endpoints[][3], bool is_signed) get_endpoints_float() argument
1583 write_rgb_indices_float(struct bit_writer *writer, int src_width, int src_height, const float *src, int src_rowstride, float endpoints[][3]) write_rgb_indices_float() argument
1669 compress_rgb_float_block(int src_width, int src_height, const float *src, int src_rowstride, uint8_t *dst, bool is_signed) compress_rgb_float_block() 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
1726 src_rowstride, compress_rgb_float() local
[all...]

Completed in 3 milliseconds