Home
last modified time | relevance | path

Searched refs:BLI_endian_switch_float_array (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_endian_switch.h46 void BLI_endian_switch_float_array(float *val, const int size) ATTR_NONNULL(1);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dendian_switch.c65 void BLI_endian_switch_float_array(float *val, const int size) in BLI_endian_switch_float_array() function
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_meshcache_mdd.c188 BLI_endian_switch_float_array(vertexCos[0], mdd_head.verts_tot * 3); in MOD_meshcache_read_mdd_index()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dcustomdata_file.c336 BLI_endian_switch_float_array(data, size / sizeof(float)); in cdf_read_data()
H A Dmask.c190 BLI_endian_switch_float_array(masklay_shape->data, in mask_blend_read_data()
H A Dkey.c150 BLI_endian_switch_float_array((float *)poin, b); in switch_endian_keyblock()
H A Dcurve.c200 BLI_endian_switch_float_array(nu->knotsu, KNOTSU(nu)); in switch_endian_knots()
203 BLI_endian_switch_float_array(nu->knotsv, KNOTSV(nu)); in switch_endian_knots()
H A Dcustomdata.c5132 BLI_endian_switch_float_array(*mdisps[i].disps, mdisps[i].totdisp * 3); in blend_read_mdisps()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c4298 BLI_endian_switch_float_array((float *)lctex->data, data_size * sizeof(float)); in direct_link_lightcache_texture()
9114 BLI_endian_switch_float_array(*ptr_p, array_size); in BLO_read_float_array()