Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h155 bool containsSampler(TType& type);
DParseHelper.cpp644 if (containsSampler(*pType.userDef)) { in samplerErrorCheck()
786 bool TParseContext::containsSampler(TType& type) in containsSampler() function in TParseContext
793 if (containsSampler(*(field->type()))) in containsSampler()