Lines Matching refs:record
528 /* If the constant is a record, the types of each of the entries in
1007 this->record = value;
1009 this->type = (this->record != NULL)
1010 ? this->record->type->field_type(field) : glsl_type::error_type;
1020 this->record = new(ctx) ir_dereference_variable(var);
1022 this->type = (this->record != NULL)
1023 ? this->record->type->field_type(field) : glsl_type::error_type;