HomeSort by: relevance | last modified time | path
    Searched refs:bare_fields (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 447 glsl_struct_field *bare_fields = new glsl_struct_field[this->length]; local
449 bare_fields[i].type = this->fields.structure[i].type->get_bare_type();
450 bare_fields[i].name = this->fields.structure[i].name;
453 get_struct_instance(bare_fields, this->length, this->name);
454 delete[] bare_fields;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 437 glsl_struct_field *bare_fields = new glsl_struct_field[this->length]; local
439 bare_fields[i].type = this->fields.structure[i].type->get_bare_type();
440 bare_fields[i].name = this->fields.structure[i].name;
443 get_struct_instance(bare_fields, this->length, this->name);
444 delete[] bare_fields;

Completed in 8 milliseconds