Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
Du_format_rgtc.h80 … float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off);
105 … float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off);
Du_format_rgtc.c290 …t float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) in util_format_rxtc2_unorm_pack_rgba_float() argument
303 … tmp_g[j][i] = float_to_ubyte(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4 + chan2off]); in util_format_rxtc2_unorm_pack_rgba_float()
410 …t float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) in util_format_rxtc2_snorm_pack_rgba_float() argument
423 …p_g[j][i] = float_to_byte_tex(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4 + chan2off]); in util_format_rxtc2_snorm_pack_rgba_float()