Home | History | Annotate | Download | only in glshared

Lines Matching refs:basicType

154 		const DataType		basicType	= val.type.getBasicType();
155 const DataType floatType = getDataTypeFloatScalars(basicType);
160 if (getDataTypeScalarType(basicType) == TYPE_FLOAT)
254 const DataType basicType = val.type.getBasicType();
255 const DataType floatType = getDataTypeFloatScalars(basicType);
257 const char* const refTypeStr = getDataTypeName(basicType);
259 if (getDataTypeScalarType(basicType) == TYPE_FLOAT)
300 const DataType basicType = val.type.getBasicType();
301 const DataType floatType = getDataTypeFloatScalars(basicType);
303 const char* const refTypeStr = getDataTypeName(basicType);
305 if (getDataTypeScalarType(basicType) == TYPE_FLOAT)
321 const DataType basicType = val.type.getBasicType();
322 const DataType floatType = getDataTypeFloatScalars(basicType);
324 const char* const refTypeStr = getDataTypeName(basicType);
326 if (getDataTypeScalarType(basicType) == TYPE_FLOAT)
375 const DataType basicType = val.type.getBasicType();
376 const DataType floatType = getDataTypeFloatScalars(basicType);
378 const char* const refTypeStr = getDataTypeName(basicType);
380 if (getDataTypeScalarType(basicType) == TYPE_FLOAT)
385 std::string offset = isDataTypeIntOrIVec(basicType) ? " * 1.0025" : ""; // \todo [petri] bit of a hack to avoid errors in chop() due to varying interpolation
395 const DataType basicType = val.type.getBasicType();
396 const char* const refTypeStr = getDataTypeName(basicType);
443 const DataType basicType = val.type.getBasicType();
446 if (getDataTypeScalarType(basicType) == TYPE_FLOAT)
452 const DataType floatType = getDataTypeFloatScalars(basicType);