Home
last modified time | relevance | path

Searched refs:color_f32 (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp1488 vfloat4 color_f32 = clamp(0.0f, 1.0f, blk.origin_texel) * 65535.0f; in compress_block() local
1489 vint4 color_u16 = float_to_int_rtn(color_f32); in compress_block()
1743 vfloat4 color_f32 = clamp(0.0f, 1.0f, blk.origin_texel) * 65535.0f; in compress_block() local
1744 vint4 color_u16 = float_to_int_rtn(color_f32); in compress_block()

Completed in 6 milliseconds