Home | History | Annotate | Download | only in randomshaders

Lines Matching defs:dMax

606 	DstType dMin, dMax;
607 convertValueRange(getValueAccessValue<SrcType>(src.getMin()), getValueAccessValue<SrcType>(src.getMax()), dMin, dMax);
609 getValueAccessValue<DstType>(dst.getMax()) = dMax;