Home
last modified time | relevance | path

Searched refs:float_to_byte_tex (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format_rgtc.c182 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()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c727 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()
/third_party/mesa3d/src/util/
Du_math.h383 float_to_byte_tex(float f) in float_to_byte_tex() function