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 sequences
64 * 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
107 * Hash table containing all variables accessed in this loop
171 /** Are all variables in the RHS of the assignment loop constants? */
184 * Increment values for loop induction variables
186 * Loop induction variables have a single increment of the form
214 /* Variables that are marked read-only *MUST* be loop constant.