Searched refs:offsetConstantUnion (Results 1 – 1 of 1) sorted by relevance
6648 TIntermConstantUnion *offsetConstantUnion = offset->getAsConstantUnion(); in checkTextureOffset() local6656 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()