Lines Matching defs:out
773 const deUint32 out = ((const deUint32*)outputs[0])[compNdx];
778 if (out != ref)
841 const deInt32 out = ((const deUint32*)outputs[0])[compNdx];
846 if ((out&cmpMask) != (ref&cmpMask))
898 const deInt32 out = ((const deUint32*)outputs[0])[compNdx];
901 if ((out&cmpMask) != (ref&cmpMask))
947 const int out = ((const int*)outputs[0])[compNdx];
951 if (!de::inRange(out, minRef, maxRef))
1007 const int out = ((const int*)outputs[0])[compNdx];
1011 if (!de::inRange(out, minRef, maxRef))
1085 const int out = ((const deInt32*)outputs[0])[compNdx];
1089 if (!de::inRange(out, minRef, maxRef))