Lines Matching refs:node
38 * \defgroup AST Abstract syntax tree node definitions
56 * Print an AST node in something approximating the original GLSL code
61 * Convert the AST node to the high-level intermediate representation
69 * Retrieve the source location of an AST node
71 * This function is primarily used to get the source position of an AST node
91 * Set the source location of an AST node from a parser location
106 * Set the source location range of an AST node using two location nodes
121 * Source location of the AST node.
847 ast_node* &node);
860 ast_node* &node);
1294 * AST node representing a declaration of the output layout for tessellation
1311 * AST node representing a declaration of the input layout for geometry
1332 * AST node representing a decalaration of the input layout for compute