Home
last modified time | relevance | path

Searched refs:f16 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.csv126 PIPE_FORMAT_A16_FLOAT , plain, 1, 1, 1, f16 , , , , 000x, rgb
127 PIPE_FORMAT_L16_FLOAT , plain, 1, 1, 1, f16 , , , , xxx1, rgb
128 PIPE_FORMAT_L16A16_FLOAT , plain, 1, 1, 1, f16 , f16 , , , xxxy, rgb
129 PIPE_FORMAT_I16_FLOAT , plain, 1, 1, 1, f16 , , , , xxxx, rgb
339 PIPE_FORMAT_R16_FLOAT , plain, 1, 1, 1, f16 , , , , x001, rgb
340 PIPE_FORMAT_R16G16_FLOAT , plain, 1, 1, 1, f16 , f16 , , , xy01, rgb
341 PIPE_FORMAT_R16G16B16_FLOAT , plain, 1, 1, 1, f16 , f16 , f16 , , xyz1, rgb
342 PIPE_FORMAT_R16G16B16A16_FLOAT , plain, 1, 1, 1, f16 , f16 , f16 , f16 , xyzw, rgb
562 PIPE_FORMAT_R16G16B16X16_FLOAT , plain, 1, 1, 1, f16, f16, f16, x16, xyz1, rgb
572 PIPE_FORMAT_R16A16_FLOAT , plain, 1, 1, 1, f16 , f16 , , , x00y, rgb
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_neon_4.h871 float16x4_t f16 = vcvt_f16_f32(a.m); in float_to_float16() local
874 uint16x4_t u16 = vreinterpret_u16_f16(f16); in float_to_float16()
896 float16x4_t f16 = vreinterpret_f16_u16(u16); in float16_to_float() local
899 return vfloat4(vcvt_f32_f16(f16)); in float16_to_float()
Dastcenc_vecmathlib_sse_4.h956 __m128i f16 = _mm_cvtepu16_epi32(packedf16); in float_to_float16() local
957 return vint4(f16); in float_to_float16()
973 __m128i f16 = _mm_cvtps_ph(_mm_set1_ps(a), 0); in float_to_float16() local
974 return static_cast<uint16_t>(_mm_cvtsi128_si32(f16)); in float_to_float16()
Dtinyexr.h12916 tinyexr::FP16 f16; local
12919 tinyexr::cpy2(&(f16.u), src_ptr);
12920 tinyexr::FP32 f32 = half_to_float(f16);