Searched defs:cur_loop_depth (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c451 unsigned int cur_loop_depth = 0, max_loop_depth = 0; local
613 cur_loop_depth++;
614 if (cur_loop_depth > max_loop_depth) max_loop_depth = cur_loop_depth;
619 cur_loop_depth--;
H A Dwined3d_private.h3124 UINT cur_loop_depth, cur_loop_regno; member in struct:IWineD3DBaseShaderClass
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c451 unsigned int cur_loop_depth = 0, max_loop_depth = 0; local
613 cur_loop_depth++;
614 if (cur_loop_depth > max_loop_depth) max_loop_depth = cur_loop_depth;
619 cur_loop_depth--;
H A Dwined3d_private.h3089 UINT cur_loop_depth, cur_loop_regno; member in struct:IWineD3DBaseShaderClass
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c506 unsigned int cur_loop_depth = 0, max_loop_depth = 0; local
823 ++cur_loop_depth;
824 if (cur_loop_depth > max_loop_depth)
825 max_loop_depth = cur_loop_depth;
829 --cur_loop_depth;

Completed in 101 milliseconds