Searched refs:float_to_byte_tex (Results 1 – 2 of 2) sorted by relevance
176 tmp[j][i] = float_to_byte_tex(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]); in util_format_rgtc1_snorm_pack_rgba_float()409 tmp_r[j][i] = float_to_byte_tex(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]); in util_format_rxtc2_snorm_pack_rgba_float()410 …tmp_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()
408 float_to_byte_tex(float f) in float_to_byte_tex() function