Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsubdiv_foreach.c1146 const int ptex_resolution = ptex_face_resolution_get(coarse_poly, resolution); in subdiv_foreach_loops_regular() local
1147 const int ptex_inner_resolution = ptex_resolution - 2; in subdiv_foreach_loops_regular()
1150 const float inv_ptex_resolution_1 = 1.0f / (float)(ptex_resolution - 1); in subdiv_foreach_loops_regular()
1162 for (int y = 1; y < ptex_resolution - 2; y++) { in subdiv_foreach_loops_regular()
1165 for (int x = 1; x < ptex_resolution - 2; x++, subdiv_loop_index += 4) { in subdiv_foreach_loops_regular()
1696 const int ptex_resolution = ptex_face_resolution_get(coarse_poly, resolution); in subdiv_foreach_polys() local
1697 const int num_polys_per_ptex = num_polys_per_ptex_get(ptex_resolution); in subdiv_foreach_polys()