Home | History | Annotate | Download | only in functional

Lines Matching refs:inType

474 		DataType		inType		= spec.inputs[i].type;
475 int inSize = getDataTypeScalarSize(inType);
476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4);
478 const char* typeName = getDataTypeName(inType);