Lines Matching defs:in
7 * to deal in the Software without restriction, including without limitation
13 * paragraph) shall be included in all copies or substantial portions of the
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE.
55 * Print an AST node in something approximating the original GLSL code
122 unsigned first_column; /**< First column in the first line. */
124 unsigned last_column; /**< Last column in the last line. */
205 * This is done as a define instead of as an additional value in the enum so
207 * enumeration value ?ast_num_operators? not handled in switch"
365 * array dimensions in outermost-to-innermost order.
397 * Specified in GLSL 4.20 and GL_ARB_shading_language_420pack.
415 * conversion code makes sure to fill it in with the appropriate type
472 unsigned in:1;
660 /** Maximum output vertices in GLSL 1.50 geometry shaders. */
663 /** Stream in GLSL 1.50 geometry shaders. */
676 * Input or output primitive type in GLSL 1.50 geometry shaders
782 * Validate current qualifier against the global in one.
788 * Merge current qualifier into the global in one.
895 * Flags for redeclarations. In these cases, no type is specified, to
896 * `type` is allowed to be NULL. In all other cases, this would be an error.