Home | History | Annotate | Download | only in functional

Lines Matching refs:isDataTypeUintOrUVec

2071 		bool			isUintCase		= isDataTypeUintOrUVec(curType);
2170 float rangeMin = isDataTypeFloatOrVec(type) ? -0.5f : isDataTypeIntOrIVec(type) ? -2.0f : isDataTypeUintOrUVec(type) ? 0.0f : -1.0f;
2171 float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataTypeUintOrUVec(type) ? 2.0f : 1.0f;