Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsubdiv_foreach.c106 int *subdiv_vertex_offset; member
251 ctx->subdiv_vertex_offset[poly_index] = vertex_offset; in subdiv_foreach_ctx_init_offsets()
279 ctx->subdiv_vertex_offset = MEM_malloc_arrayN( in subdiv_foreach_ctx_init()
280 coarse_mesh->totpoly, sizeof(*ctx->subdiv_vertex_offset), "vertex_offset"); in subdiv_foreach_ctx_init()
298 MEM_freeN(ctx->subdiv_vertex_offset); in subdiv_foreach_ctx_free()
637 const int start_vertex_index = ctx->subdiv_vertex_offset[coarse_poly_index]; in subdiv_foreach_inner_vertices_regular()
665 const int start_vertex_index = ctx->subdiv_vertex_offset[coarse_poly_index]; in subdiv_foreach_inner_vertices_special()
800 ctx->subdiv_vertex_offset[poly_index]; in subdiv_foreach_edges_all_patches_regular()
885 ctx->subdiv_vertex_offset[poly_index]; in subdiv_foreach_edges_all_patches_special()
1153 ctx->subdiv_vertex_offset[coarse_poly_index]; in subdiv_foreach_loops_regular()
[all …]