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

  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 218 glsl_type::contains_sampler() const function in class:glsl_type
221 return this->fields.array->contains_sampler();
224 if (this->fields.structure[i].type->contains_sampler())
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 208 glsl_type::contains_sampler() const function in class:glsl_type
211 return this->fields.array->contains_sampler();
214 if (this->fields.structure[i].type->contains_sampler())

Completed in 5 milliseconds