Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_endian_switch.h45 void BLI_endian_switch_uint32_array(unsigned int *val, const int size) ATTR_NONNULL(1);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dendian_switch.c55 void BLI_endian_switch_uint32_array(unsigned int *val, const int size) in BLI_endian_switch_uint32_array() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh.c325 BLI_endian_switch_uint32_array(tf->col, 4); in mesh_blend_read_data()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c4301 BLI_endian_switch_uint32_array((uint *)lctex->data, data_size * sizeof(uint)); in direct_link_lightcache_texture()
9106 BLI_endian_switch_uint32_array(*ptr_p, array_size); in BLO_read_uint32_array()