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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c281 unsigned int num_loops, loop_depth, num_ifcs; member in struct:shader_arb_ctx_priv
2875 if(priv->loop_depth > 1) shader_addline(buffer, "PUSHA aL;\n");
2902 if(priv->loop_depth > 1) shader_addline(buffer, "PUSHA aL;\n");
2929 if(priv->loop_depth > 1) shader_addline(buffer, "POPA aL;\n");
2952 if(priv->loop_depth > 1) shader_addline(buffer, "POPA aL;\n");
3663 if(reg_maps->usesdsx || reg_maps->usesdsy || reg_maps->loop_depth > 0 || reg_maps->usestexldd ||
5474 priv->loop_depth--;
5505 priv->loop_depth++;
H A Dwined3d_private.h628 unsigned loop_depth; member in struct:wined3d_shader_reg_maps
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c257 unsigned int num_loops, loop_depth, num_ifcs; member in struct:shader_arb_ctx_priv
2683 if(priv->loop_depth > 1) shader_addline(buffer, "PUSHA aL;\n");
2710 if(priv->loop_depth > 1) shader_addline(buffer, "PUSHA aL;\n");
2737 if(priv->loop_depth > 1) shader_addline(buffer, "POPA aL;\n");
2760 if(priv->loop_depth > 1) shader_addline(buffer, "POPA aL;\n");
3398 if(reg_maps->usesdsx || reg_maps->usesdsy || reg_maps->loop_depth > 0 || reg_maps->usestexldd ||
5033 priv->loop_depth++;
5216 priv->loop_depth--;
H A Dwined3d_private.h584 unsigned loop_depth; member in struct:shader_reg_maps
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h595 unsigned loop_depth; member in struct:shader_reg_maps

Completed in 218 milliseconds