Home | History | Annotate | Download | only in randomshaders

Lines Matching refs:dMin

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