Searched refs:float_to_byte_tex (Results 1 – 3 of 3) sorted by relevance
182 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()422 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()423 …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()
447 float_to_byte_tex(float f) in float_to_byte_tex() function
664 float_to_byte_tex(float f) in float_to_byte_tex() function