Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.cpp6495 const TIntermConstantUnion *componentConstantUnion = in checkTextureGather() local
6497 if (componentNode->getAsTyped()->getQualifier() != EvqConst || !componentConstantUnion) in checkTextureGather()
6504 int component = componentConstantUnion->getIConst(0); in checkTextureGather()