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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 317 glsl_type::contains_subroutine() const function in class:glsl_type
320 return this->fields.array->contains_subroutine();
323 if (this->fields.structure[i].type->contains_subroutine())
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 307 glsl_type::contains_subroutine() const function in class:glsl_type
310 return this->fields.array->contains_subroutine();
313 if (this->fields.structure[i].type->contains_subroutine())

Completed in 8 milliseconds