Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Dmakesdna.c164 static short *types_size_native; variable
372 types_size_native[index] = size; in add_type()
385 types_size_native[types_len] = size; in add_type()
872 if (types_size_native[type] > 3 && (len % 4)) { in check_field_alignment()
924 if (types_size_native[structtype] == 0) { in calculate_struct_sizes()
1016 else if (types_size_native[type]) { in calculate_struct_sizes()
1112 if (types_size_native[structtype] != 0) { in calculate_struct_sizes()
1125 if (types_size_native[structtype] == 0) { in calculate_struct_sizes()
1267 const short *sp = types_size_native; in make_structDNA()
1336 dna_write(file, types_size_native, len); in make_structDNA()
[all …]