Home | History | Annotate | Download | only in performance

Lines Matching refs:isDataTypeBoolOrBVec

1450 	if (glu::isDataTypeBoolOrBVec(type))
1465 return glu::isDataTypeBoolOrBVec(type) ? baseExpr
1475 const string returnPrecisionMaybe = glu::isDataTypeBoolOrBVec(m_returnType) ? "" : string() + precision + " ";
1485 paramPrecisionsMaybe[i] = glu::isDataTypeBoolOrBVec(m_paramTypes[i]) ? "" : string() + precision + " ";
1808 else if (glu::isDataTypeBoolOrBVec(paramType))