Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp1467 const TIntermConstantUnion *indexNode_ = indexNode.getAsConstantUnion(); in getDirectField() local
1468 ASSERT(indexNode_); in getDirectField()
1469 const TConstantUnion &index = *indexNode_->getConstantValue(); in getDirectField()