Home
last modified time | relevance | path

Searched refs:containsSampler (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h154 bool containsSampler(TType& type);
DParseHelper.cpp684 if (containsSampler(*pType.userDef)) { in samplerErrorCheck()
826 bool TParseContext::containsSampler(TType& type) in containsSampler() function in TParseContext
834 if (containsSampler(*fields[i]->type())) in containsSampler()