Searched refs:myType (Results 1 – 6 of 6) sorted by relevance
15 TType myType = type; in constructFloatConstUnionNode() local16 unsigned char size = myType.getNominalSize(); in constructFloatConstUnionNode()17 if (myType.isMatrix()) in constructFloatConstUnionNode()23 myType.clearArrayness(); in constructFloatConstUnionNode()24 myType.setQualifier(EvqConst); in constructFloatConstUnionNode()25 TIntermConstantUnion *node = new TIntermConstantUnion(u, myType); in constructFloatConstUnionNode()
120 struct myType struct136 myType<Arg, sizeof...(Args)>* make_array_with_type(const Args&... args) in make_array_with_type()
522 TypeInfo myType = mine.type(); in matchesParams() local523 String qualifiedName = myType.qualifiedTypeName(); in matchesParams()524 String realType = myType.isPrimitive() ? "" : myType.asClassInfo().qualifiedName(); in matchesParams()
39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this argument
1681 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local1683 if (myType==otherType) { in getDistance()1686 if (myType==0) {// and other is not in getDistance()1696 result += abs(myType - otherType); in getDistance()
1680 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local1682 if (myType==otherType) { in getDistance()1685 if (myType==0) {// and other is not in getDistance()1695 result += abs(myType - otherType); in getDistance()