| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| glsl_types.h | 261 * matrix (the top level structure or the uniform block). 337 * elements in the structure and the number of values pointed to by 338 * \c fields.structure (below). 369 struct glsl_struct_field *structure; /**< List of struct fields. */ member in union:glsl_type::__anon759 639 * - Structure types have their elements in-order and as tightly packed as 705 * There are no implicit array or structure conversions. For example, 1162 * Get the type of a structure field 1165 * Pointer to the type of the named field. If the type is not a structure 1213 * This is applied recursively so that structures containing structure
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| glsl_types.h | 173 * matrix (the top level structure or the uniform block). 247 * elements in the structure and the number of values pointed to by 248 * \c fields.structure (below). 272 struct glsl_struct_field *structure; /**< List of struct fields. */ member in union:glsl_type::__anon3390 535 * There are no implicit array or structure conversions. For example, 890 * Get the type of a structure field 893 * Pointer to the type of the named field. If the type is not a structure
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| private.h | 185 /* structure information */ 191 int function; /* if >= 0, it is a structure field index */ 192 } structure; member in struct:_LispProperty 498 /* create or change structure property */ 500 /* remove structure property */
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ast.h | 901 : type(NULL), type_name(name), structure(NULL), array_specifier(NULL), 907 /** Construct a type specifier from a structure definition */ 909 : type(NULL), type_name(s->name), structure(s), array_specifier(NULL), 916 : type(t), type_name(t->name), structure(NULL), array_specifier(NULL), 932 ast_struct_specifier *structure; member in class:ast_type_specifier
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ast.h | 891 : type(NULL), type_name(name), structure(NULL), array_specifier(NULL), 897 /** Construct a type specifier from a structure definition */ 899 : type(NULL), type_name(s->name), structure(s), array_specifier(NULL), 906 : type(t), type_name(t->name), structure(NULL), array_specifier(NULL), 922 ast_struct_specifier *structure; member in class:ast_type_specifier
|