Home | History | Annotate | Download | only in performance

Lines Matching refs:isDataTypeBoolOrBVec

1446 	if (glu::isDataTypeBoolOrBVec(type))
1461 return glu::isDataTypeBoolOrBVec(type) ? baseExpr
1471 const string returnPrecisionMaybe = glu::isDataTypeBoolOrBVec(m_returnType) ? "" : string() + precision + " ";
1481 paramPrecisionsMaybe[i] = glu::isDataTypeBoolOrBVec(m_paramTypes[i]) ? "" : string() + precision + " ";
1800 else if (glu::isDataTypeBoolOrBVec(paramType))