Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/attributes/
H A Dgeometry_attribute.h146 return ConvertTypedValue<int8_t, OutT>(att_id, out_num_components, in ConvertValue()
149 return ConvertTypedValue<uint8_t, OutT>(att_id, out_num_components, in ConvertValue()
152 return ConvertTypedValue<int16_t, OutT>(att_id, out_num_components, in ConvertValue()
155 return ConvertTypedValue<uint16_t, OutT>(att_id, out_num_components, in ConvertValue()
158 return ConvertTypedValue<int32_t, OutT>(att_id, out_num_components, in ConvertValue()
161 return ConvertTypedValue<uint32_t, OutT>(att_id, out_num_components, in ConvertValue()
164 return ConvertTypedValue<int64_t, OutT>(att_id, out_num_components, in ConvertValue()
167 return ConvertTypedValue<uint64_t, OutT>(att_id, out_num_components, in ConvertValue()
170 return ConvertTypedValue<float, OutT>(att_id, out_num_components, in ConvertValue()
173 return ConvertTypedValue<double, OutT>(att_id, out_num_components, in ConvertValue()
[all …]
/dports/archivers/draco/draco-1.4.3/src/draco/attributes/
H A Dgeometry_attribute.h158 return ConvertTypedValue<int8_t, OutT>(att_id, out_num_components, in ConvertValue()
161 return ConvertTypedValue<uint8_t, OutT>(att_id, out_num_components, in ConvertValue()
164 return ConvertTypedValue<int16_t, OutT>(att_id, out_num_components, in ConvertValue()
167 return ConvertTypedValue<uint16_t, OutT>(att_id, out_num_components, in ConvertValue()
170 return ConvertTypedValue<int32_t, OutT>(att_id, out_num_components, in ConvertValue()
173 return ConvertTypedValue<uint32_t, OutT>(att_id, out_num_components, in ConvertValue()
176 return ConvertTypedValue<int64_t, OutT>(att_id, out_num_components, in ConvertValue()
179 return ConvertTypedValue<uint64_t, OutT>(att_id, out_num_components, in ConvertValue()
182 return ConvertTypedValue<float, OutT>(att_id, out_num_components, in ConvertValue()
185 return ConvertTypedValue<double, OutT>(att_id, out_num_components, in ConvertValue()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/attributes/
H A Dgeometry_attribute.h158 return ConvertTypedValue<int8_t, OutT>(att_id, out_num_components, in ConvertValue()
161 return ConvertTypedValue<uint8_t, OutT>(att_id, out_num_components, in ConvertValue()
164 return ConvertTypedValue<int16_t, OutT>(att_id, out_num_components, in ConvertValue()
167 return ConvertTypedValue<uint16_t, OutT>(att_id, out_num_components, in ConvertValue()
170 return ConvertTypedValue<int32_t, OutT>(att_id, out_num_components, in ConvertValue()
173 return ConvertTypedValue<uint32_t, OutT>(att_id, out_num_components, in ConvertValue()
176 return ConvertTypedValue<int64_t, OutT>(att_id, out_num_components, in ConvertValue()
179 return ConvertTypedValue<uint64_t, OutT>(att_id, out_num_components, in ConvertValue()
182 return ConvertTypedValue<float, OutT>(att_id, out_num_components, in ConvertValue()
185 return ConvertTypedValue<double, OutT>(att_id, out_num_components, in ConvertValue()
[all …]