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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1757 glsl_type::uniform_locations() const function in class:glsl_type
1782 size += this->fields.structure[i].type->uniform_locations();
1785 return this->length * this->fields.array->uniform_locations();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 1502 glsl_type::uniform_locations() const function in class:glsl_type
1527 size += this->fields.structure[i].type->uniform_locations();
1530 return this->length * this->fields.array->uniform_locations();

Completed in 7 milliseconds