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()
727 OUT_RING(ring, float_to_byte_tex(color->f[0])); in emit_clear_color()728 OUT_RING(ring, float_to_byte_tex(color->f[1])); in emit_clear_color()729 OUT_RING(ring, float_to_byte_tex(color->f[2])); in emit_clear_color()730 OUT_RING(ring, float_to_byte_tex(color->f[3])); in emit_clear_color()
383 float_to_byte_tex(float f) in float_to_byte_tex() function