Home | History | Annotate | Download | only in functional

Lines Matching refs:isFloatCase

2069 		bool			isFloatCase		= isDataTypeFloatOrVec(curType);
2074 DE_ASSERT(isBoolCase || isFloatCase || isIntCase || isUintCase);
2097 isFloatCase ? 0.5f : isUintCase ? 0.5f : 0.1f;
2098 shaderSpec.resultBias = isBoolCase ? 0.0f : isFloatCase ? 0.5f : isUintCase ? 0.0f : 0.5f;
2102 float rangeMin = isBoolCase ? -1.0f : isFloatCase ? -1.0f : isUintCase ? 0.0f : -5.0f;
2103 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : isUintCase ? 2.0f : 5.0f;