Searched defs:totgrid (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/ |
H A D | gpu_buffers.c | 85 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 D | sculpt_undo.c | 144 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 D | paint_hide.c | 137 int *grid_indices, totgrid; in partialvis_update_grids() local
|
H A D | sculpt_intern.h | 591 int totgrid; /* to restore into right location */ member
|
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/ |
H A D | BKE_pbvh.h | 354 int totgrid; member
|
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/ |
H A D | pbvh.c | 358 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 D | pbvh_intern.h | 150 int totgrid; member
|