Home | History | Annotate | Download | only in glsl

Lines Matching defs:variables

33  * Analyze and classify all variables used in all loops in the instruction list
42 * Based on analysis of loop variables, this function tries to remove
68 * Tracking for all variables used in a loop
79 * Variables that have not yet been classified
81 exec_list variables;
84 * Variables whose values are constant within the body of the loop
91 * Induction variables for this loop
115 * Hash table containing all variables accessed in this loop
155 /** Are all variables in the RHS of the assignment loop constants? */
183 /* Induction variables always have a non-null increment, and vice