Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_rgtc.h80 …de, const float *src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off);
105 …de, const float *src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off);
Du_format_rgtc.c283 …ide, const float *src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) in util_format_rxtc2_unorm_pack_rgba_float() argument
296 … 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()
397 …ide, const float *src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) in util_format_rxtc2_snorm_pack_rgba_float() argument
410 …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()