Home
last modified time | relevance | path

Searched defs:totgrid (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_buffers.c85 int totgrid; member
440 int totgrid, in gpu_pbvh_grid_fill_index_buffers()
593 int totgrid, in GPU_pbvh_grid_buffers_update()
768 GPU_PBVH_Buffers *GPU_pbvh_grid_buffers_build(int totgrid, BLI_bitmap **grid_hidden) in GPU_pbvh_grid_buffers_build()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_undo.c144 int totgrid; in update_cb_partial() local
929 int *grid_indices, totgrid; in sculpt_undo_alloc_and_store_hidden() local
978 int totvert, allvert, totgrid, maxgrid, gridsize, *grids; in sculpt_undo_alloc_node() local
1286 int totgrid, *grids; in SCULPT_undo_push_node() local
H A Dpaint_hide.c137 int *grid_indices, totgrid; in partialvis_update_grids() local
H A Dsculpt_intern.h591 int totgrid; /* to restore into right location */ member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pbvh.h354 int totgrid; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpbvh.c358 int totgrid, in BKE_pbvh_count_grid_quads()
628 int totgrid, in BKE_pbvh_build_grids()
1475 int *grid_indices, totgrid, i; in pbvh_grids_node_visibility_update() local
2197 const int totgrid = node->totprim; in pbvh_grids_node_raycast() local
2486 const int totgrid = node->totprim; in pbvh_grids_node_nearest_to_ray() local
2937 int totgrid, gridsize, uniq_verts, totvert; in pbvh_vertex_iter_init() local
H A Dpbvh_intern.h150 int totgrid; member