Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DTypes.h1470 void initType(const TSourceLoc& l) in initType() function
1494 initType(l);
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp8178 TBasicType initType = initList->getSequence()[i]->getAsTyped()->getBasicType(); in convertInitializerList() local
8179 if (destType != initType && !intermediate.canImplicitlyPromote(initType, destType)) { in convertInitializerList()