Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp177 const TConstantUnion *emitConstantUnion(const TType &type, const TConstantUnion *constUnion);
1379 const TConstantUnion *GenMetalTraverser::emitConstantUnion(const TType &type, in emitConstantUnion() function in GenMetalTraverser
1393 constUnionCurr = emitConstantUnion(*fieldType, constUnionCurr); in emitConstantUnion()
1422 emitConstantUnion(constValueNode->getType(), constValueNode->getConstantValue()); in visitConstantUnion()