HomeSort by: relevance | last modified time | path
    Searched refs:_mesa_snorm_to_float (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/format/
format_utils.h 49 _mesa_snorm_to_float(int x, unsigned src_bits) function
66 return _mesa_float_to_half(_mesa_snorm_to_float(x, src_bits));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_utils.h 62 _mesa_snorm_to_float(int x, unsigned src_bits) function
79 return _mesa_float_to_half(_mesa_snorm_to_float(x, src_bits));
format_utils.c 961 SWIZZLE_CONVERT(float, int8_t, _mesa_snorm_to_float(src, 8));
975 SWIZZLE_CONVERT(float, int16_t, _mesa_snorm_to_float(src, 16));
989 SWIZZLE_CONVERT(float, int32_t, _mesa_snorm_to_float(src, 32));
  /xsrc/external/mit/MesaLib.old/src/mesa/main/
format_unpack.c 1121 dst[0] = _mesa_snorm_to_float(r, 8);
1124 dst[1] = _mesa_snorm_to_float(g, 8);
1127 dst[2] = _mesa_snorm_to_float(b, 8);
1130 dst[3] = _mesa_snorm_to_float(a, 8);
1143 dst[0] = _mesa_snorm_to_float(r, 8);
1146 dst[1] = _mesa_snorm_to_float(g, 8);
1149 dst[2] = _mesa_snorm_to_float(b, 8);
1165 dst[0] = _mesa_snorm_to_float(r, 8);
1168 dst[1] = _mesa_snorm_to_float(g, 8);
1171 dst[2] = _mesa_snorm_to_float(b, 8)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_utils.c 989 SWIZZLE_CONVERT(float, int8_t, _mesa_snorm_to_float(src, 8));
1003 SWIZZLE_CONVERT(float, int16_t, _mesa_snorm_to_float(src, 16));
1017 SWIZZLE_CONVERT(float, int32_t, _mesa_snorm_to_float(src, 32));
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_acceleration_structure.c 261 coords[0] = _mesa_snorm_to_float(*(const int16_t *)(v_data + 0), 16);
262 coords[1] = _mesa_snorm_to_float(*(const int16_t *)(v_data + 2), 16);
267 coords[0] = _mesa_snorm_to_float(*(const int16_t *)(v_data + 0), 16);
268 coords[1] = _mesa_snorm_to_float(*(const int16_t *)(v_data + 2), 16);
269 coords[2] = _mesa_snorm_to_float(*(const int16_t *)(v_data + 4), 16);
270 coords[3] = _mesa_snorm_to_float(*(const int16_t *)(v_data + 6), 16);
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl_format.c 1283 unpacked.f32 = _mesa_snorm_to_float(sign_extend(packed, layout->bits),
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl_format.c 981 unpacked.f32 = _mesa_snorm_to_float(sign_extend(packed, layout->bits),

Completed in 12 milliseconds