Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp6648 TIntermConstantUnion *offsetConstantUnion = offset->getAsConstantUnion(); in checkTextureOffset() local
6656 offset->getAsTyped()->getQualifier() == EvqConst && offsetConstantUnion != nullptr; in checkTextureOffset()
6667 if (offsetConstantUnion == nullptr) in checkTextureOffset()
6673 size_t size = offsetConstantUnion->getType().getObjectSize(); in checkTextureOffset()
6674 const TConstantUnion *values = offsetConstantUnion->getConstantValue(); in checkTextureOffset()