Lines Matching refs:structure
118 * "There are no implicit array or structure conversions. For
801 const char *field_name = op0->type->fields.structure[i].name;
1560 * member of a structure. In this case it is safe to not update
2008 /* The type specifier may contain a structure definition. Process that
3019 if (this->structure != NULL)
3020 return this->structure->hir(instructions, state);
3032 /* Make an initial pass over the list of structure fields to determine how
3044 /* Allocate storage for the structure fields and process the field
3046 * the types to HIR. This ensures that structure definitions embedded in
3047 * other structure definitions are processed.
3060 * embedded structure definitions have been removed from the language.
3062 if (state->es_shader && decl_list->type->specifier->structure != NULL) {
3064 _mesa_glsl_error(&loc, state, "Embedded structure definitions are "
3107 /* Structure type definitions do not have r-values.