Lines Matching full:current
102 * Printable list of GLSL versions supported by the current context
135 * During AST to IR conversion, pointer to current IR function
161 /** Loop or switch statement containing the current instructions. */
228 # define YYLLOC_DEFAULT(Current, Rhs, N) \
232 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
233 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
235 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
239 (Current).first_line = (Current).last_line = \
241 (Current).first_column = (Current).last_column = \
244 (Current).source = 0; \