Home | History | Annotate | Download | only in glsl

Lines Matching full:variable

205       /* This catches the case where the variable is used in the RHS of an
268 /* Each variable assigned in the loop that isn't already marked as being loop
272 * - Variable is written before it is read.
274 * - Only one assignment to the variable.
278 * The last requirement is the reason for the progress loop. A variable
315 /* If there is more than one assignment to a variable, it cannot be a
316 * loop induction variable. This isn't strictly true, but this is a
317 * very simple induction variable detector, and it can't handle more
329 /* The assignmnet to the variable in the loop must be unconditional.
453 /* One of the of operands of the expression must be the variable assigned.
454 * If the operation is subtraction, the variable in question must be the